Plugin Directory

Changeset 3392206


Ignore:
Timestamp:
11/08/2025 04:57:04 PM (5 weeks ago)
Author:
pcarvalho
Message:

Version 1.4.11

Location:
interactive-globes/trunk
Files:
4 added
3 deleted
20 edited

Legend:

Unmodified
Added
Removed
  • interactive-globes/trunk/interactive-globes.php

    r3391038 r3392206  
    134134    require_once __DIR__ . '/vendor-prefixed/autoload.php';
    135135}
     136if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
     137    require_once __DIR__ . '/vendor/autoload.php';
     138}
    136139
    137140/**
  • interactive-globes/trunk/src/Plugin/Assets.php

    r3391038 r3392206  
    247247            // data
    248248            $assets->add_data(
    249                 $assets_container,
    250249                '/assets/js/admin/admin.js',
    251250                'itt_admin_labels',
     
    260259            $admin_url = $admin_url[0];
    261260            $assets->add_data(
    262                 $assets_container,
    263261                '/assets/js/admin/admin.js',
    264262                'itt_globe_data',
     
    269267
    270268            $assets->add_data(
    271                 $assets_container,
    272269                '/assets/js/admin/admin.js',
    273270                'itt_globe_rest',
     
    281278
    282279            $assets->add_data(
    283                 $assets_container,
    284280                '/assets/js/admin/admin.js',
    285281                'itt_globe_meta',
  • interactive-globes/trunk/vendor-prefixed/autoload.php

    r3391038 r3392206  
    2020require_once __DIR__ . '/composer/autoload_real.php';
    2121
    22 return ComposerAutoloaderInitb3a0ead90696e92c0ea210f7c0d7c88e::getLoader();
     22return ComposerAutoloaderInitfaa1c90dc5295f2ffacba6e8ae2b86cb::getLoader();
  • interactive-globes/trunk/vendor-prefixed/composer/autoload_classmap.php

    r3391038 r3392206  
    77
    88return 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',
    9510    'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\AbstractConfig' => $vendorDir . '/hassankhan/config/src/AbstractConfig.php',
    9611    'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\Config' => $vendorDir . '/hassankhan/config/src/Config.php',
     
    12035    'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\Writer\\Xml' => $vendorDir . '/hassankhan/config/src/Writer/Xml.php',
    12136    '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',
    12737    'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Core' => $vendorDir . '/saltus/framework/src/Core.php',
    12838    'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Exception\\SaltusFrameworkThrowable' => $vendorDir . '/saltus/framework/src/Exception/SaltusFrameworkThrowable.php',
     
    17080    'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Service\\ServiceFactory' => $vendorDir . '/saltus/framework/src/Infrastructure/Service/ServiceFactory.php',
    17181    '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',
    17283    'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetLoader' => $vendorDir . '/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php',
    17384    'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetManager' => $vendorDir . '/saltus/framework/src/Infrastructure/Services/Assets/AssetManager.php',
     
    18192    'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Models\\PostType' => $vendorDir . '/saltus/framework/src/Models/PostType.php',
    18293    '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',
    20794    'Saltus_WP_Plugin_InteractiveGlobes_CSF' => $vendorDir . '/saltus/framework/lib/codestar-framework/classes/setup.class.php',
    20895    'Saltus_WP_Plugin_InteractiveGlobes_CSF_Abstract' => $vendorDir . '/saltus/framework/lib/codestar-framework/classes/abstract.class.php',
     
    267154    'Saltus_WP_Plugin_InteractiveGlobes_WP_Customize_Panel_CSF' => $vendorDir . '/saltus/framework/lib/codestar-framework/functions/customize.php',
    268155    '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',
    272156);
  • interactive-globes/trunk/vendor-prefixed/composer/autoload_psr4.php

    r3263746 r3392206  
    77
    88return 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'),
    1211);
  • interactive-globes/trunk/vendor-prefixed/composer/autoload_real.php

    r3391038 r3392206  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitb3a0ead90696e92c0ea210f7c0d7c88e
     5class ComposerAutoloaderInitfaa1c90dc5295f2ffacba6e8ae2b86cb
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInitb3a0ead90696e92c0ea210f7c0d7c88e', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInitfaa1c90dc5295f2ffacba6e8ae2b86cb', 'loadClassLoader'), true, true);
    2626        self::$loader = $loader = new \Saltus\WP\Plugin\InteractiveGlobes\Composer\Autoload\ClassLoader(\dirname(__DIR__));
    27         spl_autoload_unregister(array('ComposerAutoloaderInitb3a0ead90696e92c0ea210f7c0d7c88e', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInitfaa1c90dc5295f2ffacba6e8ae2b86cb', 'loadClassLoader'));
    2828
    2929        require __DIR__ . '/autoload_static.php';
    30         call_user_func(\Saltus\WP\Plugin\InteractiveGlobes\Composer\Autoload\ComposerStaticInitb3a0ead90696e92c0ea210f7c0d7c88e::getInitializer($loader));
     30        call_user_func(\Saltus\WP\Plugin\InteractiveGlobes\Composer\Autoload\ComposerStaticInitfaa1c90dc5295f2ffacba6e8ae2b86cb::getInitializer($loader));
    3131
    3232        $loader->setClassMapAuthoritative(true);
    3333        $loader->register(true);
    3434
    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 
    4735        return $loader;
    4836    }
  • interactive-globes/trunk/vendor-prefixed/composer/autoload_static.php

    r3391038 r3392206  
    55namespace Saltus\WP\Plugin\InteractiveGlobes\Composer\Autoload;
    66
    7 class ComposerStaticInitb3a0ead90696e92c0ea210f7c0d7c88e
     7class ComposerStaticInitfaa1c90dc5295f2ffacba6e8ae2b86cb
    88{
    9     public static $files = array (
    10         'eaa7218ddf3ca1afa2f4a557ff693131' => __DIR__ . '/../..'.'/build' . '/../vendor/freemius/wordpress-sdk/start.php',
    11     );
    12 
    139    public static $prefixLengthsPsr4 = array (
    1410        'S' =>
     
    1612            'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\' => 55,
    1713            'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\' => 46,
    18             'Saltus\\WP\\Plugin\\InteractiveGlobes\\' => 35,
    1914        ),
    2015    );
     
    2318        'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\' =>
    2419        array (
    25             0 => __DIR__ . '/../..'.'/build' . '/../vendor/saltus/framework/src',
     20            0 => __DIR__ . '/..' . '/saltus/framework/src',
    2621        ),
    2722        'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\' =>
    2823        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',
    3425        ),
    3526    );
    3627
    3728    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',
    12430        'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\AbstractConfig' => __DIR__ . '/..' . '/hassankhan/config/src/AbstractConfig.php',
    12531        'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\Config' => __DIR__ . '/..' . '/hassankhan/config/src/Config.php',
     
    14955        'Saltus\\WP\\Plugin\\InteractiveGlobes\\Noodlehaus\\Writer\\Xml' => __DIR__ . '/..' . '/hassankhan/config/src/Writer/Xml.php',
    15056        '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',
    15657        'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Core' => __DIR__ . '/..' . '/saltus/framework/src/Core.php',
    15758        'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Exception\\SaltusFrameworkThrowable' => __DIR__ . '/..' . '/saltus/framework/src/Exception/SaltusFrameworkThrowable.php',
     
    199100        'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Service\\ServiceFactory' => __DIR__ . '/..' . '/saltus/framework/src/Infrastructure/Service/ServiceFactory.php',
    200101        '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',
    201103        'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetLoader' => __DIR__ . '/..' . '/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php',
    202104        'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetManager' => __DIR__ . '/..' . '/saltus/framework/src/Infrastructure/Services/Assets/AssetManager.php',
     
    210112        'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Models\\PostType' => __DIR__ . '/..' . '/saltus/framework/src/Models/PostType.php',
    211113        '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',
    236114        'Saltus_WP_Plugin_InteractiveGlobes_CSF' => __DIR__ . '/..' . '/saltus/framework/lib/codestar-framework/classes/setup.class.php',
    237115        'Saltus_WP_Plugin_InteractiveGlobes_CSF_Abstract' => __DIR__ . '/..' . '/saltus/framework/lib/codestar-framework/classes/abstract.class.php',
     
    296174        'Saltus_WP_Plugin_InteractiveGlobes_WP_Customize_Panel_CSF' => __DIR__ . '/..' . '/saltus/framework/lib/codestar-framework/functions/customize.php',
    297175        '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',
    301176    );
    302177
     
    304179    {
    305180        return \Closure::bind(function () use ($loader) {
    306             $loader->prefixLengthsPsr4 = ComposerStaticInitb3a0ead90696e92c0ea210f7c0d7c88e::$prefixLengthsPsr4;
    307             $loader->prefixDirsPsr4 = ComposerStaticInitb3a0ead90696e92c0ea210f7c0d7c88e::$prefixDirsPsr4;
    308             $loader->classMap = ComposerStaticInitb3a0ead90696e92c0ea210f7c0d7c88e::$classMap;
     181            $loader->prefixLengthsPsr4 = ComposerStaticInitfaa1c90dc5295f2ffacba6e8ae2b86cb::$prefixLengthsPsr4;
     182            $loader->prefixDirsPsr4 = ComposerStaticInitfaa1c90dc5295f2ffacba6e8ae2b86cb::$prefixDirsPsr4;
     183            $loader->classMap = ComposerStaticInitfaa1c90dc5295f2ffacba6e8ae2b86cb::$classMap;
    309184
    310185        }, null, ClassLoader::class);
  • interactive-globes/trunk/vendor-prefixed/composer/installed.json

    r3391038 r3392206  
    11{
    22    "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": {
    604            "name": "hassankhan/config",
    615            "version": "3.2.0",
     
    12266            "install-path": "../hassankhan/config"
    12367        },
    124         "36": {
     68        "42": {
    12569            "name": "saltus/framework",
    12670            "version": "dev-dev",
     
    12973                "type": "git",
    13074                "url": "https://github.com/SaltusDev/saltus-framework.git",
    131                 "reference": "2f2e0dd554ac1b6304196dee917d9f6d8f050dcc"
     75                "reference": "58b59d301573258c56e2b903b7436f75ed12a860"
    13276            },
    13377            "dist": {
    13478                "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",
    13781                "shasum": ""
    13882            },
     
    15498                "yoast/phpunit-polyfills": "^4.0"
    15599            },
    156             "time": "2025-07-06T13:52:21+00:00",
     100            "time": "2025-09-23T14:32:55+00:00",
    157101            "type": "project",
    158102            "installation-source": "dist",
  • interactive-globes/trunk/vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php

    r3391038 r3392206  
    1010trait AssetLoader {
    1111
     12    /**
     13     * The assets container.
     14     *
     15     * @var \Saltus\WP\Plugin\InteractiveGlobes\Saltus\WP\Framework\Infrastructure\Services\Assets\AssetsContainer|null
     16     */
    1217    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 = [];
    1432
    1533    /**
     
    4765            $assets = $this->services->get( AssetManager::class );
    4866            $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            }
    4980        } catch ( \Throwable $exception ) {
    5081            if ( defined( 'WP_DEBUG' ) && WP_DEBUG === true ) {
  • interactive-globes/trunk/vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/AssetManager.php

    r3391038 r3392206  
    164164     * Wrapper for any local script, skips name and version parameter
    165165     *
    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'.
    171169     *
    172170     * @return string The name used to register the asset
     
    180178     * Wrapper for any script, skips name and version parameter. Doesn't transform $src
    181179     *
    182      * @param string $src Path or URL to the script.
    183      *
     180     * @param string   $src          Path or URL to the script.
    184181     * @param string[] $dependencies Optional. An array of registered script handles. Default empty array.
    185182     * @param bool     $in_footer    Optional. Where to enqueue. Default 'false'.
     
    275272     * Enqueue all registered assets.
    276273     *
    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.
    281277     *
    282278     * @return void
    283279     */
    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        );
    298287    }
    299288}
  • interactive-globes/trunk/vendor/autoload.php

    r3391038 r3392206  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit915cb26e85de11faf20a5dbb325242b6::getLoader();
     25return ComposerAutoloaderInitbbcf475e5e1ee458f78b30855dc5805d::getLoader();
  • interactive-globes/trunk/vendor/composer/autoload_classmap.php

    r3391038 r3392206  
    6666    'CSF_Welcome' => $vendorDir . '/saltus/framework/lib/codestar-framework/views/welcome.php',
    6767    'CSF_Widget' => $vendorDir . '/saltus/framework/lib/codestar-framework/classes/widget-options.class.php',
    68     'ComposerAutoloaderInitb3a0ead90696e92c0ea210f7c0d7c88e' => $baseDir . '/../vendor-prefixed/composer/autoload_real.php',
     68    'ComposerAutoloaderInitfaa1c90dc5295f2ffacba6e8ae2b86cb' => $baseDir . '/../vendor-prefixed/composer/autoload_real.php',
    6969    'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
    7070    'Noodlehaus\\AbstractConfig' => $vendorDir . '/hassankhan/config/src/AbstractConfig.php',
     
    139139    'Saltus\\WP\\Framework\\Infrastructure\\Service\\ServiceFactory' => $vendorDir . '/saltus/framework/src/Infrastructure/Service/ServiceFactory.php',
    140140    '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',
    141142    'Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetLoader' => $vendorDir . '/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php',
    142143    'Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetManager' => $vendorDir . '/saltus/framework/src/Infrastructure/Services/Assets/AssetManager.php',
     
    151152    'Saltus\\WP\\Framework\\Models\\Taxonomy' => $vendorDir . '/saltus/framework/src/Models/Taxonomy.php',
    152153    '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',
    154156    'Saltus\\WP\\Plugin\\InteractiveGlobes\\Core' => $baseDir . '/../src/Core.php',
    155157    'Saltus\\WP\\Plugin\\InteractiveGlobes\\CorePro' => $baseDir . '/../src/CorePro.php',
     
    255257    'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Service\\ServiceFactory' => $baseDir . '/../vendor-prefixed/saltus/framework/src/Infrastructure/Service/ServiceFactory.php',
    256258    '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',
    257260    'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetLoader' => $baseDir . '/../vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php',
    258261    '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  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit915cb26e85de11faf20a5dbb325242b6
     5class ComposerAutoloaderInitbbcf475e5e1ee458f78b30855dc5805d
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInit915cb26e85de11faf20a5dbb325242b6', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInitbbcf475e5e1ee458f78b30855dc5805d', 'loadClassLoader'), true, true);
    2626        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    27         spl_autoload_unregister(array('ComposerAutoloaderInit915cb26e85de11faf20a5dbb325242b6', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInitbbcf475e5e1ee458f78b30855dc5805d', 'loadClassLoader'));
    2828
    2929        require __DIR__ . '/autoload_static.php';
    30         call_user_func(\Composer\Autoload\ComposerStaticInit915cb26e85de11faf20a5dbb325242b6::getInitializer($loader));
     30        call_user_func(\Composer\Autoload\ComposerStaticInitbbcf475e5e1ee458f78b30855dc5805d::getInitializer($loader));
    3131
    3232        $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         }
    4533
    4634        return $loader;
  • interactive-globes/trunk/vendor/composer/autoload_static.php

    r3391038 r3392206  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit915cb26e85de11faf20a5dbb325242b6
     7class ComposerStaticInitbbcf475e5e1ee458f78b30855dc5805d
    88{
    9     public static $files = array (
    10         '8d50dc88e56bace65e1e72f6017983ed' => __DIR__ . '/..' . '/freemius/wordpress-sdk/start.php',
    11     );
    12 
    139    public static $prefixLengthsPsr4 = array (
    1410        'S' =>
     
    9894        'CSF_Welcome' => __DIR__ . '/..' . '/saltus/framework/lib/codestar-framework/views/welcome.php',
    9995        'CSF_Widget' => __DIR__ . '/..' . '/saltus/framework/lib/codestar-framework/classes/widget-options.class.php',
    100         'ComposerAutoloaderInitb3a0ead90696e92c0ea210f7c0d7c88e' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/composer/autoload_real.php',
     96        'ComposerAutoloaderInitfaa1c90dc5295f2ffacba6e8ae2b86cb' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/composer/autoload_real.php',
    10197        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
    10298        'Noodlehaus\\AbstractConfig' => __DIR__ . '/..' . '/hassankhan/config/src/AbstractConfig.php',
     
    171167        'Saltus\\WP\\Framework\\Infrastructure\\Service\\ServiceFactory' => __DIR__ . '/..' . '/saltus/framework/src/Infrastructure/Service/ServiceFactory.php',
    172168        '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',
    173170        'Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetLoader' => __DIR__ . '/..' . '/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php',
    174171        'Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetManager' => __DIR__ . '/..' . '/saltus/framework/src/Infrastructure/Services/Assets/AssetManager.php',
     
    183180        'Saltus\\WP\\Framework\\Models\\Taxonomy' => __DIR__ . '/..' . '/saltus/framework/src/Models/Taxonomy.php',
    184181        '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',
    186184        'Saltus\\WP\\Plugin\\InteractiveGlobes\\Core' => __DIR__ . '/../..'.'/build' . '/../src/Core.php',
    187185        'Saltus\\WP\\Plugin\\InteractiveGlobes\\CorePro' => __DIR__ . '/../..'.'/build' . '/../src/CorePro.php',
     
    287285        'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Service\\ServiceFactory' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/saltus/framework/src/Infrastructure/Service/ServiceFactory.php',
    288286        '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',
    289288        'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetLoader' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php',
    290289        'Saltus\\WP\\Plugin\\InteractiveGlobes\\Saltus\\WP\\Framework\\Infrastructure\\Services\\Assets\\AssetManager' => __DIR__ . '/../..'.'/build' . '/../vendor-prefixed/saltus/framework/src/Infrastructure/Services/Assets/AssetManager.php',
     
    392391    {
    393392        return \Closure::bind(function () use ($loader) {
    394             $loader->prefixLengthsPsr4 = ComposerStaticInit915cb26e85de11faf20a5dbb325242b6::$prefixLengthsPsr4;
    395             $loader->prefixDirsPsr4 = ComposerStaticInit915cb26e85de11faf20a5dbb325242b6::$prefixDirsPsr4;
    396             $loader->classMap = ComposerStaticInit915cb26e85de11faf20a5dbb325242b6::$classMap;
     393            $loader->prefixLengthsPsr4 = ComposerStaticInitbbcf475e5e1ee458f78b30855dc5805d::$prefixLengthsPsr4;
     394            $loader->prefixDirsPsr4 = ComposerStaticInitbbcf475e5e1ee458f78b30855dc5805d::$prefixDirsPsr4;
     395            $loader->classMap = ComposerStaticInitbbcf475e5e1ee458f78b30855dc5805d::$classMap;
    397396
    398397        }, null, ClassLoader::class);
  • interactive-globes/trunk/vendor/composer/installed.json

    r3391038 r3392206  
    11{
    22    "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         },
    593        {
    604            "name": "hassankhan/config",
     
    12973                "type": "git",
    13074                "url": "https://github.com/SaltusDev/saltus-framework.git",
    131                 "reference": "2f2e0dd554ac1b6304196dee917d9f6d8f050dcc"
     75                "reference": "58b59d301573258c56e2b903b7436f75ed12a860"
    13276            },
    13377            "dist": {
    13478                "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",
    13781                "shasum": ""
    13882            },
     
    15498                "yoast/phpunit-polyfills": "^4.0"
    15599            },
    156             "time": "2025-07-06T13:52:21+00:00",
     100            "time": "2025-09-23T14:32:55+00:00",
    157101            "type": "project",
    158102            "installation-source": "dist",
  • interactive-globes/trunk/vendor/composer/installed.php

    r3391038 r3392206  
    1111    ),
    1212    '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         ),
    2213        'hassankhan/config' => array(
    2314            'pretty_version' => '3.2.0',
     
    3223            'pretty_version' => 'dev-dev',
    3324            'version' => 'dev-dev',
    34             'reference' => '2f2e0dd554ac1b6304196dee917d9f6d8f050dcc',
     25            'reference' => '58b59d301573258c56e2b903b7436f75ed12a860',
    3526            'type' => 'project',
    3627            'install_path' => __DIR__ . '/../saltus/framework',
  • interactive-globes/trunk/vendor/saltus/framework/CHANGELOG.md

    r3391038 r3392206  
    44## [Unreleased]
    55
     6## [1.3.2] - 2025-09-21
     7    - Fix: Add Assets data container to allow add_data
    68
    79## [1.3.1] - 2025-07-06
  • interactive-globes/trunk/vendor/saltus/framework/README.md

    r3391038 r3392206  
    66## Version
    77
    8 ## [1.3.1] - 2025-07-06
     8## Current version [1.3.2] - 2025-09-21
    99
    1010See [change log file](CHANGELOG.md) for full details.
  • interactive-globes/trunk/vendor/saltus/framework/src/Infrastructure/Services/Assets/AssetLoader.php

    r3391038 r3392206  
    1010trait AssetLoader {
    1111
     12    /**
     13     * The assets container.
     14     *
     15     * @var \Saltus\WP\Framework\Infrastructure\Services\Assets\AssetsContainer|null
     16     */
    1217    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 = [];
    1432
    1533    /**
     
    4765            $assets = $this->services->get( AssetManager::class );
    4866            $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            }
    4980        } catch ( \Throwable $exception ) {
    5081            if ( defined( 'WP_DEBUG' ) && WP_DEBUG === true ) {
  • interactive-globes/trunk/vendor/saltus/framework/src/Infrastructure/Services/Assets/AssetManager.php

    r3391038 r3392206  
    164164     * Wrapper for any local script, skips name and version parameter
    165165     *
    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'.
    171169     *
    172170     * @return string The name used to register the asset
     
    180178     * Wrapper for any script, skips name and version parameter. Doesn't transform $src
    181179     *
    182      * @param string $src Path or URL to the script.
    183      *
     180     * @param string   $src          Path or URL to the script.
    184181     * @param string[] $dependencies Optional. An array of registered script handles. Default empty array.
    185182     * @param bool     $in_footer    Optional. Where to enqueue. Default 'false'.
     
    275272     * Enqueue all registered assets.
    276273     *
    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.
    281277     *
    282278     * @return void
    283279     */
    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        );
    298287    }
    299288}
Note: See TracChangeset for help on using the changeset viewer.