Plugin Directory

Changeset 2823677


Ignore:
Timestamp:
11/24/2022 02:08:01 PM (3 years ago)
Author:
manikmist09
Message:

Release 1.3.3

Location:
wp-content-pilot
Files:
2 deleted
22 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-content-pilot/tags/1.3.3/i18n/languages/wp-content-pilot.pot

    r2729187 r2823677  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WP Content Pilot 1.3.2\n"
     5"Project-Id-Version: WP Content Pilot 1.3.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-content-pilot\n"
    7 "POT-Creation-Date: 2022-05-24 08:21:59+00:00\n"
     7"POT-Creation-Date: 2022-11-24 14:07:13+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
  • wp-content-pilot/tags/1.3.3/readme.txt

    r2781082 r2823677  
    33Tags: autoblog, rss aggregator, news aggregator, rss import, youtube feed, feed import, content curation, feed to post, rss to post, rss feeds, auto post
    44Requires at least: 4.9
    5 Tested up to: 6.0.2
     5Tested up to: 6.1
    66Requires PHP: 5.8
    77Stable tag: trunk
     
    2424* **Template Editor**:  Control how auto-published posts will look using the supported template tags of the module.
    2525* **Post Categories**:  The plugin will automatically insert these categories with newly published posts.
    26 * **Post Tags**:  The plugin will automatically insert these tags with newly published posts.
     26* *Post Tags**:  The plugin will automatically insert these tags with newly published posts.
    2727* **Post Translation (PRO)**:  Translate any article from any language to your selected language on the fly.
    2828* **Post Meta (PRO)**:  Make use of post meta to suit best with your theme and 3rd party plugins.
     
    130130
    131131== Changelog ==
     132= 1.3.3 (Nov 24, 2022) =
     133* Fix: Compatability with WP v6.1
     134
    132135= 1..3.2 (May 24, 2022) =
    133136* Fix - Enhance frontend styling
  • wp-content-pilot/tags/1.3.3/vendor/autoload.php

    r2729187 r2823677  
    33// autoload.php @generated by Composer
    44
     5if (PHP_VERSION_ID < 50600) {
     6    if (!headers_sent()) {
     7        header('HTTP/1.1 500 Internal Server Error');
     8    }
     9    $err = '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;
     10    if (!ini_get('display_errors')) {
     11        if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
     12            fwrite(STDERR, $err);
     13        } elseif (!headers_sent()) {
     14            echo $err;
     15        }
     16    }
     17    trigger_error(
     18        $err,
     19        E_USER_ERROR
     20    );
     21}
     22
    523require_once __DIR__ . '/composer/autoload_real.php';
    624
    7 return ComposerAutoloaderInitf3e9ae1ef5e9a131de39db2414610851::getLoader();
     25return ComposerAutoloaderInitb60e5d15fe92c05e5bca81c220246312::getLoader();
  • wp-content-pilot/tags/1.3.3/vendor/composer/InstalledVersions.php

    r2649228 r2823677  
    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()
  • wp-content-pilot/tags/1.3.3/vendor/composer/autoload_classmap.php

    r2581211 r2823677  
    33// autoload_classmap.php @generated by Composer
    44
    5 $vendorDir = dirname(dirname(__FILE__));
     5$vendorDir = dirname(__DIR__);
    66$baseDir = dirname($vendorDir);
    77
  • wp-content-pilot/tags/1.3.3/vendor/composer/autoload_namespaces.php

    r2292731 r2823677  
    33// autoload_namespaces.php @generated by Composer
    44
    5 $vendorDir = dirname(dirname(__FILE__));
     5$vendorDir = dirname(__DIR__);
    66$baseDir = dirname($vendorDir);
    77
  • wp-content-pilot/tags/1.3.3/vendor/composer/autoload_psr4.php

    r2292731 r2823677  
    33// autoload_psr4.php @generated by Composer
    44
    5 $vendorDir = dirname(dirname(__FILE__));
     5$vendorDir = dirname(__DIR__);
    66$baseDir = dirname($vendorDir);
    77
  • wp-content-pilot/tags/1.3.3/vendor/composer/autoload_real.php

    r2729187 r2823677  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitf3e9ae1ef5e9a131de39db2414610851
     5class ComposerAutoloaderInitb60e5d15fe92c05e5bca81c220246312
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInitf3e9ae1ef5e9a131de39db2414610851', 'loadClassLoader'), true, true);
    28         self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInitf3e9ae1ef5e9a131de39db2414610851', 'loadClassLoader'));
     27        spl_autoload_register(array('ComposerAutoloaderInitb60e5d15fe92c05e5bca81c220246312', 'loadClassLoader'), true, true);
     28        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitb60e5d15fe92c05e5bca81c220246312', 'loadClassLoader'));
    3030
    31         $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
    32         if ($useStaticLoader) {
    33             require __DIR__ . '/autoload_static.php';
    34 
    35             call_user_func(\Composer\Autoload\ComposerStaticInitf3e9ae1ef5e9a131de39db2414610851::getInitializer($loader));
    36         } else {
    37             $map = require __DIR__ . '/autoload_namespaces.php';
    38             foreach ($map as $namespace => $path) {
    39                 $loader->set($namespace, $path);
    40             }
    41 
    42             $map = require __DIR__ . '/autoload_psr4.php';
    43             foreach ($map as $namespace => $path) {
    44                 $loader->setPsr4($namespace, $path);
    45             }
    46 
    47             $classMap = require __DIR__ . '/autoload_classmap.php';
    48             if ($classMap) {
    49                 $loader->addClassMap($classMap);
    50             }
    51         }
     31        require __DIR__ . '/autoload_static.php';
     32        call_user_func(\Composer\Autoload\ComposerStaticInitb60e5d15fe92c05e5bca81c220246312::getInitializer($loader));
    5233
    5334        $loader->register(true);
  • wp-content-pilot/tags/1.3.3/vendor/composer/autoload_static.php

    r2729187 r2823677  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitf3e9ae1ef5e9a131de39db2414610851
     7class ComposerStaticInitb60e5d15fe92c05e5bca81c220246312
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    2828    {
    2929        return \Closure::bind(function () use ($loader) {
    30             $loader->prefixLengthsPsr4 = ComposerStaticInitf3e9ae1ef5e9a131de39db2414610851::$prefixLengthsPsr4;
    31             $loader->prefixDirsPsr4 = ComposerStaticInitf3e9ae1ef5e9a131de39db2414610851::$prefixDirsPsr4;
    32             $loader->classMap = ComposerStaticInitf3e9ae1ef5e9a131de39db2414610851::$classMap;
     30            $loader->prefixLengthsPsr4 = ComposerStaticInitb60e5d15fe92c05e5bca81c220246312::$prefixLengthsPsr4;
     31            $loader->prefixDirsPsr4 = ComposerStaticInitb60e5d15fe92c05e5bca81c220246312::$prefixDirsPsr4;
     32            $loader->classMap = ComposerStaticInitb60e5d15fe92c05e5bca81c220246312::$classMap;
    3333
    3434        }, null, ClassLoader::class);
  • wp-content-pilot/tags/1.3.3/vendor/composer/installed.php

    r2729187 r2823677  
    11<?php return array(
    22    'root' => array(
    3         'pretty_version' => 'v1.3.2',
    4         'version' => '1.3.2.0',
     3        'name' => 'pluginever/wp-content-pilot',
     4        'pretty_version' => 'dev-master',
     5        'version' => 'dev-master',
     6        'reference' => 'e3b292a4e903e42cb9cb8bf8e78e586baf2f3c54',
    57        'type' => 'wordpress-plugin',
    68        'install_path' => __DIR__ . '/../../',
    79        'aliases' => array(),
    8         'reference' => '12ae05c44c3c99d24c2b1147d3399006d3b9e059',
    9         'name' => 'pluginever/wp-content-pilot',
    1010        'dev' => false,
    1111    ),
     
    1414            'pretty_version' => '8.8.0',
    1515            'version' => '8.8.0.0',
     16            'reference' => '180273b577148090a62bb7333201d17e0b6efb75',
    1617            'type' => 'library',
    1718            'install_path' => __DIR__ . '/../php-curl-class/php-curl-class',
    1819            'aliases' => array(),
    19             'reference' => '180273b577148090a62bb7333201d17e0b6efb75',
    2020            'dev_requirement' => false,
    2121        ),
    2222        'pluginever/wp-content-pilot' => array(
    23             'pretty_version' => 'v1.3.2',
    24             'version' => '1.3.2.0',
     23            'pretty_version' => 'dev-master',
     24            'version' => 'dev-master',
     25            'reference' => 'e3b292a4e903e42cb9cb8bf8e78e586baf2f3c54',
    2526            'type' => 'wordpress-plugin',
    2627            'install_path' => __DIR__ . '/../../',
    2728            'aliases' => array(),
    28             'reference' => '12ae05c44c3c99d24c2b1147d3399006d3b9e059',
    2929            'dev_requirement' => false,
    3030        ),
  • wp-content-pilot/tags/1.3.3/wp-content-pilot.php

    r2729187 r2823677  
    44 * Plugin URI:  https://www.pluginever.com
    55 * Description: WP Content Pilot automatically posts contents from various sources based on the predefined keywords.
    6  * Version:     1.3.2
     6 * Version:     1.3.3
    77 * Author:      pluginever
    88 * Author URI:  https://www.pluginever.com
     
    4545     * @var string
    4646     */
    47     protected $version = '1.3.2';
     47    protected $version = '1.3.3';
    4848
    4949    /**
  • wp-content-pilot/trunk/i18n/languages/wp-content-pilot.pot

    r2729187 r2823677  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WP Content Pilot 1.3.2\n"
     5"Project-Id-Version: WP Content Pilot 1.3.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-content-pilot\n"
    7 "POT-Creation-Date: 2022-05-24 08:21:59+00:00\n"
     7"POT-Creation-Date: 2022-11-24 14:07:13+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
  • wp-content-pilot/trunk/readme.txt

    r2781082 r2823677  
    33Tags: autoblog, rss aggregator, news aggregator, rss import, youtube feed, feed import, content curation, feed to post, rss to post, rss feeds, auto post
    44Requires at least: 4.9
    5 Tested up to: 6.0.2
     5Tested up to: 6.1
    66Requires PHP: 5.8
    77Stable tag: trunk
     
    2424* **Template Editor**:  Control how auto-published posts will look using the supported template tags of the module.
    2525* **Post Categories**:  The plugin will automatically insert these categories with newly published posts.
    26 * **Post Tags**:  The plugin will automatically insert these tags with newly published posts.
     26* *Post Tags**:  The plugin will automatically insert these tags with newly published posts.
    2727* **Post Translation (PRO)**:  Translate any article from any language to your selected language on the fly.
    2828* **Post Meta (PRO)**:  Make use of post meta to suit best with your theme and 3rd party plugins.
     
    130130
    131131== Changelog ==
     132= 1.3.3 (Nov 24, 2022) =
     133* Fix: Compatability with WP v6.1
     134
    132135= 1..3.2 (May 24, 2022) =
    133136* Fix - Enhance frontend styling
  • wp-content-pilot/trunk/vendor/autoload.php

    r2729187 r2823677  
    33// autoload.php @generated by Composer
    44
     5if (PHP_VERSION_ID < 50600) {
     6    if (!headers_sent()) {
     7        header('HTTP/1.1 500 Internal Server Error');
     8    }
     9    $err = '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;
     10    if (!ini_get('display_errors')) {
     11        if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
     12            fwrite(STDERR, $err);
     13        } elseif (!headers_sent()) {
     14            echo $err;
     15        }
     16    }
     17    trigger_error(
     18        $err,
     19        E_USER_ERROR
     20    );
     21}
     22
    523require_once __DIR__ . '/composer/autoload_real.php';
    624
    7 return ComposerAutoloaderInitf3e9ae1ef5e9a131de39db2414610851::getLoader();
     25return ComposerAutoloaderInitb60e5d15fe92c05e5bca81c220246312::getLoader();
  • wp-content-pilot/trunk/vendor/composer/InstalledVersions.php

    r2649228 r2823677  
    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()
  • wp-content-pilot/trunk/vendor/composer/autoload_classmap.php

    r2581211 r2823677  
    33// autoload_classmap.php @generated by Composer
    44
    5 $vendorDir = dirname(dirname(__FILE__));
     5$vendorDir = dirname(__DIR__);
    66$baseDir = dirname($vendorDir);
    77
  • wp-content-pilot/trunk/vendor/composer/autoload_namespaces.php

    r2292731 r2823677  
    33// autoload_namespaces.php @generated by Composer
    44
    5 $vendorDir = dirname(dirname(__FILE__));
     5$vendorDir = dirname(__DIR__);
    66$baseDir = dirname($vendorDir);
    77
  • wp-content-pilot/trunk/vendor/composer/autoload_psr4.php

    r2292731 r2823677  
    33// autoload_psr4.php @generated by Composer
    44
    5 $vendorDir = dirname(dirname(__FILE__));
     5$vendorDir = dirname(__DIR__);
    66$baseDir = dirname($vendorDir);
    77
  • wp-content-pilot/trunk/vendor/composer/autoload_real.php

    r2729187 r2823677  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitf3e9ae1ef5e9a131de39db2414610851
     5class ComposerAutoloaderInitb60e5d15fe92c05e5bca81c220246312
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInitf3e9ae1ef5e9a131de39db2414610851', 'loadClassLoader'), true, true);
    28         self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInitf3e9ae1ef5e9a131de39db2414610851', 'loadClassLoader'));
     27        spl_autoload_register(array('ComposerAutoloaderInitb60e5d15fe92c05e5bca81c220246312', 'loadClassLoader'), true, true);
     28        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitb60e5d15fe92c05e5bca81c220246312', 'loadClassLoader'));
    3030
    31         $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
    32         if ($useStaticLoader) {
    33             require __DIR__ . '/autoload_static.php';
    34 
    35             call_user_func(\Composer\Autoload\ComposerStaticInitf3e9ae1ef5e9a131de39db2414610851::getInitializer($loader));
    36         } else {
    37             $map = require __DIR__ . '/autoload_namespaces.php';
    38             foreach ($map as $namespace => $path) {
    39                 $loader->set($namespace, $path);
    40             }
    41 
    42             $map = require __DIR__ . '/autoload_psr4.php';
    43             foreach ($map as $namespace => $path) {
    44                 $loader->setPsr4($namespace, $path);
    45             }
    46 
    47             $classMap = require __DIR__ . '/autoload_classmap.php';
    48             if ($classMap) {
    49                 $loader->addClassMap($classMap);
    50             }
    51         }
     31        require __DIR__ . '/autoload_static.php';
     32        call_user_func(\Composer\Autoload\ComposerStaticInitb60e5d15fe92c05e5bca81c220246312::getInitializer($loader));
    5233
    5334        $loader->register(true);
  • wp-content-pilot/trunk/vendor/composer/autoload_static.php

    r2729187 r2823677  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitf3e9ae1ef5e9a131de39db2414610851
     7class ComposerStaticInitb60e5d15fe92c05e5bca81c220246312
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    2828    {
    2929        return \Closure::bind(function () use ($loader) {
    30             $loader->prefixLengthsPsr4 = ComposerStaticInitf3e9ae1ef5e9a131de39db2414610851::$prefixLengthsPsr4;
    31             $loader->prefixDirsPsr4 = ComposerStaticInitf3e9ae1ef5e9a131de39db2414610851::$prefixDirsPsr4;
    32             $loader->classMap = ComposerStaticInitf3e9ae1ef5e9a131de39db2414610851::$classMap;
     30            $loader->prefixLengthsPsr4 = ComposerStaticInitb60e5d15fe92c05e5bca81c220246312::$prefixLengthsPsr4;
     31            $loader->prefixDirsPsr4 = ComposerStaticInitb60e5d15fe92c05e5bca81c220246312::$prefixDirsPsr4;
     32            $loader->classMap = ComposerStaticInitb60e5d15fe92c05e5bca81c220246312::$classMap;
    3333
    3434        }, null, ClassLoader::class);
  • wp-content-pilot/trunk/vendor/composer/installed.php

    r2729187 r2823677  
    11<?php return array(
    22    'root' => array(
    3         'pretty_version' => 'v1.3.2',
    4         'version' => '1.3.2.0',
     3        'name' => 'pluginever/wp-content-pilot',
     4        'pretty_version' => 'dev-master',
     5        'version' => 'dev-master',
     6        'reference' => 'e3b292a4e903e42cb9cb8bf8e78e586baf2f3c54',
    57        'type' => 'wordpress-plugin',
    68        'install_path' => __DIR__ . '/../../',
    79        'aliases' => array(),
    8         'reference' => '12ae05c44c3c99d24c2b1147d3399006d3b9e059',
    9         'name' => 'pluginever/wp-content-pilot',
    1010        'dev' => false,
    1111    ),
     
    1414            'pretty_version' => '8.8.0',
    1515            'version' => '8.8.0.0',
     16            'reference' => '180273b577148090a62bb7333201d17e0b6efb75',
    1617            'type' => 'library',
    1718            'install_path' => __DIR__ . '/../php-curl-class/php-curl-class',
    1819            'aliases' => array(),
    19             'reference' => '180273b577148090a62bb7333201d17e0b6efb75',
    2020            'dev_requirement' => false,
    2121        ),
    2222        'pluginever/wp-content-pilot' => array(
    23             'pretty_version' => 'v1.3.2',
    24             'version' => '1.3.2.0',
     23            'pretty_version' => 'dev-master',
     24            'version' => 'dev-master',
     25            'reference' => 'e3b292a4e903e42cb9cb8bf8e78e586baf2f3c54',
    2526            'type' => 'wordpress-plugin',
    2627            'install_path' => __DIR__ . '/../../',
    2728            'aliases' => array(),
    28             'reference' => '12ae05c44c3c99d24c2b1147d3399006d3b9e059',
    2929            'dev_requirement' => false,
    3030        ),
  • wp-content-pilot/trunk/wp-content-pilot.php

    r2729187 r2823677  
    44 * Plugin URI:  https://www.pluginever.com
    55 * Description: WP Content Pilot automatically posts contents from various sources based on the predefined keywords.
    6  * Version:     1.3.2
     6 * Version:     1.3.3
    77 * Author:      pluginever
    88 * Author URI:  https://www.pluginever.com
     
    4545     * @var string
    4646     */
    47     protected $version = '1.3.2';
     47    protected $version = '1.3.3';
    4848
    4949    /**
Note: See TracChangeset for help on using the changeset viewer.