Changeset 3294998
- Timestamp:
- 05/16/2025 07:50:38 PM (11 months ago)
- Location:
- ilovepdf
- Files:
-
- 16 edited
- 1 copied
-
tags/2.1.11 (copied) (copied from ilovepdf/trunk)
-
tags/2.1.11/README.txt (modified) (3 diffs)
-
tags/2.1.11/ilove-pdf.php (modified) (1 diff)
-
tags/2.1.11/includes/Ilove_Pdf.php (modified) (1 diff)
-
tags/2.1.11/package.json (modified) (2 diffs)
-
tags/2.1.11/vendor/autoload.php (modified) (1 diff)
-
tags/2.1.11/vendor/composer/InstalledVersions.php (modified) (3 diffs)
-
tags/2.1.11/vendor/composer/installed.json (modified) (11 diffs)
-
tags/2.1.11/vendor/composer/installed.php (modified) (6 diffs)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/ilove-pdf.php (modified) (1 diff)
-
trunk/includes/Ilove_Pdf.php (modified) (1 diff)
-
trunk/package.json (modified) (2 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/InstalledVersions.php (modified) (3 diffs)
-
trunk/vendor/composer/installed.json (modified) (11 diffs)
-
trunk/vendor/composer/installed.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ilovepdf/tags/2.1.11/README.txt
r3283608 r3294998 1 1 === PDF Compressor & Watermark - iLovePDF === 2 2 Plugin Name: Image Compressor & Optimizer - iLovePDF 3 Version: 2.1.1 03 Version: 2.1.11 4 4 Author: iLovePDF 5 5 Author URI: https://www.ilovepdf.com/ … … 8 8 Requires at least: 5.3 9 9 Tested up to: 6.8 10 Stable tag: 2.1.1 010 Stable tag: 2.1.11 11 11 Requires PHP: 7.4 12 12 License: GPLv2 or later … … 81 81 82 82 == Changelog == 83 84 = 2.1.11 = 85 Improved 86 * Update Libraries. 83 87 84 88 = 2.1.10 = -
ilovepdf/tags/2.1.11/ilove-pdf.php
r3283608 r3294998 11 11 * Plugin URI: https://iloveapi.com/ 12 12 * Description: Compress your PDF files and Stamp Images or text into PDF files. This is the Official iLovePDF plugin for WordPress. You can optimize all your PDF and stamp them automatically as you do in ilovepdf.com. 13 * Version: 2.1.1 013 * Version: 2.1.11 14 14 * Requires at least: 5.3 15 15 * Requires PHP: 7.4 -
ilovepdf/tags/2.1.11/includes/Ilove_Pdf.php
r3283608 r3294998 75 75 76 76 $this->plugin_name = 'ilove-pdf'; 77 $this->version = 'wp.2.1.1 0';77 $this->version = 'wp.2.1.11'; 78 78 79 79 $this->load_dependencies(); -
ilovepdf/tags/2.1.11/package.json
r3283608 r3294998 11 11 "license": "ISC", 12 12 "devDependencies": { 13 "@babel/core": "^7.2 6",14 "@babel/preset-env": "^7.2 6",13 "@babel/core": "^7.27", 14 "@babel/preset-env": "^7.27", 15 15 "gulp": "^5.0.0", 16 16 "gulp-autoprefixer": "^9.0.0", … … 23 23 "gulp-uglify": "^3.0.2", 24 24 "merge-stream": "^2.0.0", 25 "sass": "^1.8 7"25 "sass": "^1.89" 26 26 } 27 27 } -
ilovepdf/tags/2.1.11/vendor/autoload.php
r3257268 r3294998 15 15 } 16 16 } 17 trigger_error( 18 $err, 19 E_USER_ERROR 20 ); 17 throw new RuntimeException($err); 21 18 } 22 19 -
ilovepdf/tags/2.1.11/vendor/composer/InstalledVersions.php
r3257268 r3294998 27 27 class InstalledVersions 28 28 { 29 /** 30 * @var string|null if set (by reflection by Composer), this should be set to the path where this class is being copied to 31 * @internal 32 */ 33 private static $selfDir = null; 34 29 35 /** 30 36 * @var mixed[]|null … … 324 330 325 331 /** 332 * @return string 333 */ 334 private static function getSelfDir() 335 { 336 if (self::$selfDir === null) { 337 self::$selfDir = strtr(__DIR__, '\\', '/'); 338 } 339 340 return self::$selfDir; 341 } 342 343 /** 326 344 * @return array[] 327 345 * @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[]}>}> … … 337 355 338 356 if (self::$canGetVendors) { 339 $selfDir = s trtr(__DIR__, '\\', '/');357 $selfDir = self::getSelfDir(); 340 358 foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) { 341 359 $vendorDir = strtr($vendorDir, '\\', '/'); -
ilovepdf/tags/2.1.11/vendor/composer/installed.json
r3283608 r3294998 535 535 { 536 536 "name": "php-stubs/wordpress-stubs", 537 "version": "v6.8. 0",538 "version_normalized": "6.8. 0.0",537 "version": "v6.8.1", 538 "version_normalized": "6.8.1.0", 539 539 "source": { 540 540 "type": "git", 541 541 "url": "https://github.com/php-stubs/wordpress-stubs.git", 542 "reference": " 1824db4d1d00d32c0119175d2369d9425dbc4953"543 }, 544 "dist": { 545 "type": "zip", 546 "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/ 1824db4d1d00d32c0119175d2369d9425dbc4953",547 "reference": " 1824db4d1d00d32c0119175d2369d9425dbc4953",542 "reference": "92e444847d94f7c30f88c60004648f507688acd5" 543 }, 544 "dist": { 545 "type": "zip", 546 "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/92e444847d94f7c30f88c60004648f507688acd5", 547 "reference": "92e444847d94f7c30f88c60004648f507688acd5", 548 548 "shasum": "" 549 549 }, … … 553 553 "require-dev": { 554 554 "dealerdirect/phpcodesniffer-composer-installer": "^1.0", 555 "nikic/php-parser": "^ 4.13",555 "nikic/php-parser": "^5.4", 556 556 "php": "^7.4 || ^8.0", 557 557 "php-stubs/generator": "^0.8.3", … … 567 567 "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan" 568 568 }, 569 "time": "2025-0 4-17T15:13:53+00:00",569 "time": "2025-05-02T12:33:34+00:00", 570 570 "type": "library", 571 571 "installation-source": "dist", … … 583 583 "support": { 584 584 "issues": "https://github.com/php-stubs/wordpress-stubs/issues", 585 "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.8. 0"585 "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.8.1" 586 586 }, 587 587 "install-path": "../php-stubs/wordpress-stubs" … … 816 816 { 817 817 "name": "phpstan/phpstan", 818 "version": "2.1.1 2",819 "version_normalized": "2.1.1 2.0",818 "version": "2.1.16", 819 "version_normalized": "2.1.16.0", 820 820 "source": { 821 821 "type": "git", 822 822 "url": "https://github.com/phpstan/phpstan.git", 823 "reference": " 96dde49e967c0c22812bcfa7bda4ff82c09f3b0c"824 }, 825 "dist": { 826 "type": "zip", 827 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ 96dde49e967c0c22812bcfa7bda4ff82c09f3b0c",828 "reference": " 96dde49e967c0c22812bcfa7bda4ff82c09f3b0c",823 "reference": "b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9" 824 }, 825 "dist": { 826 "type": "zip", 827 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9", 828 "reference": "b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9", 829 829 "shasum": "" 830 830 }, … … 835 835 "phpstan/phpstan-shim": "*" 836 836 }, 837 "time": "2025-0 4-16T13:19:18+00:00",837 "time": "2025-05-16T09:40:10+00:00", 838 838 "bin": [ 839 839 "phpstan", … … 1093 1093 { 1094 1094 "name": "squizlabs/php_codesniffer", 1095 "version": "3.1 2.2",1096 "version_normalized": "3.1 2.2.0",1095 "version": "3.13.0", 1096 "version_normalized": "3.13.0.0", 1097 1097 "source": { 1098 1098 "type": "git", 1099 1099 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", 1100 "reference": "6 d4cf6032d4b718f168c90a96e36c7d0eaacb2aa"1101 }, 1102 "dist": { 1103 "type": "zip", 1104 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/6 d4cf6032d4b718f168c90a96e36c7d0eaacb2aa",1105 "reference": "6 d4cf6032d4b718f168c90a96e36c7d0eaacb2aa",1100 "reference": "65ff2489553b83b4597e89c3b8b721487011d186" 1101 }, 1102 "dist": { 1103 "type": "zip", 1104 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/65ff2489553b83b4597e89c3b8b721487011d186", 1105 "reference": "65ff2489553b83b4597e89c3b8b721487011d186", 1106 1106 "shasum": "" 1107 1107 }, … … 1115 1115 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" 1116 1116 }, 1117 "time": "2025-0 4-13T04:10:18+00:00",1117 "time": "2025-05-11T03:36:00+00:00", 1118 1118 "bin": [ 1119 1119 "bin/phpcbf", … … 1250 1250 { 1251 1251 "name": "szepeviktor/phpstan-wordpress", 1252 "version": "v2.0. 1",1253 "version_normalized": "2.0. 1.0",1252 "version": "v2.0.2", 1253 "version_normalized": "2.0.2.0", 1254 1254 "source": { 1255 1255 "type": "git", 1256 1256 "url": "https://github.com/szepeviktor/phpstan-wordpress.git", 1257 "reference": " f7beb13cd22998e3d913fdb897a1e2553ccd637e"1258 }, 1259 "dist": { 1260 "type": "zip", 1261 "url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/ f7beb13cd22998e3d913fdb897a1e2553ccd637e",1262 "reference": " f7beb13cd22998e3d913fdb897a1e2553ccd637e",1257 "reference": "963887b04c21fe7ac78e61c1351f8b00fff9f8f8" 1258 }, 1259 "dist": { 1260 "type": "zip", 1261 "url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/963887b04c21fe7ac78e61c1351f8b00fff9f8f8", 1262 "reference": "963887b04c21fe7ac78e61c1351f8b00fff9f8f8", 1263 1263 "shasum": "" 1264 1264 }, … … 1280 1280 "swissspidy/phpstan-no-private": "Detect usage of internal core functions, classes and methods" 1281 1281 }, 1282 "time": "202 4-12-01T02:13:05+00:00",1282 "time": "2025-02-12T18:43:37+00:00", 1283 1283 "type": "phpstan-extension", 1284 1284 "extra": { … … 1309 1309 "support": { 1310 1310 "issues": "https://github.com/szepeviktor/phpstan-wordpress/issues", 1311 "source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v2.0. 1"1311 "source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v2.0.2" 1312 1312 }, 1313 1313 "install-path": "../szepeviktor/phpstan-wordpress" -
ilovepdf/tags/2.1.11/vendor/composer/installed.php
r3283608 r3294998 4 4 'pretty_version' => 'dev-develop', 5 5 'version' => 'dev-develop', 6 'reference' => ' e37830713be1c864b1a3d6453bee44a7c1122726',6 'reference' => 'b35bf3f3e247aeba1a5310bafd444fae762bbdc1', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 68 68 'pretty_version' => 'dev-develop', 69 69 'version' => 'dev-develop', 70 'reference' => ' e37830713be1c864b1a3d6453bee44a7c1122726',70 'reference' => 'b35bf3f3e247aeba1a5310bafd444fae762bbdc1', 71 71 'type' => 'wordpress-plugin', 72 72 'install_path' => __DIR__ . '/../../', … … 75 75 ), 76 76 'php-stubs/wordpress-stubs' => array( 77 'pretty_version' => 'v6.8. 0',78 'version' => '6.8. 0.0',79 'reference' => ' 1824db4d1d00d32c0119175d2369d9425dbc4953',77 'pretty_version' => 'v6.8.1', 78 'version' => '6.8.1.0', 79 'reference' => '92e444847d94f7c30f88c60004648f507688acd5', 80 80 'type' => 'library', 81 81 'install_path' => __DIR__ . '/../php-stubs/wordpress-stubs', … … 111 111 ), 112 112 'phpstan/phpstan' => array( 113 'pretty_version' => '2.1.1 2',114 'version' => '2.1.1 2.0',115 'reference' => ' 96dde49e967c0c22812bcfa7bda4ff82c09f3b0c',113 'pretty_version' => '2.1.16', 114 'version' => '2.1.16.0', 115 'reference' => 'b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9', 116 116 'type' => 'library', 117 117 'install_path' => __DIR__ . '/../phpstan/phpstan', … … 174 174 ), 175 175 'squizlabs/php_codesniffer' => array( 176 'pretty_version' => '3.1 2.2',177 'version' => '3.1 2.2.0',178 'reference' => '6 d4cf6032d4b718f168c90a96e36c7d0eaacb2aa',176 'pretty_version' => '3.13.0', 177 'version' => '3.13.0.0', 178 'reference' => '65ff2489553b83b4597e89c3b8b721487011d186', 179 179 'type' => 'library', 180 180 'install_path' => __DIR__ . '/../squizlabs/php_codesniffer', … … 192 192 ), 193 193 'szepeviktor/phpstan-wordpress' => array( 194 'pretty_version' => 'v2.0. 1',195 'version' => '2.0. 1.0',196 'reference' => ' f7beb13cd22998e3d913fdb897a1e2553ccd637e',194 'pretty_version' => 'v2.0.2', 195 'version' => '2.0.2.0', 196 'reference' => '963887b04c21fe7ac78e61c1351f8b00fff9f8f8', 197 197 'type' => 'phpstan-extension', 198 198 'install_path' => __DIR__ . '/../szepeviktor/phpstan-wordpress', -
ilovepdf/trunk/README.txt
r3283608 r3294998 1 1 === PDF Compressor & Watermark - iLovePDF === 2 2 Plugin Name: Image Compressor & Optimizer - iLovePDF 3 Version: 2.1.1 03 Version: 2.1.11 4 4 Author: iLovePDF 5 5 Author URI: https://www.ilovepdf.com/ … … 8 8 Requires at least: 5.3 9 9 Tested up to: 6.8 10 Stable tag: 2.1.1 010 Stable tag: 2.1.11 11 11 Requires PHP: 7.4 12 12 License: GPLv2 or later … … 81 81 82 82 == Changelog == 83 84 = 2.1.11 = 85 Improved 86 * Update Libraries. 83 87 84 88 = 2.1.10 = -
ilovepdf/trunk/ilove-pdf.php
r3283608 r3294998 11 11 * Plugin URI: https://iloveapi.com/ 12 12 * Description: Compress your PDF files and Stamp Images or text into PDF files. This is the Official iLovePDF plugin for WordPress. You can optimize all your PDF and stamp them automatically as you do in ilovepdf.com. 13 * Version: 2.1.1 013 * Version: 2.1.11 14 14 * Requires at least: 5.3 15 15 * Requires PHP: 7.4 -
ilovepdf/trunk/includes/Ilove_Pdf.php
r3283608 r3294998 75 75 76 76 $this->plugin_name = 'ilove-pdf'; 77 $this->version = 'wp.2.1.1 0';77 $this->version = 'wp.2.1.11'; 78 78 79 79 $this->load_dependencies(); -
ilovepdf/trunk/package.json
r3283608 r3294998 11 11 "license": "ISC", 12 12 "devDependencies": { 13 "@babel/core": "^7.2 6",14 "@babel/preset-env": "^7.2 6",13 "@babel/core": "^7.27", 14 "@babel/preset-env": "^7.27", 15 15 "gulp": "^5.0.0", 16 16 "gulp-autoprefixer": "^9.0.0", … … 23 23 "gulp-uglify": "^3.0.2", 24 24 "merge-stream": "^2.0.0", 25 "sass": "^1.8 7"25 "sass": "^1.89" 26 26 } 27 27 } -
ilovepdf/trunk/vendor/autoload.php
r3257268 r3294998 15 15 } 16 16 } 17 trigger_error( 18 $err, 19 E_USER_ERROR 20 ); 17 throw new RuntimeException($err); 21 18 } 22 19 -
ilovepdf/trunk/vendor/composer/InstalledVersions.php
r3257268 r3294998 27 27 class InstalledVersions 28 28 { 29 /** 30 * @var string|null if set (by reflection by Composer), this should be set to the path where this class is being copied to 31 * @internal 32 */ 33 private static $selfDir = null; 34 29 35 /** 30 36 * @var mixed[]|null … … 324 330 325 331 /** 332 * @return string 333 */ 334 private static function getSelfDir() 335 { 336 if (self::$selfDir === null) { 337 self::$selfDir = strtr(__DIR__, '\\', '/'); 338 } 339 340 return self::$selfDir; 341 } 342 343 /** 326 344 * @return array[] 327 345 * @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[]}>}> … … 337 355 338 356 if (self::$canGetVendors) { 339 $selfDir = s trtr(__DIR__, '\\', '/');357 $selfDir = self::getSelfDir(); 340 358 foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) { 341 359 $vendorDir = strtr($vendorDir, '\\', '/'); -
ilovepdf/trunk/vendor/composer/installed.json
r3283608 r3294998 535 535 { 536 536 "name": "php-stubs/wordpress-stubs", 537 "version": "v6.8. 0",538 "version_normalized": "6.8. 0.0",537 "version": "v6.8.1", 538 "version_normalized": "6.8.1.0", 539 539 "source": { 540 540 "type": "git", 541 541 "url": "https://github.com/php-stubs/wordpress-stubs.git", 542 "reference": " 1824db4d1d00d32c0119175d2369d9425dbc4953"543 }, 544 "dist": { 545 "type": "zip", 546 "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/ 1824db4d1d00d32c0119175d2369d9425dbc4953",547 "reference": " 1824db4d1d00d32c0119175d2369d9425dbc4953",542 "reference": "92e444847d94f7c30f88c60004648f507688acd5" 543 }, 544 "dist": { 545 "type": "zip", 546 "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/92e444847d94f7c30f88c60004648f507688acd5", 547 "reference": "92e444847d94f7c30f88c60004648f507688acd5", 548 548 "shasum": "" 549 549 }, … … 553 553 "require-dev": { 554 554 "dealerdirect/phpcodesniffer-composer-installer": "^1.0", 555 "nikic/php-parser": "^ 4.13",555 "nikic/php-parser": "^5.4", 556 556 "php": "^7.4 || ^8.0", 557 557 "php-stubs/generator": "^0.8.3", … … 567 567 "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan" 568 568 }, 569 "time": "2025-0 4-17T15:13:53+00:00",569 "time": "2025-05-02T12:33:34+00:00", 570 570 "type": "library", 571 571 "installation-source": "dist", … … 583 583 "support": { 584 584 "issues": "https://github.com/php-stubs/wordpress-stubs/issues", 585 "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.8. 0"585 "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.8.1" 586 586 }, 587 587 "install-path": "../php-stubs/wordpress-stubs" … … 816 816 { 817 817 "name": "phpstan/phpstan", 818 "version": "2.1.1 2",819 "version_normalized": "2.1.1 2.0",818 "version": "2.1.16", 819 "version_normalized": "2.1.16.0", 820 820 "source": { 821 821 "type": "git", 822 822 "url": "https://github.com/phpstan/phpstan.git", 823 "reference": " 96dde49e967c0c22812bcfa7bda4ff82c09f3b0c"824 }, 825 "dist": { 826 "type": "zip", 827 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ 96dde49e967c0c22812bcfa7bda4ff82c09f3b0c",828 "reference": " 96dde49e967c0c22812bcfa7bda4ff82c09f3b0c",823 "reference": "b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9" 824 }, 825 "dist": { 826 "type": "zip", 827 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9", 828 "reference": "b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9", 829 829 "shasum": "" 830 830 }, … … 835 835 "phpstan/phpstan-shim": "*" 836 836 }, 837 "time": "2025-0 4-16T13:19:18+00:00",837 "time": "2025-05-16T09:40:10+00:00", 838 838 "bin": [ 839 839 "phpstan", … … 1093 1093 { 1094 1094 "name": "squizlabs/php_codesniffer", 1095 "version": "3.1 2.2",1096 "version_normalized": "3.1 2.2.0",1095 "version": "3.13.0", 1096 "version_normalized": "3.13.0.0", 1097 1097 "source": { 1098 1098 "type": "git", 1099 1099 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", 1100 "reference": "6 d4cf6032d4b718f168c90a96e36c7d0eaacb2aa"1101 }, 1102 "dist": { 1103 "type": "zip", 1104 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/6 d4cf6032d4b718f168c90a96e36c7d0eaacb2aa",1105 "reference": "6 d4cf6032d4b718f168c90a96e36c7d0eaacb2aa",1100 "reference": "65ff2489553b83b4597e89c3b8b721487011d186" 1101 }, 1102 "dist": { 1103 "type": "zip", 1104 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/65ff2489553b83b4597e89c3b8b721487011d186", 1105 "reference": "65ff2489553b83b4597e89c3b8b721487011d186", 1106 1106 "shasum": "" 1107 1107 }, … … 1115 1115 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" 1116 1116 }, 1117 "time": "2025-0 4-13T04:10:18+00:00",1117 "time": "2025-05-11T03:36:00+00:00", 1118 1118 "bin": [ 1119 1119 "bin/phpcbf", … … 1250 1250 { 1251 1251 "name": "szepeviktor/phpstan-wordpress", 1252 "version": "v2.0. 1",1253 "version_normalized": "2.0. 1.0",1252 "version": "v2.0.2", 1253 "version_normalized": "2.0.2.0", 1254 1254 "source": { 1255 1255 "type": "git", 1256 1256 "url": "https://github.com/szepeviktor/phpstan-wordpress.git", 1257 "reference": " f7beb13cd22998e3d913fdb897a1e2553ccd637e"1258 }, 1259 "dist": { 1260 "type": "zip", 1261 "url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/ f7beb13cd22998e3d913fdb897a1e2553ccd637e",1262 "reference": " f7beb13cd22998e3d913fdb897a1e2553ccd637e",1257 "reference": "963887b04c21fe7ac78e61c1351f8b00fff9f8f8" 1258 }, 1259 "dist": { 1260 "type": "zip", 1261 "url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/963887b04c21fe7ac78e61c1351f8b00fff9f8f8", 1262 "reference": "963887b04c21fe7ac78e61c1351f8b00fff9f8f8", 1263 1263 "shasum": "" 1264 1264 }, … … 1280 1280 "swissspidy/phpstan-no-private": "Detect usage of internal core functions, classes and methods" 1281 1281 }, 1282 "time": "202 4-12-01T02:13:05+00:00",1282 "time": "2025-02-12T18:43:37+00:00", 1283 1283 "type": "phpstan-extension", 1284 1284 "extra": { … … 1309 1309 "support": { 1310 1310 "issues": "https://github.com/szepeviktor/phpstan-wordpress/issues", 1311 "source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v2.0. 1"1311 "source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v2.0.2" 1312 1312 }, 1313 1313 "install-path": "../szepeviktor/phpstan-wordpress" -
ilovepdf/trunk/vendor/composer/installed.php
r3283608 r3294998 4 4 'pretty_version' => 'dev-develop', 5 5 'version' => 'dev-develop', 6 'reference' => ' e37830713be1c864b1a3d6453bee44a7c1122726',6 'reference' => 'b35bf3f3e247aeba1a5310bafd444fae762bbdc1', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 68 68 'pretty_version' => 'dev-develop', 69 69 'version' => 'dev-develop', 70 'reference' => ' e37830713be1c864b1a3d6453bee44a7c1122726',70 'reference' => 'b35bf3f3e247aeba1a5310bafd444fae762bbdc1', 71 71 'type' => 'wordpress-plugin', 72 72 'install_path' => __DIR__ . '/../../', … … 75 75 ), 76 76 'php-stubs/wordpress-stubs' => array( 77 'pretty_version' => 'v6.8. 0',78 'version' => '6.8. 0.0',79 'reference' => ' 1824db4d1d00d32c0119175d2369d9425dbc4953',77 'pretty_version' => 'v6.8.1', 78 'version' => '6.8.1.0', 79 'reference' => '92e444847d94f7c30f88c60004648f507688acd5', 80 80 'type' => 'library', 81 81 'install_path' => __DIR__ . '/../php-stubs/wordpress-stubs', … … 111 111 ), 112 112 'phpstan/phpstan' => array( 113 'pretty_version' => '2.1.1 2',114 'version' => '2.1.1 2.0',115 'reference' => ' 96dde49e967c0c22812bcfa7bda4ff82c09f3b0c',113 'pretty_version' => '2.1.16', 114 'version' => '2.1.16.0', 115 'reference' => 'b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9', 116 116 'type' => 'library', 117 117 'install_path' => __DIR__ . '/../phpstan/phpstan', … … 174 174 ), 175 175 'squizlabs/php_codesniffer' => array( 176 'pretty_version' => '3.1 2.2',177 'version' => '3.1 2.2.0',178 'reference' => '6 d4cf6032d4b718f168c90a96e36c7d0eaacb2aa',176 'pretty_version' => '3.13.0', 177 'version' => '3.13.0.0', 178 'reference' => '65ff2489553b83b4597e89c3b8b721487011d186', 179 179 'type' => 'library', 180 180 'install_path' => __DIR__ . '/../squizlabs/php_codesniffer', … … 192 192 ), 193 193 'szepeviktor/phpstan-wordpress' => array( 194 'pretty_version' => 'v2.0. 1',195 'version' => '2.0. 1.0',196 'reference' => ' f7beb13cd22998e3d913fdb897a1e2553ccd637e',194 'pretty_version' => 'v2.0.2', 195 'version' => '2.0.2.0', 196 'reference' => '963887b04c21fe7ac78e61c1351f8b00fff9f8f8', 197 197 'type' => 'phpstan-extension', 198 198 'install_path' => __DIR__ . '/../szepeviktor/phpstan-wordpress',
Note: See TracChangeset
for help on using the changeset viewer.