Changeset 2823677
- Timestamp:
- 11/24/2022 02:08:01 PM (3 years ago)
- Location:
- wp-content-pilot
- Files:
-
- 2 deleted
- 22 edited
- 1 copied
-
tags/1.3.3 (copied) (copied from wp-content-pilot/trunk)
-
tags/1.3.3/assets/css/metabox (deleted)
-
tags/1.3.3/i18n/languages/wp-content-pilot.pot (modified) (1 diff)
-
tags/1.3.3/readme.txt (modified) (3 diffs)
-
tags/1.3.3/vendor/autoload.php (modified) (1 diff)
-
tags/1.3.3/vendor/composer/InstalledVersions.php (modified) (8 diffs)
-
tags/1.3.3/vendor/composer/autoload_classmap.php (modified) (1 diff)
-
tags/1.3.3/vendor/composer/autoload_namespaces.php (modified) (1 diff)
-
tags/1.3.3/vendor/composer/autoload_psr4.php (modified) (1 diff)
-
tags/1.3.3/vendor/composer/autoload_real.php (modified) (2 diffs)
-
tags/1.3.3/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/1.3.3/vendor/composer/installed.php (modified) (2 diffs)
-
tags/1.3.3/wp-content-pilot.php (modified) (2 diffs)
-
trunk/assets/css/metabox (deleted)
-
trunk/i18n/languages/wp-content-pilot.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/InstalledVersions.php (modified) (8 diffs)
-
trunk/vendor/composer/autoload_classmap.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_namespaces.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_psr4.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (2 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/wp-content-pilot.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-content-pilot/tags/1.3.3/i18n/languages/wp-content-pilot.pot
r2729187 r2823677 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WP Content Pilot 1.3. 2\n"5 "Project-Id-Version: WP Content Pilot 1.3.3\n" 6 6 "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" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" -
wp-content-pilot/tags/1.3.3/readme.txt
r2781082 r2823677 3 3 Tags: autoblog, rss aggregator, news aggregator, rss import, youtube feed, feed import, content curation, feed to post, rss to post, rss feeds, auto post 4 4 Requires at least: 4.9 5 Tested up to: 6. 0.25 Tested up to: 6.1 6 6 Requires PHP: 5.8 7 7 Stable tag: trunk … … 24 24 * **Template Editor**: Control how auto-published posts will look using the supported template tags of the module. 25 25 * **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. 27 27 * **Post Translation (PRO)**: Translate any article from any language to your selected language on the fly. 28 28 * **Post Meta (PRO)**: Make use of post meta to suit best with your theme and 3rd party plugins. … … 130 130 131 131 == Changelog == 132 = 1.3.3 (Nov 24, 2022) = 133 * Fix: Compatability with WP v6.1 134 132 135 = 1..3.2 (May 24, 2022) = 133 136 * Fix - Enhance frontend styling -
wp-content-pilot/tags/1.3.3/vendor/autoload.php
r2729187 r2823677 3 3 // autoload.php @generated by Composer 4 4 5 if (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 5 23 require_once __DIR__ . '/composer/autoload_real.php'; 6 24 7 return ComposerAutoloaderInit f3e9ae1ef5e9a131de39db2414610851::getLoader();25 return ComposerAutoloaderInitb60e5d15fe92c05e5bca81c220246312::getLoader(); -
wp-content-pilot/tags/1.3.3/vendor/composer/InstalledVersions.php
r2649228 r2823677 22 22 * 23 23 * To require its presence, you can require `composer-runtime-api ^2.0` 24 * 25 * @final 24 26 */ 25 27 class InstalledVersions … … 27 29 /** 28 30 * @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{}|null31 * @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 30 32 */ 31 33 private static $installed; … … 38 40 /** 39 41 * @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[]}>}> 41 43 */ 42 44 private static $installedByVendor = array(); … … 242 244 /** 243 245 * @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} 245 247 */ 246 248 public static function getRootPackage() … … 256 258 * @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. 257 259 * @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[]}>} 259 261 */ 260 262 public static function getRawData() … … 279 281 * 280 282 * @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[]}>}> 282 284 */ 283 285 public static function getAllRawData() … … 302 304 * @return void 303 305 * 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}>} $data306 * @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 305 307 */ 306 308 public static function reload($data) … … 312 314 /** 313 315 * @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[]}>}> 315 317 */ 316 318 private static function getInstalled() -
wp-content-pilot/tags/1.3.3/vendor/composer/autoload_classmap.php
r2581211 r2823677 3 3 // autoload_classmap.php @generated by Composer 4 4 5 $vendorDir = dirname( dirname(__FILE__));5 $vendorDir = dirname(__DIR__); 6 6 $baseDir = dirname($vendorDir); 7 7 -
wp-content-pilot/tags/1.3.3/vendor/composer/autoload_namespaces.php
r2292731 r2823677 3 3 // autoload_namespaces.php @generated by Composer 4 4 5 $vendorDir = dirname( dirname(__FILE__));5 $vendorDir = dirname(__DIR__); 6 6 $baseDir = dirname($vendorDir); 7 7 -
wp-content-pilot/tags/1.3.3/vendor/composer/autoload_psr4.php
r2292731 r2823677 3 3 // autoload_psr4.php @generated by Composer 4 4 5 $vendorDir = dirname( dirname(__FILE__));5 $vendorDir = dirname(__DIR__); 6 6 $baseDir = dirname($vendorDir); 7 7 -
wp-content-pilot/tags/1.3.3/vendor/composer/autoload_real.php
r2729187 r2823677 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit f3e9ae1ef5e9a131de39db24146108515 class ComposerAutoloaderInitb60e5d15fe92c05e5bca81c220246312 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit f3e9ae1ef5e9a131de39db2414610851', 'loadClassLoader'), true, true);28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname( \dirname(__FILE__)));29 spl_autoload_unregister(array('ComposerAutoloaderInit f3e9ae1ef5e9a131de39db2414610851', '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')); 30 30 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)); 52 33 53 34 $loader->register(true); -
wp-content-pilot/tags/1.3.3/vendor/composer/autoload_static.php
r2729187 r2823677 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit f3e9ae1ef5e9a131de39db24146108517 class ComposerStaticInitb60e5d15fe92c05e5bca81c220246312 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 28 28 { 29 29 return \Closure::bind(function () use ($loader) { 30 $loader->prefixLengthsPsr4 = ComposerStaticInit f3e9ae1ef5e9a131de39db2414610851::$prefixLengthsPsr4;31 $loader->prefixDirsPsr4 = ComposerStaticInit f3e9ae1ef5e9a131de39db2414610851::$prefixDirsPsr4;32 $loader->classMap = ComposerStaticInit f3e9ae1ef5e9a131de39db2414610851::$classMap;30 $loader->prefixLengthsPsr4 = ComposerStaticInitb60e5d15fe92c05e5bca81c220246312::$prefixLengthsPsr4; 31 $loader->prefixDirsPsr4 = ComposerStaticInitb60e5d15fe92c05e5bca81c220246312::$prefixDirsPsr4; 32 $loader->classMap = ComposerStaticInitb60e5d15fe92c05e5bca81c220246312::$classMap; 33 33 34 34 }, null, ClassLoader::class); -
wp-content-pilot/tags/1.3.3/vendor/composer/installed.php
r2729187 r2823677 1 1 <?php return array( 2 2 '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', 5 7 'type' => 'wordpress-plugin', 6 8 'install_path' => __DIR__ . '/../../', 7 9 'aliases' => array(), 8 'reference' => '12ae05c44c3c99d24c2b1147d3399006d3b9e059',9 'name' => 'pluginever/wp-content-pilot',10 10 'dev' => false, 11 11 ), … … 14 14 'pretty_version' => '8.8.0', 15 15 'version' => '8.8.0.0', 16 'reference' => '180273b577148090a62bb7333201d17e0b6efb75', 16 17 'type' => 'library', 17 18 'install_path' => __DIR__ . '/../php-curl-class/php-curl-class', 18 19 'aliases' => array(), 19 'reference' => '180273b577148090a62bb7333201d17e0b6efb75',20 20 'dev_requirement' => false, 21 21 ), 22 22 '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', 25 26 'type' => 'wordpress-plugin', 26 27 'install_path' => __DIR__ . '/../../', 27 28 'aliases' => array(), 28 'reference' => '12ae05c44c3c99d24c2b1147d3399006d3b9e059',29 29 'dev_requirement' => false, 30 30 ), -
wp-content-pilot/tags/1.3.3/wp-content-pilot.php
r2729187 r2823677 4 4 * Plugin URI: https://www.pluginever.com 5 5 * Description: WP Content Pilot automatically posts contents from various sources based on the predefined keywords. 6 * Version: 1.3. 26 * Version: 1.3.3 7 7 * Author: pluginever 8 8 * Author URI: https://www.pluginever.com … … 45 45 * @var string 46 46 */ 47 protected $version = '1.3. 2';47 protected $version = '1.3.3'; 48 48 49 49 /** -
wp-content-pilot/trunk/i18n/languages/wp-content-pilot.pot
r2729187 r2823677 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WP Content Pilot 1.3. 2\n"5 "Project-Id-Version: WP Content Pilot 1.3.3\n" 6 6 "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" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" -
wp-content-pilot/trunk/readme.txt
r2781082 r2823677 3 3 Tags: autoblog, rss aggregator, news aggregator, rss import, youtube feed, feed import, content curation, feed to post, rss to post, rss feeds, auto post 4 4 Requires at least: 4.9 5 Tested up to: 6. 0.25 Tested up to: 6.1 6 6 Requires PHP: 5.8 7 7 Stable tag: trunk … … 24 24 * **Template Editor**: Control how auto-published posts will look using the supported template tags of the module. 25 25 * **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. 27 27 * **Post Translation (PRO)**: Translate any article from any language to your selected language on the fly. 28 28 * **Post Meta (PRO)**: Make use of post meta to suit best with your theme and 3rd party plugins. … … 130 130 131 131 == Changelog == 132 = 1.3.3 (Nov 24, 2022) = 133 * Fix: Compatability with WP v6.1 134 132 135 = 1..3.2 (May 24, 2022) = 133 136 * Fix - Enhance frontend styling -
wp-content-pilot/trunk/vendor/autoload.php
r2729187 r2823677 3 3 // autoload.php @generated by Composer 4 4 5 if (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 5 23 require_once __DIR__ . '/composer/autoload_real.php'; 6 24 7 return ComposerAutoloaderInit f3e9ae1ef5e9a131de39db2414610851::getLoader();25 return ComposerAutoloaderInitb60e5d15fe92c05e5bca81c220246312::getLoader(); -
wp-content-pilot/trunk/vendor/composer/InstalledVersions.php
r2649228 r2823677 22 22 * 23 23 * To require its presence, you can require `composer-runtime-api ^2.0` 24 * 25 * @final 24 26 */ 25 27 class InstalledVersions … … 27 29 /** 28 30 * @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{}|null31 * @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 30 32 */ 31 33 private static $installed; … … 38 40 /** 39 41 * @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[]}>}> 41 43 */ 42 44 private static $installedByVendor = array(); … … 242 244 /** 243 245 * @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} 245 247 */ 246 248 public static function getRootPackage() … … 256 258 * @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. 257 259 * @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[]}>} 259 261 */ 260 262 public static function getRawData() … … 279 281 * 280 282 * @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[]}>}> 282 284 */ 283 285 public static function getAllRawData() … … 302 304 * @return void 303 305 * 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}>} $data306 * @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 305 307 */ 306 308 public static function reload($data) … … 312 314 /** 313 315 * @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[]}>}> 315 317 */ 316 318 private static function getInstalled() -
wp-content-pilot/trunk/vendor/composer/autoload_classmap.php
r2581211 r2823677 3 3 // autoload_classmap.php @generated by Composer 4 4 5 $vendorDir = dirname( dirname(__FILE__));5 $vendorDir = dirname(__DIR__); 6 6 $baseDir = dirname($vendorDir); 7 7 -
wp-content-pilot/trunk/vendor/composer/autoload_namespaces.php
r2292731 r2823677 3 3 // autoload_namespaces.php @generated by Composer 4 4 5 $vendorDir = dirname( dirname(__FILE__));5 $vendorDir = dirname(__DIR__); 6 6 $baseDir = dirname($vendorDir); 7 7 -
wp-content-pilot/trunk/vendor/composer/autoload_psr4.php
r2292731 r2823677 3 3 // autoload_psr4.php @generated by Composer 4 4 5 $vendorDir = dirname( dirname(__FILE__));5 $vendorDir = dirname(__DIR__); 6 6 $baseDir = dirname($vendorDir); 7 7 -
wp-content-pilot/trunk/vendor/composer/autoload_real.php
r2729187 r2823677 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit f3e9ae1ef5e9a131de39db24146108515 class ComposerAutoloaderInitb60e5d15fe92c05e5bca81c220246312 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit f3e9ae1ef5e9a131de39db2414610851', 'loadClassLoader'), true, true);28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname( \dirname(__FILE__)));29 spl_autoload_unregister(array('ComposerAutoloaderInit f3e9ae1ef5e9a131de39db2414610851', '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')); 30 30 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)); 52 33 53 34 $loader->register(true); -
wp-content-pilot/trunk/vendor/composer/autoload_static.php
r2729187 r2823677 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit f3e9ae1ef5e9a131de39db24146108517 class ComposerStaticInitb60e5d15fe92c05e5bca81c220246312 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 28 28 { 29 29 return \Closure::bind(function () use ($loader) { 30 $loader->prefixLengthsPsr4 = ComposerStaticInit f3e9ae1ef5e9a131de39db2414610851::$prefixLengthsPsr4;31 $loader->prefixDirsPsr4 = ComposerStaticInit f3e9ae1ef5e9a131de39db2414610851::$prefixDirsPsr4;32 $loader->classMap = ComposerStaticInit f3e9ae1ef5e9a131de39db2414610851::$classMap;30 $loader->prefixLengthsPsr4 = ComposerStaticInitb60e5d15fe92c05e5bca81c220246312::$prefixLengthsPsr4; 31 $loader->prefixDirsPsr4 = ComposerStaticInitb60e5d15fe92c05e5bca81c220246312::$prefixDirsPsr4; 32 $loader->classMap = ComposerStaticInitb60e5d15fe92c05e5bca81c220246312::$classMap; 33 33 34 34 }, null, ClassLoader::class); -
wp-content-pilot/trunk/vendor/composer/installed.php
r2729187 r2823677 1 1 <?php return array( 2 2 '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', 5 7 'type' => 'wordpress-plugin', 6 8 'install_path' => __DIR__ . '/../../', 7 9 'aliases' => array(), 8 'reference' => '12ae05c44c3c99d24c2b1147d3399006d3b9e059',9 'name' => 'pluginever/wp-content-pilot',10 10 'dev' => false, 11 11 ), … … 14 14 'pretty_version' => '8.8.0', 15 15 'version' => '8.8.0.0', 16 'reference' => '180273b577148090a62bb7333201d17e0b6efb75', 16 17 'type' => 'library', 17 18 'install_path' => __DIR__ . '/../php-curl-class/php-curl-class', 18 19 'aliases' => array(), 19 'reference' => '180273b577148090a62bb7333201d17e0b6efb75',20 20 'dev_requirement' => false, 21 21 ), 22 22 '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', 25 26 'type' => 'wordpress-plugin', 26 27 'install_path' => __DIR__ . '/../../', 27 28 'aliases' => array(), 28 'reference' => '12ae05c44c3c99d24c2b1147d3399006d3b9e059',29 29 'dev_requirement' => false, 30 30 ), -
wp-content-pilot/trunk/wp-content-pilot.php
r2729187 r2823677 4 4 * Plugin URI: https://www.pluginever.com 5 5 * Description: WP Content Pilot automatically posts contents from various sources based on the predefined keywords. 6 * Version: 1.3. 26 * Version: 1.3.3 7 7 * Author: pluginever 8 8 * Author URI: https://www.pluginever.com … … 45 45 * @var string 46 46 */ 47 protected $version = '1.3. 2';47 protected $version = '1.3.3'; 48 48 49 49 /**
Note: See TracChangeset
for help on using the changeset viewer.