Changeset 3392206
- Timestamp:
- 11/08/2025 04:57:04 PM (5 weeks ago)
- Location:
- interactive-globes/trunk
- Files:
-
- 4 added
- 3 deleted
- 20 edited
-
interactive-globes.php (modified) (1 diff)
-
src/Plugin/Assets.php (modified) (4 diffs)
-
vendor-prefixed/autoload.php (modified) (1 diff)
-
vendor-prefixed/composer/InstalledVersions.php (added)
-
vendor-prefixed/composer/autoload_classmap.php (modified) (5 diffs)
-
vendor-prefixed/composer/autoload_files.php (deleted)
-
vendor-prefixed/composer/autoload_psr4.php (modified) (1 diff)
-
vendor-prefixed/composer/autoload_real.php (modified) (2 diffs)
-
vendor-prefixed/composer/autoload_static.php (modified) (8 diffs)
-
vendor-prefixed/composer/installed.json (modified) (4 diffs)
-
vendor-prefixed/composer/installed.php (added)
-
vendor-prefixed/freemius (deleted)
-
vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/AssetData.php (added)
-
vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php (modified) (2 diffs)
-
vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/AssetManager.php (modified) (3 diffs)
-
vendor/autoload.php (modified) (1 diff)
-
vendor/composer/autoload_classmap.php (modified) (4 diffs)
-
vendor/composer/autoload_files.php (deleted)
-
vendor/composer/autoload_real.php (modified) (2 diffs)
-
vendor/composer/autoload_static.php (modified) (6 diffs)
-
vendor/composer/installed.json (modified) (3 diffs)
-
vendor/composer/installed.php (modified) (2 diffs)
-
vendor/saltus/framework/CHANGELOG.md (modified) (1 diff)
-
vendor/saltus/framework/README.md (modified) (1 diff)
-
vendor/saltus/framework/src/Infrastructure/Services/Assets/AssetData.php (added)
-
vendor/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php (modified) (2 diffs)
-
vendor/saltus/framework/src/Infrastructure/Services/Assets/AssetManager.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
interactive-globes/trunk/interactive-globes.php
r3391038 r3392206 134 134 require_once __DIR__ . '/vendor-prefixed/autoload.php'; 135 135 } 136 if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) { 137 require_once __DIR__ . '/vendor/autoload.php'; 138 } 136 139 137 140 /** -
interactive-globes/trunk/src/Plugin/Assets.php
r3391038 r3392206 247 247 // data 248 248 $assets->add_data( 249 $assets_container,250 249 '/assets/js/admin/admin.js', 251 250 'itt_admin_labels', … … 260 259 $admin_url = $admin_url[0]; 261 260 $assets->add_data( 262 $assets_container,263 261 '/assets/js/admin/admin.js', 264 262 'itt_globe_data', … … 269 267 270 268 $assets->add_data( 271 $assets_container,272 269 '/assets/js/admin/admin.js', 273 270 'itt_globe_rest', … … 281 278 282 279 $assets->add_data( 283 $assets_container,284 280 '/assets/js/admin/admin.js', 285 281 'itt_globe_meta', -
interactive-globes/trunk/vendor-prefixed/autoload.php
r3391038 r3392206 20 20 require_once __DIR__ . '/composer/autoload_real.php'; 21 21 22 return ComposerAutoloaderInit b3a0ead90696e92c0ea210f7c0d7c88e::getLoader();22 return ComposerAutoloaderInitfaa1c90dc5295f2ffacba6e8ae2b86cb::getLoader(); -
interactive-globes/trunk/vendor-prefixed/composer/autoload_classmap.php
r3391038 r3392206 7 7 8 8 return array( 9 'CSF' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/classes/setup.class.php', 10 'CSF_Abstract' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/classes/abstract.class.php', 11 'CSF_Comment_Metabox' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/classes/comment-options.class.php', 12 'CSF_Customize_Options' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/classes/customize-options.class.php', 13 'CSF_Field_accordion' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/accordion/accordion.php', 14 'CSF_Field_background' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/background/background.php', 15 'CSF_Field_backup' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/backup/backup.php', 16 'CSF_Field_border' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/border/border.php', 17 'CSF_Field_button_set' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/button_set/button_set.php', 18 'CSF_Field_callback' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/callback/callback.php', 19 'CSF_Field_checkbox' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/checkbox/checkbox.php', 20 'CSF_Field_code_editor' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/code_editor/code_editor.php', 21 'CSF_Field_color' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/color/color.php', 22 'CSF_Field_color_group' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/color_group/color_group.php', 23 'CSF_Field_content' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/content/content.php', 24 'CSF_Field_date' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/date/date.php', 25 'CSF_Field_datetime' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/datetime/datetime.php', 26 'CSF_Field_dimensions' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/dimensions/dimensions.php', 27 'CSF_Field_fieldset' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/fieldset/fieldset.php', 28 'CSF_Field_gallery' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/gallery/gallery.php', 29 'CSF_Field_group' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/group/group.php', 30 'CSF_Field_heading' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/heading/heading.php', 31 'CSF_Field_icon' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/icon/icon.php', 32 'CSF_Field_image_select' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/image_select/image_select.php', 33 'CSF_Field_link' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/link/link.php', 34 'CSF_Field_link_color' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/link_color/link_color.php', 35 'CSF_Field_map' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/map/map.php', 36 'CSF_Field_media' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/media/media.php', 37 'CSF_Field_notice' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/notice/notice.php', 38 'CSF_Field_number' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/number/number.php', 39 'CSF_Field_palette' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/palette/palette.php', 40 'CSF_Field_radio' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/radio/radio.php', 41 'CSF_Field_repeater' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/repeater/repeater.php', 42 'CSF_Field_select' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/select/select.php', 43 'CSF_Field_slider' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/slider/slider.php', 44 'CSF_Field_sortable' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/sortable/sortable.php', 45 'CSF_Field_sorter' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/sorter/sorter.php', 46 'CSF_Field_spacing' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/spacing/spacing.php', 47 'CSF_Field_spinner' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/spinner/spinner.php', 48 'CSF_Field_subheading' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/subheading/subheading.php', 49 'CSF_Field_submessage' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/submessage/submessage.php', 50 'CSF_Field_switcher' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/switcher/switcher.php', 51 'CSF_Field_tabbed' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/tabbed/tabbed.php', 52 'CSF_Field_text' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/text/text.php', 53 'CSF_Field_textarea' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/textarea/textarea.php', 54 'CSF_Field_typography' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/typography/typography.php', 55 'CSF_Field_upload' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/upload/upload.php', 56 'CSF_Field_wp_editor' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/fields/wp_editor/wp_editor.php', 57 'CSF_Fields' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/classes/fields.class.php', 58 'CSF_Metabox' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/classes/metabox-options.class.php', 59 'CSF_Nav_Menu_Options' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/classes/nav-menu-options.class.php', 60 'CSF_Options' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/classes/admin-options.class.php', 61 'CSF_Profile_Options' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/classes/profile-options.class.php', 62 'CSF_Setup' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/classes/setup.class.php', 63 'CSF_Shortcoder' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/classes/shortcode-options.class.php', 64 'CSF_Taxonomy_Options' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/classes/taxonomy-options.class.php', 65 'CSF_Walker_Nav_Menu_Edit' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/functions/walker.php', 66 'CSF_Welcome' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/views/welcome.php', 67 'CSF_Widget' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/classes/widget-options.class.php', 68 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', 69 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Core' => $baseDir . '/../src/Core.php', 70 'Saltus\\WP\\Plugin\\InteractiveGlobes\\CorePro' => $baseDir . '/../src/CorePro.php', 71 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Exception\\SaltusFrameworkThrowable' => $baseDir . '/../src/Exception/SaltusFrameworkThrowable.php', 72 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\ClickActions\\ClickActionOption' => $baseDir . '/../src/Features/ClickActions/ClickActionOption.php', 73 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\ClickActions\\DisplayContentAbove' => $baseDir . '/../src/Features/ClickActions/DisplayContentAbove.php', 74 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\ClickActions\\DisplayContentBelow' => $baseDir . '/../src/Features/ClickActions/DisplayContentBelow.php', 75 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\ClickActions\\DisplayContentBelowScroll' => $baseDir . '/../src/Features/ClickActions/DisplayContentBelowScroll.php', 76 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\ClickActions\\DisplayContentLeft' => $baseDir . '/../src/Features/ClickActions/DisplayContentLeft.php', 77 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\ClickActions\\DisplayContentLightbox' => $baseDir . '/../src/Features/ClickActions/DisplayContentLightbox.php', 78 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\ClickActions\\DisplayContentRight' => $baseDir . '/../src/Features/ClickActions/DisplayContentRight.php', 79 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\ClickActions\\DisplayIframeLightbox' => $baseDir . '/../src/Features/ClickActions/DisplayIframeLightbox.php', 80 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\CptManager\\CptManagerCore' => $baseDir . '/../src/Features/CptManager/CptManagerCore.php', 81 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\DotLabel\\DotLabelProModel' => $baseDir . '/../src/Features/DotLabel/DotLabelProModel.php', 82 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\Duplicate\\DuplicateCore' => $baseDir . '/../src/Features/Duplicate/DuplicateCore.php', 83 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\LiveFilter\\LiveFilterCore' => $baseDir . '/../src/Features/LiveFilter/LiveFilterCore.php', 84 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\Meta\\CPTGlobeParentID' => $baseDir . '/../src/Features/Meta/CPTGlobeParentID.php', 85 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\Meta\\MetaCore' => $baseDir . '/../src/Features/Meta/MetaCore.php', 86 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\Point\\PointProModel' => $baseDir . '/../src/Features/Point/PointProModel.php', 87 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\RegionCounter\\RegionCounterCore' => $baseDir . '/../src/Features/RegionCounter/RegionCounterCore.php', 88 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\Sales\\UpsellPage' => $baseDir . '/../src/Features/Sales/UpsellPage.php', 89 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\SearchDropdown\\SearchDropdownCore' => $baseDir . '/../src/Features/SearchDropdown/SearchDropdownCore.php', 90 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\Shortcode\\ShortcodeCore' => $baseDir . '/../src/Features/Shortcode/ShortcodeCore.php', 91 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\SinglePage\\SinglePageCore' => $baseDir . '/../src/Features/SinglePage/SinglePageCore.php', 92 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\Tooltip\\TooltipCore' => $baseDir . '/../src/Features/Tooltip/TooltipCore.php', 93 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\Updater\\UpdateCore' => $baseDir . '/../src/Features/Updater/UpdateCore.php', 94 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Loader' => $baseDir . '/../src/Loader.php', 9 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', 95 10 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\AbstractConfig' => $vendorDir . '/hassankhan/config/src/AbstractConfig.php', 96 11 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\Config' => $vendorDir . '/hassankhan/config/src/Config.php', … … 120 35 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\Writer\\Xml' => $vendorDir . '/hassankhan/config/src/Writer/Xml.php', 121 36 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\Writer\\Yaml' => $vendorDir . '/hassankhan/config/src/Writer/Yaml.php', 122 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Plugin\\Assets' => $baseDir . '/../src/Plugin/Assets.php',123 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Plugin\\Freemius' => $baseDir . '/../src/Plugin/Freemius.php',124 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Plugin\\I18n' => $baseDir . '/../src/Plugin/I18n.php',125 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Plugin\\Lifecycle' => $baseDir . '/../src/Plugin/Lifecycle.php',126 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Prepare' => $baseDir . '/../src/Prepare.php',127 37 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Core' => $vendorDir . '/saltus/framework/src/Core.php', 128 38 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Exception\\SaltusFrameworkThrowable' => $vendorDir . '/saltus/framework/src/Exception/SaltusFrameworkThrowable.php', … … 170 80 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Service\\ServiceFactory' => $vendorDir . '/saltus/framework/src/Infrastructure/Service/ServiceFactory.php', 171 81 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\Asset' => $vendorDir . '/saltus/framework/src/Infrastructure/Services/Assets/Asset.php', 82 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetData' => $vendorDir . '/saltus/framework/src/Infrastructure/Services/Assets/AssetData.php', 172 83 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetLoader' => $vendorDir . '/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php', 173 84 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetManager' => $vendorDir . '/saltus/framework/src/Infrastructure/Services/Assets/AssetManager.php', … … 181 92 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Models\\PostType' => $vendorDir . '/saltus/framework/src/Models/PostType.php', 182 93 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Models\\Taxonomy' => $vendorDir . '/saltus/framework/src/Models/Taxonomy.php', 183 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Assembler' => $baseDir . '/../src/Services/Model/Assembler.php',184 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\Features' => $baseDir . '/../src/Services/Model/Base/Features.php',185 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\Labels' => $baseDir . '/../src/Services/Model/Base/Labels.php',186 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\Meta' => $baseDir . '/../src/Services/Model/Base/Meta.php',187 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\MetaDotLabel' => $baseDir . '/../src/Services/Model/Base/MetaDotLabel.php',188 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\MetaPoint' => $baseDir . '/../src/Services/Model/Base/MetaPoint.php',189 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\Model' => $baseDir . '/../src/Services/Model/Base/Model.php',190 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\Options' => $baseDir . '/../src/Services/Model/Base/Options.php',191 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\SafeNL2BR' => $baseDir . '/../src/Services/Model/Base/SafeNL2BR.php',192 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\Settings' => $baseDir . '/../src/Services/Model/Base/Settings.php',193 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\ClickActions' => $baseDir . '/../src/Services/Model/Pro/ClickActions.php',194 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaColor' => $baseDir . '/../src/Services/Model/Pro/MetaColor.php',195 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaDotLabel' => $baseDir . '/../src/Services/Model/Pro/MetaDotLabel.php',196 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaGraticules' => $baseDir . '/../src/Services/Model/Pro/MetaGraticules.php',197 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaHTML' => $baseDir . '/../src/Services/Model/Pro/MetaHTML.php',198 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaLayers' => $baseDir . '/../src/Services/Model/Pro/MetaLayers.php',199 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaLines' => $baseDir . '/../src/Services/Model/Pro/MetaLines.php',200 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaPoint' => $baseDir . '/../src/Services/Model/Pro/MetaPoint.php',201 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaRegions' => $baseDir . '/../src/Services/Model/Pro/MetaRegions.php',202 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaRotate' => $baseDir . '/../src/Services/Model/Pro/MetaRotate.php',203 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaSearch' => $baseDir . '/../src/Services/Model/Pro/MetaSearch.php',204 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaTooltip' => $baseDir . '/../src/Services/Model/Pro/MetaTooltip.php',205 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\Options' => $baseDir . '/../src/Services/Model/Pro/Options.php',206 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\PluginSettings' => $baseDir . '/../src/Services/Model/Pro/PluginSettings.php',207 94 'Saltus_WP_Plugin_InteractiveGlobes_CSF' => $vendorDir . '/saltus/framework/lib/codestar-framework/classes/setup.class.php', 208 95 'Saltus_WP_Plugin_InteractiveGlobes_CSF_Abstract' => $vendorDir . '/saltus/framework/lib/codestar-framework/classes/abstract.class.php', … … 267 154 'Saltus_WP_Plugin_InteractiveGlobes_WP_Customize_Panel_CSF' => $vendorDir . '/saltus/framework/lib/codestar-framework/functions/customize.php', 268 155 'Saltus_WP_Plugin_InteractiveGlobes_WP_Customize_Section_CSF' => $vendorDir . '/saltus/framework/lib/codestar-framework/functions/customize.php', 269 'WP_Customize_Control_CSF' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/functions/customize.php',270 'WP_Customize_Panel_CSF' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/functions/customize.php',271 'WP_Customize_Section_CSF' => $baseDir . '/../vendor/saltus/framework/lib/codestar-framework/functions/customize.php',272 156 ); -
interactive-globes/trunk/vendor-prefixed/composer/autoload_psr4.php
r3263746 r3392206 7 7 8 8 return array( 9 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\' => array($baseDir . '/../vendor/saltus/framework/src'), 10 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\' => array($baseDir . '/../vendor/hassankhan/config/src'), 11 'Saltus\\WP\\Plugin\\InteractiveGlobes\\' => array($baseDir . '/../src'), 9 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\' => array($vendorDir . '/saltus/framework/src'), 10 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\' => array($vendorDir . '/hassankhan/config/src'), 12 11 ); -
interactive-globes/trunk/vendor-prefixed/composer/autoload_real.php
r3391038 r3392206 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit b3a0ead90696e92c0ea210f7c0d7c88e5 class ComposerAutoloaderInitfaa1c90dc5295f2ffacba6e8ae2b86cb 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit b3a0ead90696e92c0ea210f7c0d7c88e', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInitfaa1c90dc5295f2ffacba6e8ae2b86cb', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Saltus\WP\Plugin\InteractiveGlobes\Composer\Autoload\ClassLoader(\dirname(__DIR__)); 27 spl_autoload_unregister(array('ComposerAutoloaderInit b3a0ead90696e92c0ea210f7c0d7c88e', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInitfaa1c90dc5295f2ffacba6e8ae2b86cb', 'loadClassLoader')); 28 28 29 29 require __DIR__ . '/autoload_static.php'; 30 call_user_func(\Saltus\WP\Plugin\InteractiveGlobes\Composer\Autoload\ComposerStaticInit b3a0ead90696e92c0ea210f7c0d7c88e::getInitializer($loader));30 call_user_func(\Saltus\WP\Plugin\InteractiveGlobes\Composer\Autoload\ComposerStaticInitfaa1c90dc5295f2ffacba6e8ae2b86cb::getInitializer($loader)); 31 31 32 32 $loader->setClassMapAuthoritative(true); 33 33 $loader->register(true); 34 34 35 $filesToLoad = \Saltus\WP\Plugin\InteractiveGlobes\Composer\Autoload\ComposerStaticInitb3a0ead90696e92c0ea210f7c0d7c88e::$files;36 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {37 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {38 $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;39 40 require $file;41 }42 }, null, null);43 foreach ($filesToLoad as $fileIdentifier => $file) {44 $requireFile($fileIdentifier, $file);45 }46 47 35 return $loader; 48 36 } -
interactive-globes/trunk/vendor-prefixed/composer/autoload_static.php
r3391038 r3392206 5 5 namespace Saltus\WP\Plugin\InteractiveGlobes\Composer\Autoload; 6 6 7 class ComposerStaticInit b3a0ead90696e92c0ea210f7c0d7c88e7 class ComposerStaticInitfaa1c90dc5295f2ffacba6e8ae2b86cb 8 8 { 9 public static $files = array (10 'eaa7218ddf3ca1afa2f4a557ff693131' => __DIR__ . '/../..'.'/build' . '/../vendor/freemius/wordpress-sdk/start.php',11 );12 13 9 public static $prefixLengthsPsr4 = array ( 14 10 'S' => … … 16 12 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\' => 55, 17 13 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\' => 46, 18 'Saltus\\WP\\Plugin\\InteractiveGlobes\\' => 35,19 14 ), 20 15 ); … … 23 18 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\' => 24 19 array ( 25 0 => __DIR__ . '/.. /..'.'/build' . '/../vendor/saltus/framework/src',20 0 => __DIR__ . '/..' . '/saltus/framework/src', 26 21 ), 27 22 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\' => 28 23 array ( 29 0 => __DIR__ . '/../..'.'/build' . '/../vendor/hassankhan/config/src', 30 ), 31 'Saltus\\WP\\Plugin\\InteractiveGlobes\\' => 32 array ( 33 0 => __DIR__ . '/../..'.'/build' . '/../src', 24 0 => __DIR__ . '/..' . '/hassankhan/config/src', 34 25 ), 35 26 ); 36 27 37 28 public static $classMap = array ( 38 'CSF' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/classes/setup.class.php', 39 'CSF_Abstract' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/classes/abstract.class.php', 40 'CSF_Comment_Metabox' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/classes/comment-options.class.php', 41 'CSF_Customize_Options' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/classes/customize-options.class.php', 42 'CSF_Field_accordion' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/accordion/accordion.php', 43 'CSF_Field_background' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/background/background.php', 44 'CSF_Field_backup' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/backup/backup.php', 45 'CSF_Field_border' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/border/border.php', 46 'CSF_Field_button_set' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/button_set/button_set.php', 47 'CSF_Field_callback' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/callback/callback.php', 48 'CSF_Field_checkbox' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/checkbox/checkbox.php', 49 'CSF_Field_code_editor' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/code_editor/code_editor.php', 50 'CSF_Field_color' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/color/color.php', 51 'CSF_Field_color_group' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/color_group/color_group.php', 52 'CSF_Field_content' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/content/content.php', 53 'CSF_Field_date' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/date/date.php', 54 'CSF_Field_datetime' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/datetime/datetime.php', 55 'CSF_Field_dimensions' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/dimensions/dimensions.php', 56 'CSF_Field_fieldset' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/fieldset/fieldset.php', 57 'CSF_Field_gallery' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/gallery/gallery.php', 58 'CSF_Field_group' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/group/group.php', 59 'CSF_Field_heading' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/heading/heading.php', 60 'CSF_Field_icon' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/icon/icon.php', 61 'CSF_Field_image_select' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/image_select/image_select.php', 62 'CSF_Field_link' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/link/link.php', 63 'CSF_Field_link_color' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/link_color/link_color.php', 64 'CSF_Field_map' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/map/map.php', 65 'CSF_Field_media' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/media/media.php', 66 'CSF_Field_notice' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/notice/notice.php', 67 'CSF_Field_number' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/number/number.php', 68 'CSF_Field_palette' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/palette/palette.php', 69 'CSF_Field_radio' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/radio/radio.php', 70 'CSF_Field_repeater' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/repeater/repeater.php', 71 'CSF_Field_select' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/select/select.php', 72 'CSF_Field_slider' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/slider/slider.php', 73 'CSF_Field_sortable' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/sortable/sortable.php', 74 'CSF_Field_sorter' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/sorter/sorter.php', 75 'CSF_Field_spacing' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/spacing/spacing.php', 76 'CSF_Field_spinner' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/spinner/spinner.php', 77 'CSF_Field_subheading' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/subheading/subheading.php', 78 'CSF_Field_submessage' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/submessage/submessage.php', 79 'CSF_Field_switcher' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/switcher/switcher.php', 80 'CSF_Field_tabbed' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/tabbed/tabbed.php', 81 'CSF_Field_text' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/text/text.php', 82 'CSF_Field_textarea' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/textarea/textarea.php', 83 'CSF_Field_typography' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/typography/typography.php', 84 'CSF_Field_upload' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/upload/upload.php', 85 'CSF_Field_wp_editor' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/fields/wp_editor/wp_editor.php', 86 'CSF_Fields' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/classes/fields.class.php', 87 'CSF_Metabox' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/classes/metabox-options.class.php', 88 'CSF_Nav_Menu_Options' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/classes/nav-menu-options.class.php', 89 'CSF_Options' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/classes/admin-options.class.php', 90 'CSF_Profile_Options' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/classes/profile-options.class.php', 91 'CSF_Setup' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/classes/setup.class.php', 92 'CSF_Shortcoder' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/classes/shortcode-options.class.php', 93 'CSF_Taxonomy_Options' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/classes/taxonomy-options.class.php', 94 'CSF_Walker_Nav_Menu_Edit' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/functions/walker.php', 95 'CSF_Welcome' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/views/welcome.php', 96 'CSF_Widget' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/classes/widget-options.class.php', 97 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 98 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Core' => __DIR__ . '/../..'.'/build' . '/../src/Core.php', 99 'Saltus\\WP\\Plugin\\InteractiveGlobes\\CorePro' => __DIR__ . '/../..'.'/build' . '/../src/CorePro.php', 100 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Exception\\SaltusFrameworkThrowable' => __DIR__ . '/../..'.'/build' . '/../src/Exception/SaltusFrameworkThrowable.php', 101 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\ClickActions\\ClickActionOption' => __DIR__ . '/../..'.'/build' . '/../src/Features/ClickActions/ClickActionOption.php', 102 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\ClickActions\\DisplayContentAbove' => __DIR__ . '/../..'.'/build' . '/../src/Features/ClickActions/DisplayContentAbove.php', 103 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\ClickActions\\DisplayContentBelow' => __DIR__ . '/../..'.'/build' . '/../src/Features/ClickActions/DisplayContentBelow.php', 104 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\ClickActions\\DisplayContentBelowScroll' => __DIR__ . '/../..'.'/build' . '/../src/Features/ClickActions/DisplayContentBelowScroll.php', 105 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\ClickActions\\DisplayContentLeft' => __DIR__ . '/../..'.'/build' . '/../src/Features/ClickActions/DisplayContentLeft.php', 106 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\ClickActions\\DisplayContentLightbox' => __DIR__ . '/../..'.'/build' . '/../src/Features/ClickActions/DisplayContentLightbox.php', 107 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\ClickActions\\DisplayContentRight' => __DIR__ . '/../..'.'/build' . '/../src/Features/ClickActions/DisplayContentRight.php', 108 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\ClickActions\\DisplayIframeLightbox' => __DIR__ . '/../..'.'/build' . '/../src/Features/ClickActions/DisplayIframeLightbox.php', 109 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\CptManager\\CptManagerCore' => __DIR__ . '/../..'.'/build' . '/../src/Features/CptManager/CptManagerCore.php', 110 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\DotLabel\\DotLabelProModel' => __DIR__ . '/../..'.'/build' . '/../src/Features/DotLabel/DotLabelProModel.php', 111 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\Duplicate\\DuplicateCore' => __DIR__ . '/../..'.'/build' . '/../src/Features/Duplicate/DuplicateCore.php', 112 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\LiveFilter\\LiveFilterCore' => __DIR__ . '/../..'.'/build' . '/../src/Features/LiveFilter/LiveFilterCore.php', 113 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\Meta\\CPTGlobeParentID' => __DIR__ . '/../..'.'/build' . '/../src/Features/Meta/CPTGlobeParentID.php', 114 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\Meta\\MetaCore' => __DIR__ . '/../..'.'/build' . '/../src/Features/Meta/MetaCore.php', 115 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\Point\\PointProModel' => __DIR__ . '/../..'.'/build' . '/../src/Features/Point/PointProModel.php', 116 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\RegionCounter\\RegionCounterCore' => __DIR__ . '/../..'.'/build' . '/../src/Features/RegionCounter/RegionCounterCore.php', 117 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\Sales\\UpsellPage' => __DIR__ . '/../..'.'/build' . '/../src/Features/Sales/UpsellPage.php', 118 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\SearchDropdown\\SearchDropdownCore' => __DIR__ . '/../..'.'/build' . '/../src/Features/SearchDropdown/SearchDropdownCore.php', 119 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\Shortcode\\ShortcodeCore' => __DIR__ . '/../..'.'/build' . '/../src/Features/Shortcode/ShortcodeCore.php', 120 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\SinglePage\\SinglePageCore' => __DIR__ . '/../..'.'/build' . '/../src/Features/SinglePage/SinglePageCore.php', 121 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\Tooltip\\TooltipCore' => __DIR__ . '/../..'.'/build' . '/../src/Features/Tooltip/TooltipCore.php', 122 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Features\\Updater\\UpdateCore' => __DIR__ . '/../..'.'/build' . '/../src/Features/Updater/UpdateCore.php', 123 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Loader' => __DIR__ . '/../..'.'/build' . '/../src/Loader.php', 29 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 124 30 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\AbstractConfig' => __DIR__ . '/..' . '/hassankhan/config/src/AbstractConfig.php', 125 31 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\Config' => __DIR__ . '/..' . '/hassankhan/config/src/Config.php', … … 149 55 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\Writer\\Xml' => __DIR__ . '/..' . '/hassankhan/config/src/Writer/Xml.php', 150 56 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\Writer\\Yaml' => __DIR__ . '/..' . '/hassankhan/config/src/Writer/Yaml.php', 151 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Plugin\\Assets' => __DIR__ . '/../..'.'/build' . '/../src/Plugin/Assets.php',152 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Plugin\\Freemius' => __DIR__ . '/../..'.'/build' . '/../src/Plugin/Freemius.php',153 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Plugin\\I18n' => __DIR__ . '/../..'.'/build' . '/../src/Plugin/I18n.php',154 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Plugin\\Lifecycle' => __DIR__ . '/../..'.'/build' . '/../src/Plugin/Lifecycle.php',155 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Prepare' => __DIR__ . '/../..'.'/build' . '/../src/Prepare.php',156 57 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Core' => __DIR__ . '/..' . '/saltus/framework/src/Core.php', 157 58 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Exception\\SaltusFrameworkThrowable' => __DIR__ . '/..' . '/saltus/framework/src/Exception/SaltusFrameworkThrowable.php', … … 199 100 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Service\\ServiceFactory' => __DIR__ . '/..' . '/saltus/framework/src/Infrastructure/Service/ServiceFactory.php', 200 101 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\Asset' => __DIR__ . '/..' . '/saltus/framework/src/Infrastructure/Services/Assets/Asset.php', 102 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetData' => __DIR__ . '/..' . '/saltus/framework/src/Infrastructure/Services/Assets/AssetData.php', 201 103 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetLoader' => __DIR__ . '/..' . '/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php', 202 104 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetManager' => __DIR__ . '/..' . '/saltus/framework/src/Infrastructure/Services/Assets/AssetManager.php', … … 210 112 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Models\\PostType' => __DIR__ . '/..' . '/saltus/framework/src/Models/PostType.php', 211 113 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Models\\Taxonomy' => __DIR__ . '/..' . '/saltus/framework/src/Models/Taxonomy.php', 212 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Assembler' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Assembler.php',213 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\Features' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Base/Features.php',214 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\Labels' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Base/Labels.php',215 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\Meta' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Base/Meta.php',216 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\MetaDotLabel' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Base/MetaDotLabel.php',217 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\MetaPoint' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Base/MetaPoint.php',218 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\Model' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Base/Model.php',219 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\Options' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Base/Options.php',220 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\SafeNL2BR' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Base/SafeNL2BR.php',221 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Base\\Settings' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Base/Settings.php',222 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\ClickActions' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Pro/ClickActions.php',223 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaColor' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Pro/MetaColor.php',224 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaDotLabel' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Pro/MetaDotLabel.php',225 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaGraticules' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Pro/MetaGraticules.php',226 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaHTML' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Pro/MetaHTML.php',227 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaLayers' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Pro/MetaLayers.php',228 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaLines' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Pro/MetaLines.php',229 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaPoint' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Pro/MetaPoint.php',230 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaRegions' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Pro/MetaRegions.php',231 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaRotate' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Pro/MetaRotate.php',232 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaSearch' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Pro/MetaSearch.php',233 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\MetaTooltip' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Pro/MetaTooltip.php',234 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\Options' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Pro/Options.php',235 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Services\\Model\\Pro\\PluginSettings' => __DIR__ . '/../..'.'/build' . '/../src/Services/Model/Pro/PluginSettings.php',236 114 'Saltus_WP_Plugin_InteractiveGlobes_CSF' => __DIR__ . '/..' . '/saltus/framework/lib/codestar-framework/classes/setup.class.php', 237 115 'Saltus_WP_Plugin_InteractiveGlobes_CSF_Abstract' => __DIR__ . '/..' . '/saltus/framework/lib/codestar-framework/classes/abstract.class.php', … … 296 174 'Saltus_WP_Plugin_InteractiveGlobes_WP_Customize_Panel_CSF' => __DIR__ . '/..' . '/saltus/framework/lib/codestar-framework/functions/customize.php', 297 175 'Saltus_WP_Plugin_InteractiveGlobes_WP_Customize_Section_CSF' => __DIR__ . '/..' . '/saltus/framework/lib/codestar-framework/functions/customize.php', 298 'WP_Customize_Control_CSF' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/functions/customize.php',299 'WP_Customize_Panel_CSF' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/functions/customize.php',300 'WP_Customize_Section_CSF' => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/lib/codestar-framework/functions/customize.php',301 176 ); 302 177 … … 304 179 { 305 180 return \Closure::bind(function () use ($loader) { 306 $loader->prefixLengthsPsr4 = ComposerStaticInit b3a0ead90696e92c0ea210f7c0d7c88e::$prefixLengthsPsr4;307 $loader->prefixDirsPsr4 = ComposerStaticInit b3a0ead90696e92c0ea210f7c0d7c88e::$prefixDirsPsr4;308 $loader->classMap = ComposerStaticInit b3a0ead90696e92c0ea210f7c0d7c88e::$classMap;181 $loader->prefixLengthsPsr4 = ComposerStaticInitfaa1c90dc5295f2ffacba6e8ae2b86cb::$prefixLengthsPsr4; 182 $loader->prefixDirsPsr4 = ComposerStaticInitfaa1c90dc5295f2ffacba6e8ae2b86cb::$prefixDirsPsr4; 183 $loader->classMap = ComposerStaticInitfaa1c90dc5295f2ffacba6e8ae2b86cb::$classMap; 309 184 310 185 }, null, ClassLoader::class); -
interactive-globes/trunk/vendor-prefixed/composer/installed.json
r3391038 r3392206 1 1 { 2 2 "packages": { 3 "11": { 4 "name": "freemius/wordpress-sdk", 5 "version": "2.12.1", 6 "version_normalized": "2.12.1.0", 7 "source": { 8 "type": "git", 9 "url": "https://github.com/Freemius/wordpress-sdk.git", 10 "reference": "fedeba08eb3e62af5f84bd6d602f98636467cffc" 11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/fedeba08eb3e62af5f84bd6d602f98636467cffc", 15 "reference": "fedeba08eb3e62af5f84bd6d602f98636467cffc", 16 "shasum": "" 17 }, 18 "require": { 19 "php": ">=5.6" 20 }, 21 "require-dev": { 22 "dealerdirect/phpcodesniffer-composer-installer": "^1.0", 23 "phpcompatibility/php-compatibility": "^9.3", 24 "phpcompatibility/phpcompatibility-wp": "^2.1", 25 "phpstan/extension-installer": "^1.3", 26 "squizlabs/php_codesniffer": "^3.7", 27 "szepeviktor/phpstan-wordpress": "^1.3", 28 "wp-coding-standards/wpcs": "^2.3" 29 }, 30 "time": "2025-07-06T13:27:13+00:00", 31 "type": "library", 32 "installation-source": "dist", 33 "autoload": { 34 "files": [ 35 "start.php" 36 ] 37 }, 38 "notification-url": "https://packagist.org/downloads/", 39 "license": [ 40 "GPL-3.0-only" 41 ], 42 "description": "Freemius WordPress SDK", 43 "homepage": "https://freemius.com", 44 "keywords": [ 45 "freemius", 46 "plugin", 47 "sdk", 48 "theme", 49 "wordpress", 50 "wordpress-plugin", 51 "wordpress-theme" 52 ], 53 "support": { 54 "issues": "https://github.com/Freemius/wordpress-sdk/issues", 55 "source": "https://github.com/Freemius/wordpress-sdk/tree/2.12.1" 56 }, 57 "install-path": "../freemius/wordpress-sdk" 58 }, 59 "15": { 3 "16": { 60 4 "name": "hassankhan/config", 61 5 "version": "3.2.0", … … 122 66 "install-path": "../hassankhan/config" 123 67 }, 124 " 36": {68 "42": { 125 69 "name": "saltus/framework", 126 70 "version": "dev-dev", … … 129 73 "type": "git", 130 74 "url": "https://github.com/SaltusDev/saltus-framework.git", 131 "reference": " 2f2e0dd554ac1b6304196dee917d9f6d8f050dcc"75 "reference": "58b59d301573258c56e2b903b7436f75ed12a860" 132 76 }, 133 77 "dist": { 134 78 "type": "zip", 135 "url": "https://api.github.com/repos/SaltusDev/saltus-framework/zipball/ 2f2e0dd554ac1b6304196dee917d9f6d8f050dcc",136 "reference": " 2f2e0dd554ac1b6304196dee917d9f6d8f050dcc",79 "url": "https://api.github.com/repos/SaltusDev/saltus-framework/zipball/58b59d301573258c56e2b903b7436f75ed12a860", 80 "reference": "58b59d301573258c56e2b903b7436f75ed12a860", 137 81 "shasum": "" 138 82 }, … … 154 98 "yoast/phpunit-polyfills": "^4.0" 155 99 }, 156 "time": "2025-0 7-06T13:52:21+00:00",100 "time": "2025-09-23T14:32:55+00:00", 157 101 "type": "project", 158 102 "installation-source": "dist", -
interactive-globes/trunk/vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php
r3391038 r3392206 10 10 trait AssetLoader { 11 11 12 /** 13 * The assets container. 14 * 15 * @var \Saltus\WP\Plugin\InteractiveGlobes\Saltus\WP\Framework\Infrastructure\Services\Assets\AssetsContainer|null 16 */ 12 17 private $assets_container = null; 13 private $assets_list = null; 18 19 /** 20 * List of assets to load. 21 * 22 * @var array|null 23 */ 24 private $assets_list = null; 25 26 /** 27 * Data to be localized for assets. 28 * 29 * @var \Saltus\WP\Plugin\InteractiveGlobes\Saltus\WP\Framework\Infrastructure\Services\Assets\AssetData[] 30 */ 31 private $data = []; 14 32 15 33 /** … … 47 65 $assets = $this->services->get( AssetManager::class ); 48 66 $assets->enqueue_assets( $this->assets_container ); 67 if ( ! is_array( $this->data ) ) { 68 return; 69 } 70 foreach ( $this->data as $data ) { 71 if ( ! $data instanceof AssetData ) { 72 continue; 73 } 74 $assets->add_data( 75 $data->get_source(), 76 $data->get_identifier(), 77 $data->get_data(), 78 ); 79 } 49 80 } catch ( \Throwable $exception ) { 50 81 if ( defined( 'WP_DEBUG' ) && WP_DEBUG === true ) { -
interactive-globes/trunk/vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/AssetManager.php
r3391038 r3392206 164 164 * Wrapper for any local script, skips name and version parameter 165 165 * 166 * @param string $src 167 * Path of the script relative to the assets directory. 168 * 169 * @param string[] $dependencies Optional. An array of registered script handles. Default empty array. 170 * @param bool $in_footer Optional. Whether to enqueue the script before instead of in the . Default 'false'. 166 * @param string $src Path of the script relative to the assets directory. 167 * @param string[] $dependencies Optional. An array of registered script handles. Default empty array. 168 * @param bool $in_footer Optional. Whether to enqueue the script before instead of in the . Default 'false'. 171 169 * 172 170 * @return string The name used to register the asset … … 180 178 * Wrapper for any script, skips name and version parameter. Doesn't transform $src 181 179 * 182 * @param string $src Path or URL to the script. 183 * 180 * @param string $src Path or URL to the script. 184 181 * @param string[] $dependencies Optional. An array of registered script handles. Default empty array. 185 182 * @param bool $in_footer Optional. Where to enqueue. Default 'false'. … … 275 272 * Enqueue all registered assets. 276 273 * 277 * @param AssetsContainer $assets_container The container holding the assets to enqueue. 278 * @param string $handle The handle of the asset to enqueue. 279 * @param string $obj_js_name The name of the JavaScript object to localize. 280 * @param array $data_list The data to localize. 274 * @param string $handle The handle of the asset to enqueue. 275 * @param string $obj_js_name The name of the JavaScript object to localize. 276 * @param array $data_list The data to localize. 281 277 * 282 278 * @return void 283 279 */ 284 public function add_data( $assets_container, $handle, $obj_js_name, $data_list ) { 285 286 foreach ( $assets_container->getAll() as $asset ) { 287 if ( $asset->source !== $handle ) { 288 continue; 289 } 290 $name = $this->prepare_name( $handle ); 291 wp_localize_script( 292 $name, 293 $obj_js_name, 294 $data_list, 295 ); 296 return; 297 } 280 public function add_data( string $handle, string $obj_js_name, array $data_list ) { 281 $name = $this->prepare_name( $handle ); 282 wp_localize_script( 283 $name, 284 $obj_js_name, 285 $data_list, 286 ); 298 287 } 299 288 } -
interactive-globes/trunk/vendor/autoload.php
r3391038 r3392206 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 915cb26e85de11faf20a5dbb325242b6::getLoader();25 return ComposerAutoloaderInitbbcf475e5e1ee458f78b30855dc5805d::getLoader(); -
interactive-globes/trunk/vendor/composer/autoload_classmap.php
r3391038 r3392206 66 66 'CSF_Welcome' => $vendorDir . '/saltus/framework/lib/codestar-framework/views/welcome.php', 67 67 'CSF_Widget' => $vendorDir . '/saltus/framework/lib/codestar-framework/classes/widget-options.class.php', 68 'ComposerAutoloaderInit b3a0ead90696e92c0ea210f7c0d7c88e' => $baseDir . '/../vendor-prefixed/composer/autoload_real.php',68 'ComposerAutoloaderInitfaa1c90dc5295f2ffacba6e8ae2b86cb' => $baseDir . '/../vendor-prefixed/composer/autoload_real.php', 69 69 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', 70 70 'Noodlehaus\\AbstractConfig' => $vendorDir . '/hassankhan/config/src/AbstractConfig.php', … … 139 139 'Saltus\\WP\\Framework\\Infrastructure\\Service\\ServiceFactory' => $vendorDir . '/saltus/framework/src/Infrastructure/Service/ServiceFactory.php', 140 140 'Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\Asset' => $vendorDir . '/saltus/framework/src/Infrastructure/Services/Assets/Asset.php', 141 'Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetData' => $vendorDir . '/saltus/framework/src/Infrastructure/Services/Assets/AssetData.php', 141 142 'Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetLoader' => $vendorDir . '/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php', 142 143 'Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetManager' => $vendorDir . '/saltus/framework/src/Infrastructure/Services/Assets/AssetManager.php', … … 151 152 'Saltus\\WP\\Framework\\Models\\Taxonomy' => $vendorDir . '/saltus/framework/src/Models/Taxonomy.php', 152 153 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Composer\\Autoload\\ClassLoader' => $baseDir . '/../vendor-prefixed/composer/ClassLoader.php', 153 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Composer\\Autoload\\ComposerStaticInitb3a0ead90696e92c0ea210f7c0d7c88e' => $baseDir . '/../vendor-prefixed/composer/autoload_static.php', 154 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Composer\\Autoload\\ComposerStaticInitfaa1c90dc5295f2ffacba6e8ae2b86cb' => $baseDir . '/../vendor-prefixed/composer/autoload_static.php', 155 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Composer\\InstalledVersions' => $baseDir . '/../vendor-prefixed/composer/InstalledVersions.php', 154 156 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Core' => $baseDir . '/../src/Core.php', 155 157 'Saltus\\WP\\Plugin\\InteractiveGlobes\\CorePro' => $baseDir . '/../src/CorePro.php', … … 255 257 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Service\\ServiceFactory' => $baseDir . '/../vendor-prefixed/saltus/framework/src/Infrastructure/Service/ServiceFactory.php', 256 258 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\Asset' => $baseDir . '/../vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/Asset.php', 259 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetData' => $baseDir . '/../vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/AssetData.php', 257 260 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetLoader' => $baseDir . '/../vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php', 258 261 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetManager' => $baseDir . '/../vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/AssetManager.php', -
interactive-globes/trunk/vendor/composer/autoload_real.php
r3391038 r3392206 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 915cb26e85de11faf20a5dbb325242b65 class ComposerAutoloaderInitbbcf475e5e1ee458f78b30855dc5805d 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 915cb26e85de11faf20a5dbb325242b6', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInitbbcf475e5e1ee458f78b30855dc5805d', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 915cb26e85de11faf20a5dbb325242b6', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInitbbcf475e5e1ee458f78b30855dc5805d', 'loadClassLoader')); 28 28 29 29 require __DIR__ . '/autoload_static.php'; 30 call_user_func(\Composer\Autoload\ComposerStaticInit 915cb26e85de11faf20a5dbb325242b6::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInitbbcf475e5e1ee458f78b30855dc5805d::getInitializer($loader)); 31 31 32 32 $loader->register(true); 33 34 $filesToLoad = \Composer\Autoload\ComposerStaticInit915cb26e85de11faf20a5dbb325242b6::$files;35 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {36 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {37 $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;38 39 require $file;40 }41 }, null, null);42 foreach ($filesToLoad as $fileIdentifier => $file) {43 $requireFile($fileIdentifier, $file);44 }45 33 46 34 return $loader; -
interactive-globes/trunk/vendor/composer/autoload_static.php
r3391038 r3392206 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 915cb26e85de11faf20a5dbb325242b67 class ComposerStaticInitbbcf475e5e1ee458f78b30855dc5805d 8 8 { 9 public static $files = array (10 '8d50dc88e56bace65e1e72f6017983ed' => __DIR__ . '/..' . '/freemius/wordpress-sdk/start.php',11 );12 13 9 public static $prefixLengthsPsr4 = array ( 14 10 'S' => … … 98 94 'CSF_Welcome' => __DIR__ . '/..' . '/saltus/framework/lib/codestar-framework/views/welcome.php', 99 95 'CSF_Widget' => __DIR__ . '/..' . '/saltus/framework/lib/codestar-framework/classes/widget-options.class.php', 100 'ComposerAutoloaderInit b3a0ead90696e92c0ea210f7c0d7c88e' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/composer/autoload_real.php',96 'ComposerAutoloaderInitfaa1c90dc5295f2ffacba6e8ae2b86cb' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/composer/autoload_real.php', 101 97 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 102 98 'Noodlehaus\\AbstractConfig' => __DIR__ . '/..' . '/hassankhan/config/src/AbstractConfig.php', … … 171 167 'Saltus\\WP\\Framework\\Infrastructure\\Service\\ServiceFactory' => __DIR__ . '/..' . '/saltus/framework/src/Infrastructure/Service/ServiceFactory.php', 172 168 'Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\Asset' => __DIR__ . '/..' . '/saltus/framework/src/Infrastructure/Services/Assets/Asset.php', 169 'Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetData' => __DIR__ . '/..' . '/saltus/framework/src/Infrastructure/Services/Assets/AssetData.php', 173 170 'Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetLoader' => __DIR__ . '/..' . '/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php', 174 171 'Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetManager' => __DIR__ . '/..' . '/saltus/framework/src/Infrastructure/Services/Assets/AssetManager.php', … … 183 180 'Saltus\\WP\\Framework\\Models\\Taxonomy' => __DIR__ . '/..' . '/saltus/framework/src/Models/Taxonomy.php', 184 181 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Composer\\Autoload\\ClassLoader' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/composer/ClassLoader.php', 185 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Composer\\Autoload\\ComposerStaticInitb3a0ead90696e92c0ea210f7c0d7c88e' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/composer/autoload_static.php', 182 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Composer\\Autoload\\ComposerStaticInitfaa1c90dc5295f2ffacba6e8ae2b86cb' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/composer/autoload_static.php', 183 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Composer\\InstalledVersions' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/composer/InstalledVersions.php', 186 184 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Core' => __DIR__ . '/../..'.'/build' . '/../src/Core.php', 187 185 'Saltus\\WP\\Plugin\\InteractiveGlobes\\CorePro' => __DIR__ . '/../..'.'/build' . '/../src/CorePro.php', … … 287 285 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Service\\ServiceFactory' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/saltus/framework/src/Infrastructure/Service/ServiceFactory.php', 288 286 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\Asset' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/Asset.php', 287 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetData' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/AssetData.php', 289 288 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetLoader' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php', 290 289 'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetManager' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/AssetManager.php', … … 392 391 { 393 392 return \Closure::bind(function () use ($loader) { 394 $loader->prefixLengthsPsr4 = ComposerStaticInit 915cb26e85de11faf20a5dbb325242b6::$prefixLengthsPsr4;395 $loader->prefixDirsPsr4 = ComposerStaticInit 915cb26e85de11faf20a5dbb325242b6::$prefixDirsPsr4;396 $loader->classMap = ComposerStaticInit 915cb26e85de11faf20a5dbb325242b6::$classMap;393 $loader->prefixLengthsPsr4 = ComposerStaticInitbbcf475e5e1ee458f78b30855dc5805d::$prefixLengthsPsr4; 394 $loader->prefixDirsPsr4 = ComposerStaticInitbbcf475e5e1ee458f78b30855dc5805d::$prefixDirsPsr4; 395 $loader->classMap = ComposerStaticInitbbcf475e5e1ee458f78b30855dc5805d::$classMap; 397 396 398 397 }, null, ClassLoader::class); -
interactive-globes/trunk/vendor/composer/installed.json
r3391038 r3392206 1 1 { 2 2 "packages": [ 3 {4 "name": "freemius/wordpress-sdk",5 "version": "2.12.1",6 "version_normalized": "2.12.1.0",7 "source": {8 "type": "git",9 "url": "https://github.com/Freemius/wordpress-sdk.git",10 "reference": "fedeba08eb3e62af5f84bd6d602f98636467cffc"11 },12 "dist": {13 "type": "zip",14 "url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/fedeba08eb3e62af5f84bd6d602f98636467cffc",15 "reference": "fedeba08eb3e62af5f84bd6d602f98636467cffc",16 "shasum": ""17 },18 "require": {19 "php": ">=5.6"20 },21 "require-dev": {22 "dealerdirect/phpcodesniffer-composer-installer": "^1.0",23 "phpcompatibility/php-compatibility": "^9.3",24 "phpcompatibility/phpcompatibility-wp": "^2.1",25 "phpstan/extension-installer": "^1.3",26 "squizlabs/php_codesniffer": "^3.7",27 "szepeviktor/phpstan-wordpress": "^1.3",28 "wp-coding-standards/wpcs": "^2.3"29 },30 "time": "2025-07-06T13:27:13+00:00",31 "type": "library",32 "installation-source": "dist",33 "autoload": {34 "files": [35 "start.php"36 ]37 },38 "notification-url": "https://packagist.org/downloads/",39 "license": [40 "GPL-3.0-only"41 ],42 "description": "Freemius WordPress SDK",43 "homepage": "https://freemius.com",44 "keywords": [45 "freemius",46 "plugin",47 "sdk",48 "theme",49 "wordpress",50 "wordpress-plugin",51 "wordpress-theme"52 ],53 "support": {54 "issues": "https://github.com/Freemius/wordpress-sdk/issues",55 "source": "https://github.com/Freemius/wordpress-sdk/tree/2.12.1"56 },57 "install-path": "../freemius/wordpress-sdk"58 },59 3 { 60 4 "name": "hassankhan/config", … … 129 73 "type": "git", 130 74 "url": "https://github.com/SaltusDev/saltus-framework.git", 131 "reference": " 2f2e0dd554ac1b6304196dee917d9f6d8f050dcc"75 "reference": "58b59d301573258c56e2b903b7436f75ed12a860" 132 76 }, 133 77 "dist": { 134 78 "type": "zip", 135 "url": "https://api.github.com/repos/SaltusDev/saltus-framework/zipball/ 2f2e0dd554ac1b6304196dee917d9f6d8f050dcc",136 "reference": " 2f2e0dd554ac1b6304196dee917d9f6d8f050dcc",79 "url": "https://api.github.com/repos/SaltusDev/saltus-framework/zipball/58b59d301573258c56e2b903b7436f75ed12a860", 80 "reference": "58b59d301573258c56e2b903b7436f75ed12a860", 137 81 "shasum": "" 138 82 }, … … 154 98 "yoast/phpunit-polyfills": "^4.0" 155 99 }, 156 "time": "2025-0 7-06T13:52:21+00:00",100 "time": "2025-09-23T14:32:55+00:00", 157 101 "type": "project", 158 102 "installation-source": "dist", -
interactive-globes/trunk/vendor/composer/installed.php
r3391038 r3392206 11 11 ), 12 12 'versions' => array( 13 'freemius/wordpress-sdk' => array(14 'pretty_version' => '2.12.1',15 'version' => '2.12.1.0',16 'reference' => 'fedeba08eb3e62af5f84bd6d602f98636467cffc',17 'type' => 'library',18 'install_path' => __DIR__ . '/../freemius/wordpress-sdk',19 'aliases' => array(),20 'dev_requirement' => false,21 ),22 13 'hassankhan/config' => array( 23 14 'pretty_version' => '3.2.0', … … 32 23 'pretty_version' => 'dev-dev', 33 24 'version' => 'dev-dev', 34 'reference' => ' 2f2e0dd554ac1b6304196dee917d9f6d8f050dcc',25 'reference' => '58b59d301573258c56e2b903b7436f75ed12a860', 35 26 'type' => 'project', 36 27 'install_path' => __DIR__ . '/../saltus/framework', -
interactive-globes/trunk/vendor/saltus/framework/CHANGELOG.md
r3391038 r3392206 4 4 ## [Unreleased] 5 5 6 ## [1.3.2] - 2025-09-21 7 - Fix: Add Assets data container to allow add_data 6 8 7 9 ## [1.3.1] - 2025-07-06 -
interactive-globes/trunk/vendor/saltus/framework/README.md
r3391038 r3392206 6 6 ## Version 7 7 8 ## [1.3.1] - 2025-07-068 ## Current version [1.3.2] - 2025-09-21 9 9 10 10 See [change log file](CHANGELOG.md) for full details. -
interactive-globes/trunk/vendor/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php
r3391038 r3392206 10 10 trait AssetLoader { 11 11 12 /** 13 * The assets container. 14 * 15 * @var \Saltus\WP\Framework\Infrastructure\Services\Assets\AssetsContainer|null 16 */ 12 17 private $assets_container = null; 13 private $assets_list = null; 18 19 /** 20 * List of assets to load. 21 * 22 * @var array|null 23 */ 24 private $assets_list = null; 25 26 /** 27 * Data to be localized for assets. 28 * 29 * @var \Saltus\WP\Framework\Infrastructure\Services\Assets\AssetData[] 30 */ 31 private $data = []; 14 32 15 33 /** … … 47 65 $assets = $this->services->get( AssetManager::class ); 48 66 $assets->enqueue_assets( $this->assets_container ); 67 if ( ! is_array( $this->data ) ) { 68 return; 69 } 70 foreach ( $this->data as $data ) { 71 if ( ! $data instanceof AssetData ) { 72 continue; 73 } 74 $assets->add_data( 75 $data->get_source(), 76 $data->get_identifier(), 77 $data->get_data(), 78 ); 79 } 49 80 } catch ( \Throwable $exception ) { 50 81 if ( defined( 'WP_DEBUG' ) && WP_DEBUG === true ) { -
interactive-globes/trunk/vendor/saltus/framework/src/Infrastructure/Services/Assets/AssetManager.php
r3391038 r3392206 164 164 * Wrapper for any local script, skips name and version parameter 165 165 * 166 * @param string $src 167 * Path of the script relative to the assets directory. 168 * 169 * @param string[] $dependencies Optional. An array of registered script handles. Default empty array. 170 * @param bool $in_footer Optional. Whether to enqueue the script before instead of in the . Default 'false'. 166 * @param string $src Path of the script relative to the assets directory. 167 * @param string[] $dependencies Optional. An array of registered script handles. Default empty array. 168 * @param bool $in_footer Optional. Whether to enqueue the script before instead of in the . Default 'false'. 171 169 * 172 170 * @return string The name used to register the asset … … 180 178 * Wrapper for any script, skips name and version parameter. Doesn't transform $src 181 179 * 182 * @param string $src Path or URL to the script. 183 * 180 * @param string $src Path or URL to the script. 184 181 * @param string[] $dependencies Optional. An array of registered script handles. Default empty array. 185 182 * @param bool $in_footer Optional. Where to enqueue. Default 'false'. … … 275 272 * Enqueue all registered assets. 276 273 * 277 * @param AssetsContainer $assets_container The container holding the assets to enqueue. 278 * @param string $handle The handle of the asset to enqueue. 279 * @param string $obj_js_name The name of the JavaScript object to localize. 280 * @param array $data_list The data to localize. 274 * @param string $handle The handle of the asset to enqueue. 275 * @param string $obj_js_name The name of the JavaScript object to localize. 276 * @param array $data_list The data to localize. 281 277 * 282 278 * @return void 283 279 */ 284 public function add_data( $assets_container, $handle, $obj_js_name, $data_list ) { 285 286 foreach ( $assets_container->getAll() as $asset ) { 287 if ( $asset->source !== $handle ) { 288 continue; 289 } 290 $name = $this->prepare_name( $handle ); 291 wp_localize_script( 292 $name, 293 $obj_js_name, 294 $data_list, 295 ); 296 return; 297 } 280 public function add_data( string $handle, string $obj_js_name, array $data_list ) { 281 $name = $this->prepare_name( $handle ); 282 wp_localize_script( 283 $name, 284 $obj_js_name, 285 $data_list, 286 ); 298 287 } 299 288 }
Note: See TracChangeset
for help on using the changeset viewer.