Changeset 2765288
- Timestamp:
- 08/02/2022 04:14:21 PM (4 years ago)
- Location:
- pull-comments-other-pages
- Files:
-
- 1 deleted
- 12 edited
-
tags/1.0.1 (deleted)
-
trunk/README.md (modified) (1 diff)
-
trunk/composer.lock (modified) (10 diffs)
-
trunk/pull-comments-other-pages.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
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) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pull-comments-other-pages/trunk/README.md
r2765234 r2765288 42 42 3. Press "Activate Plugin" button on successful screen 43 43 44 ## From [Plugin's Directory](https://wordpress.org/plugins/ )44 ## From [Plugin's Directory](https://wordpress.org/plugins/pull-comments-other-pages/) 45 45 1. Open "WordPress => Admin Panel => Plugins => Add New" 46 46 2. Search by plugin's slug surround by double quotes: "pull-comments-other-pages" -
pull-comments-other-pages/trunk/composer.lock
r2765234 r2765288 409 409 { 410 410 "name": "composer/pcre", 411 "version": " 2.0.0",411 "version": "3.0.0", 412 412 "source": { 413 413 "type": "git", 414 414 "url": "https://github.com/composer/pcre.git", 415 "reference": " c8e9d27cfc5ed22643c19c160455b473ffd8aabe"416 }, 417 "dist": { 418 "type": "zip", 419 "url": "https://api.github.com/repos/composer/pcre/zipball/ c8e9d27cfc5ed22643c19c160455b473ffd8aabe",420 "reference": " c8e9d27cfc5ed22643c19c160455b473ffd8aabe",421 "shasum": "" 422 }, 423 "require": { 424 "php": "^7. 2|| ^8.0"415 "reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd" 416 }, 417 "dist": { 418 "type": "zip", 419 "url": "https://api.github.com/repos/composer/pcre/zipball/e300eb6c535192decd27a85bc72a9290f0d6b3bd", 420 "reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd", 421 "shasum": "" 422 }, 423 "require": { 424 "php": "^7.4 || ^8.0" 425 425 }, 426 426 "require-dev": { … … 432 432 "extra": { 433 433 "branch-alias": { 434 "dev-main": " 2.x-dev"434 "dev-main": "3.x-dev" 435 435 } 436 436 }, … … 460 460 "support": { 461 461 "issues": "https://github.com/composer/pcre/issues", 462 "source": "https://github.com/composer/pcre/tree/ 2.0.0"462 "source": "https://github.com/composer/pcre/tree/3.0.0" 463 463 }, 464 464 "funding": [ … … 476 476 } 477 477 ], 478 "time": "2022-02-25T20: 05:29+00:00"478 "time": "2022-02-25T20:21:48+00:00" 479 479 }, 480 480 { … … 765 765 { 766 766 "name": "gettext/gettext", 767 "version": "v4.8. 7",767 "version": "v4.8.6", 768 768 "source": { 769 769 "type": "git", 770 770 "url": "https://github.com/php-gettext/Gettext.git", 771 "reference": " 3f7bc5ef23302a9059e64934f3d59e454516bec0"772 }, 773 "dist": { 774 "type": "zip", 775 "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/ 3f7bc5ef23302a9059e64934f3d59e454516bec0",776 "reference": " 3f7bc5ef23302a9059e64934f3d59e454516bec0",771 "reference": "bbeb8f4d3077663739aecb4551b22e720c0e9efe" 772 }, 773 "dist": { 774 "type": "zip", 775 "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/bbeb8f4d3077663739aecb4551b22e720c0e9efe", 776 "reference": "bbeb8f4d3077663739aecb4551b22e720c0e9efe", 777 777 "shasum": "" 778 778 }, … … 826 826 "email": "oom@oscarotero.com", 827 827 "issues": "https://github.com/oscarotero/Gettext/issues", 828 "source": "https://github.com/php-gettext/Gettext/tree/v4.8. 7"828 "source": "https://github.com/php-gettext/Gettext/tree/v4.8.6" 829 829 }, 830 830 "funding": [ … … 842 842 } 843 843 ], 844 "time": "202 2-08-02T09:42:10+00:00"844 "time": "2021-10-19T10:44:53+00:00" 845 845 }, 846 846 { … … 1283 1283 { 1284 1284 "name": "psr/container", 1285 "version": "1.1. 1",1285 "version": "1.1.2", 1286 1286 "source": { 1287 1287 "type": "git", 1288 1288 "url": "https://github.com/php-fig/container.git", 1289 "reference": " 8622567409010282b7aeebe4bb841fe98b58dcaf"1290 }, 1291 "dist": { 1292 "type": "zip", 1293 "url": "https://api.github.com/repos/php-fig/container/zipball/ 8622567409010282b7aeebe4bb841fe98b58dcaf",1294 "reference": " 8622567409010282b7aeebe4bb841fe98b58dcaf",1295 "shasum": "" 1296 }, 1297 "require": { 1298 "php": ">=7. 2.0"1289 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" 1290 }, 1291 "dist": { 1292 "type": "zip", 1293 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", 1294 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", 1295 "shasum": "" 1296 }, 1297 "require": { 1298 "php": ">=7.4.0" 1299 1299 }, 1300 1300 "type": "library", … … 1325 1325 "support": { 1326 1326 "issues": "https://github.com/php-fig/container/issues", 1327 "source": "https://github.com/php-fig/container/tree/1.1. 1"1328 }, 1329 "time": "2021- 03-05T17:36:06+00:00"1327 "source": "https://github.com/php-fig/container/tree/1.1.2" 1328 }, 1329 "time": "2021-11-05T16:50:12+00:00" 1330 1330 }, 1331 1331 { … … 4895 4895 }, 4896 4896 "platform-dev": [], 4897 "plugin-api-version": "2. 3.0"4897 "plugin-api-version": "2.2.0" 4898 4898 } -
pull-comments-other-pages/trunk/pull-comments-other-pages.php
r2765234 r2765288 3 3 /** 4 4 * Plugin Name: Pull Comments From Other Page(s) 5 * Version: 1.0. 05 * Version: 1.0.1 6 6 * Plugin URI: https://github.com/kumaxim/pull-comments-other-pages 7 7 * Description: Allow to display comments from one page to another. -
pull-comments-other-pages/trunk/readme.txt
r2765234 r2765288 43 43 == Changelog == 44 44 45 = 1.0 = 45 = 1.0.1 = 46 * Fix language's text domain PATH 47 48 = 1.0.0 = 46 49 * The 1st stable release of the plugin -
pull-comments-other-pages/trunk/vendor/autoload.php
r2765234 r2765288 3 3 // autoload.php @generated by Composer 4 4 5 if (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 10 5 require_once __DIR__ . '/composer/autoload_real.php'; 11 6 12 return ComposerAutoloaderInit 35670a4c9fab3f467884ae8748f98d51::getLoader();7 return ComposerAutoloaderInit6dc1e0575b426bcdb18e890c54de9ba0::getLoader(); -
pull-comments-other-pages/trunk/vendor/composer/InstalledVersions.php
r2765153 r2765288 22 22 * 23 23 * To require its presence, you can require `composer-runtime-api ^2.0` 24 *25 * @final26 24 */ 27 25 class InstalledVersions … … 29 27 /** 30 28 * @var mixed[]|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{}|null29 * @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 32 30 */ 33 31 private static $installed; … … 40 38 /** 41 39 * @var array[] 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[]}>}>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}>}> 43 41 */ 44 42 private static $installedByVendor = array(); … … 244 242 /** 245 243 * @return array 246 * @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}244 * @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string} 247 245 */ 248 246 public static function getRootPackage() … … 258 256 * @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. 259 257 * @return array[] 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[]}>}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}>} 261 259 */ 262 260 public static function getRawData() … … 281 279 * 282 280 * @return array[] 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[]}>}>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}>}> 284 282 */ 285 283 public static function getAllRawData() … … 304 302 * @return void 305 303 * 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[]}>} $data304 * @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 307 305 */ 308 306 public static function reload($data) … … 314 312 /** 315 313 * @return array[] 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[]}>}>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}>}> 317 315 */ 318 316 private static function getInstalled() -
pull-comments-other-pages/trunk/vendor/composer/autoload_classmap.php
r2765153 r2765288 3 3 // autoload_classmap.php @generated by Composer 4 4 5 $vendorDir = dirname( __DIR__);5 $vendorDir = dirname(dirname(__FILE__)); 6 6 $baseDir = dirname($vendorDir); 7 7 -
pull-comments-other-pages/trunk/vendor/composer/autoload_namespaces.php
r2765153 r2765288 3 3 // autoload_namespaces.php @generated by Composer 4 4 5 $vendorDir = dirname( __DIR__);5 $vendorDir = dirname(dirname(__FILE__)); 6 6 $baseDir = dirname($vendorDir); 7 7 -
pull-comments-other-pages/trunk/vendor/composer/autoload_psr4.php
r2765153 r2765288 3 3 // autoload_psr4.php @generated by Composer 4 4 5 $vendorDir = dirname( __DIR__);5 $vendorDir = dirname(dirname(__FILE__)); 6 6 $baseDir = dirname($vendorDir); 7 7 -
pull-comments-other-pages/trunk/vendor/composer/autoload_real.php
r2765234 r2765288 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 35670a4c9fab3f467884ae8748f98d515 class ComposerAutoloaderInit6dc1e0575b426bcdb18e890c54de9ba0 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 35670a4c9fab3f467884ae8748f98d51', 'loadClassLoader'), true, true);28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname( __DIR__));29 spl_autoload_unregister(array('ComposerAutoloaderInit 35670a4c9fab3f467884ae8748f98d51', 'loadClassLoader'));27 spl_autoload_register(array('ComposerAutoloaderInit6dc1e0575b426bcdb18e890c54de9ba0', 'loadClassLoader'), true, true); 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit6dc1e0575b426bcdb18e890c54de9ba0', 'loadClassLoader')); 30 30 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit35670a4c9fab3f467884ae8748f98d51::getInitializer($loader)); 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\ComposerStaticInit6dc1e0575b426bcdb18e890c54de9ba0::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 } 33 52 34 53 $loader->register(true); -
pull-comments-other-pages/trunk/vendor/composer/autoload_static.php
r2765234 r2765288 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 35670a4c9fab3f467884ae8748f98d517 class ComposerStaticInit6dc1e0575b426bcdb18e890c54de9ba0 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 32 32 { 33 33 return \Closure::bind(function () use ($loader) { 34 $loader->prefixLengthsPsr4 = ComposerStaticInit 35670a4c9fab3f467884ae8748f98d51::$prefixLengthsPsr4;35 $loader->prefixDirsPsr4 = ComposerStaticInit 35670a4c9fab3f467884ae8748f98d51::$prefixDirsPsr4;36 $loader->classMap = ComposerStaticInit 35670a4c9fab3f467884ae8748f98d51::$classMap;34 $loader->prefixLengthsPsr4 = ComposerStaticInit6dc1e0575b426bcdb18e890c54de9ba0::$prefixLengthsPsr4; 35 $loader->prefixDirsPsr4 = ComposerStaticInit6dc1e0575b426bcdb18e890c54de9ba0::$prefixDirsPsr4; 36 $loader->classMap = ComposerStaticInit6dc1e0575b426bcdb18e890c54de9ba0::$classMap; 37 37 38 38 }, null, ClassLoader::class); -
pull-comments-other-pages/trunk/vendor/composer/installed.php
r2765153 r2765288 1 1 <?php return array( 2 2 'root' => array( 3 'name' => 'kumaxim/pull-comments-other-pages', 4 'pretty_version' => '1.0.0+no-version-set', 5 'version' => '1.0.0.0', 6 'reference' => NULL, 3 'pretty_version' => 'dev-master', 4 'version' => 'dev-master', 7 5 'type' => 'wordpress-plugin', 8 6 'install_path' => __DIR__ . '/../../', 9 7 'aliases' => array(), 8 'reference' => '6280450d852c960cab0c956190b7c5311a7a5a7f', 9 'name' => 'kumaxim/pull-comments-other-pages', 10 10 'dev' => false, 11 11 ), 12 12 'versions' => array( 13 13 'kumaxim/pull-comments-other-pages' => array( 14 'pretty_version' => '1.0.0+no-version-set', 15 'version' => '1.0.0.0', 16 'reference' => NULL, 14 'pretty_version' => 'dev-master', 15 'version' => 'dev-master', 17 16 'type' => 'wordpress-plugin', 18 17 'install_path' => __DIR__ . '/../../', 19 18 'aliases' => array(), 19 'reference' => '6280450d852c960cab0c956190b7c5311a7a5a7f', 20 20 'dev_requirement' => false, 21 21 ),
Note: See TracChangeset
for help on using the changeset viewer.