Plugin Directory

Changeset 2750590


Ignore:
Timestamp:
07/01/2022 04:43:18 AM (4 years ago)
Author:
quickdemoimport
Message:

Update to version 1.0.1 from GitHub

Location:
quick-demo-import
Files:
24 edited
1 copied

Legend:

Unmodified
Added
Removed
  • quick-demo-import/tags/1.0.1/includes/Hooks.php

    r2670383 r2750590  
    439439        $callback = function( $key, $page, $page_id ) {
    440440            $setting_name = $page['setting_name'];
    441             function_exists( 'masteriyo_set_setting' ) && masteriyo_set_setting( "advance.pages.{$setting_name}", $page_id );
     441            $version      = masteriyo_get_version();
     442            $tab          = version_compare( '1.5.4', $version, '<=' ) ? 'general' : 'advance';
     443            function_exists( 'masteriyo_set_setting' ) && masteriyo_set_setting( "$tab.pages.{$setting_name}", $page_id );
    442444        };
    443445        self::set_up_pages( $pages, $callback );
  • quick-demo-import/tags/1.0.1/qdi.php

    r2670383 r2750590  
    33 * Plugin Name: Quick Demo Import
    44 * Description: Import demo content, widgets and theme settings with just one click.
    5  * Version: 1.0.0
     5 * Version: 1.0.1
    66 * Author: QuickDemoImport
    77 * Author URI: https://quickdemoimport.com/
     
    2020
    2121if ( ! defined( 'QUICK_DEMO_IMPORT_VERSION' ) ) {
    22     define( 'QUICK_DEMO_IMPORT_VERSION', '1.0.0' );
     22    define( 'QUICK_DEMO_IMPORT_VERSION', '1.0.1' );
    2323}
    2424
  • quick-demo-import/tags/1.0.1/readme.txt

    r2670383 r2750590  
    33Tags: theme demos, demo, importer, one click import
    44Requires at least: 5.4
    5 Tested up to: 5.8
     5Tested up to: 6.0
    66Requires PHP: 7.0
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    2626== Changelog ==
    2727
     28= 1.0.1 - 01-07-2022 =
     29- Fix - Masteriyo page duplication.
     30- Update – Header field Tested up to.
     31
    2832= 1.0.0 - 01-02-2022 =
    2933- Initial release.
  • quick-demo-import/tags/1.0.1/vendor/autoload.php

    r2670383 r2750590  
    33// autoload.php @generated by Composer
    44
     5if (PHP_VERSION_ID < 50600) {
     6    echo 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
     7    exit(1);
     8}
     9
    510require_once __DIR__ . '/composer/autoload_real.php';
    611
    7 return ComposerAutoloaderInitc1a424f55b509b133d5c69484bc66f7b::getLoader();
     12return ComposerAutoloaderInit79cd8523a79bd0557cdad7d7e90f0804::getLoader();
  • quick-demo-import/tags/1.0.1/vendor/composer/InstalledVersions.php

    r2670383 r2750590  
    2222 *
    2323 * To require its presence, you can require `composer-runtime-api ^2.0`
     24 *
     25 * @final
    2426 */
    2527class InstalledVersions
     
    2729    /**
    2830     * @var mixed[]|null
    29      * @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null
     31     * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
    3032     */
    3133    private static $installed;
     
    3840    /**
    3941     * @var array[]
    40      * @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>
     42     * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
    4143     */
    4244    private static $installedByVendor = array();
     
    242244    /**
    243245     * @return array
    244      * @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}
     246     * @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}
    245247     */
    246248    public static function getRootPackage()
     
    256258     * @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect.
    257259     * @return array[]
    258      * @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}
     260     * @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}
    259261     */
    260262    public static function getRawData()
     
    279281     *
    280282     * @return array[]
    281      * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>
     283     * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
    282284     */
    283285    public static function getAllRawData()
     
    302304     * @return void
    303305     *
    304      * @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>} $data
     306     * @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $data
    305307     */
    306308    public static function reload($data)
     
    312314    /**
    313315     * @return array[]
    314      * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>
     316     * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
    315317     */
    316318    private static function getInstalled()
  • quick-demo-import/tags/1.0.1/vendor/composer/autoload_classmap.php

    r2670383 r2750590  
    33// autoload_classmap.php @generated by Composer
    44
    5 $vendorDir = dirname(dirname(__FILE__));
     5$vendorDir = dirname(__DIR__);
    66$baseDir = dirname($vendorDir);
    77
  • quick-demo-import/tags/1.0.1/vendor/composer/autoload_files.php

    r2670383 r2750590  
    33// autoload_files.php @generated by Composer
    44
    5 $vendorDir = dirname(dirname(__FILE__));
     5$vendorDir = dirname(__DIR__);
    66$baseDir = dirname($vendorDir);
    77
  • quick-demo-import/tags/1.0.1/vendor/composer/autoload_namespaces.php

    r2670383 r2750590  
    33// autoload_namespaces.php @generated by Composer
    44
    5 $vendorDir = dirname(dirname(__FILE__));
     5$vendorDir = dirname(__DIR__);
    66$baseDir = dirname($vendorDir);
    77
  • quick-demo-import/tags/1.0.1/vendor/composer/autoload_psr4.php

    r2670383 r2750590  
    33// autoload_psr4.php @generated by Composer
    44
    5 $vendorDir = dirname(dirname(__FILE__));
     5$vendorDir = dirname(__DIR__);
    66$baseDir = dirname($vendorDir);
    77
  • quick-demo-import/tags/1.0.1/vendor/composer/autoload_real.php

    r2670383 r2750590  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitc1a424f55b509b133d5c69484bc66f7b
     5class ComposerAutoloaderInit79cd8523a79bd0557cdad7d7e90f0804
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInitc1a424f55b509b133d5c69484bc66f7b', 'loadClassLoader'), true, true);
    26         self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    27         spl_autoload_unregister(array('ComposerAutoloaderInitc1a424f55b509b133d5c69484bc66f7b', 'loadClassLoader'));
     25        spl_autoload_register(array('ComposerAutoloaderInit79cd8523a79bd0557cdad7d7e90f0804', 'loadClassLoader'), true, true);
     26        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
     27        spl_autoload_unregister(array('ComposerAutoloaderInit79cd8523a79bd0557cdad7d7e90f0804', 'loadClassLoader'));
    2828
    29         $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
    30         if ($useStaticLoader) {
    31             require __DIR__ . '/autoload_static.php';
    32 
    33             call_user_func(\Composer\Autoload\ComposerStaticInitc1a424f55b509b133d5c69484bc66f7b::getInitializer($loader));
    34         } else {
    35             $map = require __DIR__ . '/autoload_namespaces.php';
    36             foreach ($map as $namespace => $path) {
    37                 $loader->set($namespace, $path);
    38             }
    39 
    40             $map = require __DIR__ . '/autoload_psr4.php';
    41             foreach ($map as $namespace => $path) {
    42                 $loader->setPsr4($namespace, $path);
    43             }
    44 
    45             $classMap = require __DIR__ . '/autoload_classmap.php';
    46             if ($classMap) {
    47                 $loader->addClassMap($classMap);
    48             }
    49         }
     29        require __DIR__ . '/autoload_static.php';
     30        call_user_func(\Composer\Autoload\ComposerStaticInit79cd8523a79bd0557cdad7d7e90f0804::getInitializer($loader));
    5031
    5132        $loader->register(true);
    5233
    53         if ($useStaticLoader) {
    54             $includeFiles = Composer\Autoload\ComposerStaticInitc1a424f55b509b133d5c69484bc66f7b::$files;
    55         } else {
    56             $includeFiles = require __DIR__ . '/autoload_files.php';
    57         }
     34        $includeFiles = \Composer\Autoload\ComposerStaticInit79cd8523a79bd0557cdad7d7e90f0804::$files;
    5835        foreach ($includeFiles as $fileIdentifier => $file) {
    59             composerRequirec1a424f55b509b133d5c69484bc66f7b($fileIdentifier, $file);
     36            composerRequire79cd8523a79bd0557cdad7d7e90f0804($fileIdentifier, $file);
    6037        }
    6138
     
    6946 * @return void
    7047 */
    71 function composerRequirec1a424f55b509b133d5c69484bc66f7b($fileIdentifier, $file)
     48function composerRequire79cd8523a79bd0557cdad7d7e90f0804($fileIdentifier, $file)
    7249{
    7350    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • quick-demo-import/tags/1.0.1/vendor/composer/autoload_static.php

    r2670383 r2750590  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitc1a424f55b509b133d5c69484bc66f7b
     7class ComposerStaticInit79cd8523a79bd0557cdad7d7e90f0804
    88{
    99    public static $files = array (
     
    164164    {
    165165        return \Closure::bind(function () use ($loader) {
    166             $loader->prefixLengthsPsr4 = ComposerStaticInitc1a424f55b509b133d5c69484bc66f7b::$prefixLengthsPsr4;
    167             $loader->prefixDirsPsr4 = ComposerStaticInitc1a424f55b509b133d5c69484bc66f7b::$prefixDirsPsr4;
    168             $loader->classMap = ComposerStaticInitc1a424f55b509b133d5c69484bc66f7b::$classMap;
     166            $loader->prefixLengthsPsr4 = ComposerStaticInit79cd8523a79bd0557cdad7d7e90f0804::$prefixLengthsPsr4;
     167            $loader->prefixDirsPsr4 = ComposerStaticInit79cd8523a79bd0557cdad7d7e90f0804::$prefixDirsPsr4;
     168            $loader->classMap = ComposerStaticInit79cd8523a79bd0557cdad7d7e90f0804::$classMap;
    169169
    170170        }, null, ClassLoader::class);
  • quick-demo-import/tags/1.0.1/vendor/composer/installed.php

    r2670383 r2750590  
    11<?php return array(
    22    'root' => array(
    3         'pretty_version' => '1.0.0',
    4         'version' => '1.0.0.0',
     3        'name' => 'quickdemoimport/quick-demo-import',
     4        'pretty_version' => '1.0.1',
     5        'version' => '1.0.1.0',
     6        'reference' => '41b2d3d40fcea2e0c8dbdbd9918af986bf0f48c0',
    57        'type' => 'wordpress-plugin',
    68        'install_path' => __DIR__ . '/../../',
    79        'aliases' => array(),
    8         'reference' => '51ad7daa555a7d3db5d00b98195cfd02d8f8ed18',
    9         'name' => 'quickdemoimport/quick-demo-import',
    1010        'dev' => false,
    1111    ),
     
    1414            'pretty_version' => 'v1.11.0',
    1515            'version' => '1.11.0.0',
     16            'reference' => 'ae03311f45dfe194412081526be2e003960df74b',
    1617            'type' => 'composer-plugin',
    1718            'install_path' => __DIR__ . '/./installers',
    1819            'aliases' => array(),
    19             'reference' => 'ae03311f45dfe194412081526be2e003960df74b',
    2020            'dev_requirement' => false,
    2121        ),
    2222        'quickdemoimport/quick-demo-import' => array(
    23             'pretty_version' => '1.0.0',
    24             'version' => '1.0.0.0',
     23            'pretty_version' => '1.0.1',
     24            'version' => '1.0.1.0',
     25            'reference' => '41b2d3d40fcea2e0c8dbdbd9918af986bf0f48c0',
    2526            'type' => 'wordpress-plugin',
    2627            'install_path' => __DIR__ . '/../../',
    2728            'aliases' => array(),
    28             'reference' => '51ad7daa555a7d3db5d00b98195cfd02d8f8ed18',
    2929            'dev_requirement' => false,
    3030        ),
  • quick-demo-import/trunk/includes/Hooks.php

    r2670383 r2750590  
    439439        $callback = function( $key, $page, $page_id ) {
    440440            $setting_name = $page['setting_name'];
    441             function_exists( 'masteriyo_set_setting' ) && masteriyo_set_setting( "advance.pages.{$setting_name}", $page_id );
     441            $version      = masteriyo_get_version();
     442            $tab          = version_compare( '1.5.4', $version, '<=' ) ? 'general' : 'advance';
     443            function_exists( 'masteriyo_set_setting' ) && masteriyo_set_setting( "$tab.pages.{$setting_name}", $page_id );
    442444        };
    443445        self::set_up_pages( $pages, $callback );
  • quick-demo-import/trunk/qdi.php

    r2670383 r2750590  
    33 * Plugin Name: Quick Demo Import
    44 * Description: Import demo content, widgets and theme settings with just one click.
    5  * Version: 1.0.0
     5 * Version: 1.0.1
    66 * Author: QuickDemoImport
    77 * Author URI: https://quickdemoimport.com/
     
    2020
    2121if ( ! defined( 'QUICK_DEMO_IMPORT_VERSION' ) ) {
    22     define( 'QUICK_DEMO_IMPORT_VERSION', '1.0.0' );
     22    define( 'QUICK_DEMO_IMPORT_VERSION', '1.0.1' );
    2323}
    2424
  • quick-demo-import/trunk/readme.txt

    r2670383 r2750590  
    33Tags: theme demos, demo, importer, one click import
    44Requires at least: 5.4
    5 Tested up to: 5.8
     5Tested up to: 6.0
    66Requires PHP: 7.0
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    2626== Changelog ==
    2727
     28= 1.0.1 - 01-07-2022 =
     29- Fix - Masteriyo page duplication.
     30- Update – Header field Tested up to.
     31
    2832= 1.0.0 - 01-02-2022 =
    2933- Initial release.
  • quick-demo-import/trunk/vendor/autoload.php

    r2670383 r2750590  
    33// autoload.php @generated by Composer
    44
     5if (PHP_VERSION_ID < 50600) {
     6    echo 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
     7    exit(1);
     8}
     9
    510require_once __DIR__ . '/composer/autoload_real.php';
    611
    7 return ComposerAutoloaderInitc1a424f55b509b133d5c69484bc66f7b::getLoader();
     12return ComposerAutoloaderInit79cd8523a79bd0557cdad7d7e90f0804::getLoader();
  • quick-demo-import/trunk/vendor/composer/InstalledVersions.php

    r2670383 r2750590  
    2222 *
    2323 * To require its presence, you can require `composer-runtime-api ^2.0`
     24 *
     25 * @final
    2426 */
    2527class InstalledVersions
     
    2729    /**
    2830     * @var mixed[]|null
    29      * @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null
     31     * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
    3032     */
    3133    private static $installed;
     
    3840    /**
    3941     * @var array[]
    40      * @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>
     42     * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
    4143     */
    4244    private static $installedByVendor = array();
     
    242244    /**
    243245     * @return array
    244      * @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}
     246     * @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}
    245247     */
    246248    public static function getRootPackage()
     
    256258     * @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect.
    257259     * @return array[]
    258      * @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}
     260     * @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}
    259261     */
    260262    public static function getRawData()
     
    279281     *
    280282     * @return array[]
    281      * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>
     283     * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
    282284     */
    283285    public static function getAllRawData()
     
    302304     * @return void
    303305     *
    304      * @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>} $data
     306     * @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $data
    305307     */
    306308    public static function reload($data)
     
    312314    /**
    313315     * @return array[]
    314      * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>
     316     * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
    315317     */
    316318    private static function getInstalled()
  • quick-demo-import/trunk/vendor/composer/autoload_classmap.php

    r2670383 r2750590  
    33// autoload_classmap.php @generated by Composer
    44
    5 $vendorDir = dirname(dirname(__FILE__));
     5$vendorDir = dirname(__DIR__);
    66$baseDir = dirname($vendorDir);
    77
  • quick-demo-import/trunk/vendor/composer/autoload_files.php

    r2670383 r2750590  
    33// autoload_files.php @generated by Composer
    44
    5 $vendorDir = dirname(dirname(__FILE__));
     5$vendorDir = dirname(__DIR__);
    66$baseDir = dirname($vendorDir);
    77
  • quick-demo-import/trunk/vendor/composer/autoload_namespaces.php

    r2670383 r2750590  
    33// autoload_namespaces.php @generated by Composer
    44
    5 $vendorDir = dirname(dirname(__FILE__));
     5$vendorDir = dirname(__DIR__);
    66$baseDir = dirname($vendorDir);
    77
  • quick-demo-import/trunk/vendor/composer/autoload_psr4.php

    r2670383 r2750590  
    33// autoload_psr4.php @generated by Composer
    44
    5 $vendorDir = dirname(dirname(__FILE__));
     5$vendorDir = dirname(__DIR__);
    66$baseDir = dirname($vendorDir);
    77
  • quick-demo-import/trunk/vendor/composer/autoload_real.php

    r2670383 r2750590  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitc1a424f55b509b133d5c69484bc66f7b
     5class ComposerAutoloaderInit79cd8523a79bd0557cdad7d7e90f0804
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInitc1a424f55b509b133d5c69484bc66f7b', 'loadClassLoader'), true, true);
    26         self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    27         spl_autoload_unregister(array('ComposerAutoloaderInitc1a424f55b509b133d5c69484bc66f7b', 'loadClassLoader'));
     25        spl_autoload_register(array('ComposerAutoloaderInit79cd8523a79bd0557cdad7d7e90f0804', 'loadClassLoader'), true, true);
     26        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
     27        spl_autoload_unregister(array('ComposerAutoloaderInit79cd8523a79bd0557cdad7d7e90f0804', 'loadClassLoader'));
    2828
    29         $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
    30         if ($useStaticLoader) {
    31             require __DIR__ . '/autoload_static.php';
    32 
    33             call_user_func(\Composer\Autoload\ComposerStaticInitc1a424f55b509b133d5c69484bc66f7b::getInitializer($loader));
    34         } else {
    35             $map = require __DIR__ . '/autoload_namespaces.php';
    36             foreach ($map as $namespace => $path) {
    37                 $loader->set($namespace, $path);
    38             }
    39 
    40             $map = require __DIR__ . '/autoload_psr4.php';
    41             foreach ($map as $namespace => $path) {
    42                 $loader->setPsr4($namespace, $path);
    43             }
    44 
    45             $classMap = require __DIR__ . '/autoload_classmap.php';
    46             if ($classMap) {
    47                 $loader->addClassMap($classMap);
    48             }
    49         }
     29        require __DIR__ . '/autoload_static.php';
     30        call_user_func(\Composer\Autoload\ComposerStaticInit79cd8523a79bd0557cdad7d7e90f0804::getInitializer($loader));
    5031
    5132        $loader->register(true);
    5233
    53         if ($useStaticLoader) {
    54             $includeFiles = Composer\Autoload\ComposerStaticInitc1a424f55b509b133d5c69484bc66f7b::$files;
    55         } else {
    56             $includeFiles = require __DIR__ . '/autoload_files.php';
    57         }
     34        $includeFiles = \Composer\Autoload\ComposerStaticInit79cd8523a79bd0557cdad7d7e90f0804::$files;
    5835        foreach ($includeFiles as $fileIdentifier => $file) {
    59             composerRequirec1a424f55b509b133d5c69484bc66f7b($fileIdentifier, $file);
     36            composerRequire79cd8523a79bd0557cdad7d7e90f0804($fileIdentifier, $file);
    6037        }
    6138
     
    6946 * @return void
    7047 */
    71 function composerRequirec1a424f55b509b133d5c69484bc66f7b($fileIdentifier, $file)
     48function composerRequire79cd8523a79bd0557cdad7d7e90f0804($fileIdentifier, $file)
    7249{
    7350    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • quick-demo-import/trunk/vendor/composer/autoload_static.php

    r2670383 r2750590  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitc1a424f55b509b133d5c69484bc66f7b
     7class ComposerStaticInit79cd8523a79bd0557cdad7d7e90f0804
    88{
    99    public static $files = array (
     
    164164    {
    165165        return \Closure::bind(function () use ($loader) {
    166             $loader->prefixLengthsPsr4 = ComposerStaticInitc1a424f55b509b133d5c69484bc66f7b::$prefixLengthsPsr4;
    167             $loader->prefixDirsPsr4 = ComposerStaticInitc1a424f55b509b133d5c69484bc66f7b::$prefixDirsPsr4;
    168             $loader->classMap = ComposerStaticInitc1a424f55b509b133d5c69484bc66f7b::$classMap;
     166            $loader->prefixLengthsPsr4 = ComposerStaticInit79cd8523a79bd0557cdad7d7e90f0804::$prefixLengthsPsr4;
     167            $loader->prefixDirsPsr4 = ComposerStaticInit79cd8523a79bd0557cdad7d7e90f0804::$prefixDirsPsr4;
     168            $loader->classMap = ComposerStaticInit79cd8523a79bd0557cdad7d7e90f0804::$classMap;
    169169
    170170        }, null, ClassLoader::class);
  • quick-demo-import/trunk/vendor/composer/installed.php

    r2670383 r2750590  
    11<?php return array(
    22    'root' => array(
    3         'pretty_version' => '1.0.0',
    4         'version' => '1.0.0.0',
     3        'name' => 'quickdemoimport/quick-demo-import',
     4        'pretty_version' => '1.0.1',
     5        'version' => '1.0.1.0',
     6        'reference' => '41b2d3d40fcea2e0c8dbdbd9918af986bf0f48c0',
    57        'type' => 'wordpress-plugin',
    68        'install_path' => __DIR__ . '/../../',
    79        'aliases' => array(),
    8         'reference' => '51ad7daa555a7d3db5d00b98195cfd02d8f8ed18',
    9         'name' => 'quickdemoimport/quick-demo-import',
    1010        'dev' => false,
    1111    ),
     
    1414            'pretty_version' => 'v1.11.0',
    1515            'version' => '1.11.0.0',
     16            'reference' => 'ae03311f45dfe194412081526be2e003960df74b',
    1617            'type' => 'composer-plugin',
    1718            'install_path' => __DIR__ . '/./installers',
    1819            'aliases' => array(),
    19             'reference' => 'ae03311f45dfe194412081526be2e003960df74b',
    2020            'dev_requirement' => false,
    2121        ),
    2222        'quickdemoimport/quick-demo-import' => array(
    23             'pretty_version' => '1.0.0',
    24             'version' => '1.0.0.0',
     23            'pretty_version' => '1.0.1',
     24            'version' => '1.0.1.0',
     25            'reference' => '41b2d3d40fcea2e0c8dbdbd9918af986bf0f48c0',
    2526            'type' => 'wordpress-plugin',
    2627            'install_path' => __DIR__ . '/../../',
    2728            'aliases' => array(),
    28             'reference' => '51ad7daa555a7d3db5d00b98195cfd02d8f8ed18',
    2929            'dev_requirement' => false,
    3030        ),
Note: See TracChangeset for help on using the changeset viewer.