Changeset 3351389
- Timestamp:
- 08/27/2025 05:22:03 PM (7 months ago)
- Location:
- iloveimg
- Files:
-
- 48 edited
- 1 copied
-
tags/2.2.13 (copied) (copied from iloveimg/trunk)
-
tags/2.2.13/admin/Ilove_Img_Compress_Plugin.php (modified) (1 diff)
-
tags/2.2.13/composer.json (modified) (1 diff)
-
tags/2.2.13/gulpfile.mjs (modified) (1 diff)
-
tags/2.2.13/ilove-img-compress.php (modified) (1 diff)
-
tags/2.2.13/package.json (modified) (2 diffs)
-
tags/2.2.13/phpcs.xml (modified) (1 diff)
-
tags/2.2.13/readme.txt (modified) (3 diffs)
-
tags/2.2.13/vendor/composer/installed.json (modified) (29 diffs)
-
tags/2.2.13/vendor/composer/installed.php (modified) (12 diffs)
-
tags/2.2.13/vendor/composer/platform_check.php (modified) (1 diff)
-
tags/2.2.13/vendor/guzzlehttp/guzzle/CHANGELOG.md (modified) (1 diff)
-
tags/2.2.13/vendor/guzzlehttp/guzzle/composer.json (modified) (1 diff)
-
tags/2.2.13/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php (modified) (2 diffs)
-
tags/2.2.13/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php (modified) (1 diff)
-
tags/2.2.13/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php (modified) (1 diff)
-
tags/2.2.13/vendor/guzzlehttp/guzzle/src/Middleware.php (modified) (1 diff)
-
tags/2.2.13/vendor/guzzlehttp/promises/CHANGELOG.md (modified) (1 diff)
-
tags/2.2.13/vendor/guzzlehttp/promises/README.md (modified) (1 diff)
-
tags/2.2.13/vendor/guzzlehttp/promises/composer.json (modified) (1 diff)
-
tags/2.2.13/vendor/guzzlehttp/psr7/CHANGELOG.md (modified) (1 diff)
-
tags/2.2.13/vendor/guzzlehttp/psr7/README.md (modified) (1 diff)
-
tags/2.2.13/vendor/guzzlehttp/psr7/composer.json (modified) (1 diff)
-
tags/2.2.13/vendor/guzzlehttp/psr7/src/MessageTrait.php (modified) (1 diff)
-
tags/2.2.13/vendor/guzzlehttp/psr7/src/Utils.php (modified) (2 diffs)
-
trunk/admin/Ilove_Img_Compress_Plugin.php (modified) (1 diff)
-
trunk/composer.json (modified) (1 diff)
-
trunk/gulpfile.mjs (modified) (1 diff)
-
trunk/ilove-img-compress.php (modified) (1 diff)
-
trunk/package.json (modified) (2 diffs)
-
trunk/phpcs.xml (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/vendor/composer/installed.json (modified) (29 diffs)
-
trunk/vendor/composer/installed.php (modified) (12 diffs)
-
trunk/vendor/composer/platform_check.php (modified) (1 diff)
-
trunk/vendor/guzzlehttp/guzzle/CHANGELOG.md (modified) (1 diff)
-
trunk/vendor/guzzlehttp/guzzle/composer.json (modified) (1 diff)
-
trunk/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php (modified) (2 diffs)
-
trunk/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php (modified) (1 diff)
-
trunk/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php (modified) (1 diff)
-
trunk/vendor/guzzlehttp/guzzle/src/Middleware.php (modified) (1 diff)
-
trunk/vendor/guzzlehttp/promises/CHANGELOG.md (modified) (1 diff)
-
trunk/vendor/guzzlehttp/promises/README.md (modified) (1 diff)
-
trunk/vendor/guzzlehttp/promises/composer.json (modified) (1 diff)
-
trunk/vendor/guzzlehttp/psr7/CHANGELOG.md (modified) (1 diff)
-
trunk/vendor/guzzlehttp/psr7/README.md (modified) (1 diff)
-
trunk/vendor/guzzlehttp/psr7/composer.json (modified) (1 diff)
-
trunk/vendor/guzzlehttp/psr7/src/MessageTrait.php (modified) (1 diff)
-
trunk/vendor/guzzlehttp/psr7/src/Utils.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iloveimg/tags/2.2.13/admin/Ilove_Img_Compress_Plugin.php
r3308472 r3351389 20 20 * @var string VERSION The current version of the plugin. 21 21 */ 22 const VERSION = '2.2.1 2';22 const VERSION = '2.2.13'; 23 23 24 24 /** -
iloveimg/tags/2.2.13/composer.json
r3257296 r3351389 1 1 { 2 "name": "ilovepdf/iloveimg-wp-compress", 3 "description": "iLoveIMG Wordpress Plugin", 4 "type": "wordpress-plugin", 5 "homepage": "https://www.iloveimg.com/", 6 "license": "GPL-2.0-or-later", 7 "authors": [ 8 { 9 "name": "ilovepdf", 10 "email": "info@ilovepdf.com" 11 } 12 ], 13 "require": { 14 "php": ">=7.4", 15 "ilovepdf/iloveimg-php": "dev-master" 2 "name": "ilovepdf/iloveimg-wp-compress", 3 "description": "iLoveIMG Wordpress Plugin", 4 "type": "wordpress-plugin", 5 "homepage": "https://www.iloveimg.com/", 6 "license": "GPL-2.0-or-later", 7 "authors": [ 8 { 9 "name": "ilovepdf", 10 "email": "info@ilovepdf.com" 11 } 12 ], 13 "require": { 14 "php": ">=7.4", 15 "ilovepdf/iloveimg-php": "dev-master" 16 }, 17 "require-dev": { 18 "phpstan/phpstan": "^2.1.22", 19 "szepeviktor/phpstan-wordpress": "^2.0.2", 20 "phpstan/extension-installer": "^1.4.3", 21 "wp-coding-standards/wpcs": "^3.2.0" 22 }, 23 "config": { 24 "platform": { 25 "php": "7.4" 16 26 }, 17 "require-dev": { 18 "phpstan/phpstan": "^2.1", 19 "szepeviktor/phpstan-wordpress": "^2.0", 20 "phpstan/extension-installer": "^1.4", 21 "wp-coding-standards/wpcs": "^3.1" 22 }, 23 "config": { 24 "platform": { 25 "php": "7.4" 26 }, 27 "allow-plugins": { 28 "phpstan/extension-installer": true, 29 "dealerdirect/phpcodesniffer-composer-installer": true 30 } 31 }, 32 "scripts": { 33 "stan": "vendor/bin/phpstan analyse --memory-limit=-1 --error-format=table > ./phpstan-report-iloveimg.log", 34 "phpcs": "phpcs -s --ignore=*/node_modules/*,*/vendor/*,*/iloveimg-php/*,*/.github/*,*/assets/*,*/dev/* --report-file=./codesniffer-report-iloveimg.log ./", 35 "phpcbf": "phpcbf --ignore=node_modules/,vendor/,iloveimg-php/,assets/,dev/,.github/ ./", 36 "autoload-dev": "composer dump-autoload", 37 "autoload-prod": "composer dump-autoload --no-dev" 38 }, 39 "autoload": { 40 "psr-4": { 41 "Ilove_Img_Compress\\": "admin" 42 } 27 "allow-plugins": { 28 "phpstan/extension-installer": true, 29 "dealerdirect/phpcodesniffer-composer-installer": true 43 30 } 31 }, 32 "scripts": { 33 "stan": "vendor/bin/phpstan analyse --memory-limit=-1 --error-format=table > ./phpstan-report-iloveimg.log", 34 "phpcs": "phpcs -s --ignore=*/node_modules/*,*/vendor/*,*/iloveimg-php/*,*/.github/*,*/assets/*,*/dev/* --report-file=./codesniffer-report-iloveimg.log ./", 35 "phpcbf": "phpcbf --ignore=node_modules/,vendor/,iloveimg-php/,assets/,dev/,.github/ ./", 36 "autoload-dev": "composer dump-autoload", 37 "autoload-prod": "composer dump-autoload --no-dev" 38 }, 39 "autoload": { 40 "psr-4": { 41 "Ilove_Img_Compress\\": "admin" 42 } 43 } 44 44 } -
iloveimg/tags/2.2.13/gulpfile.mjs
r3280276 r3351389 54 54 55 55 // Default task 56 gulp.task('default', gulp.series('build-css', 'build-js', 'watch')); 56 if (process.env.NODE_ENV === 'production') { 57 gulp.task('default', gulp.series('build-css', 'build-js')); 58 } else { 59 gulp.task('default', gulp.series('build-css', 'build-js', 'watch')); 60 } -
iloveimg/tags/2.2.13/ilove-img-compress.php
r3308472 r3351389 11 11 * Plugin URI: https://iloveapi.com/ 12 12 * Description: Get your images delivered quickly. Now you can get a powerful, easy to use, and reliable image compression plugin for your image optimization needs. With full automation and powerful features, iLoveIMG makes it easy to speed up your website by lightening past and new images with just a click. Compress JPG, PNG and GIF images in your WordPress to improve the positioning of your site, boost visitor’s engagement and ultimately increase sales. 13 * Version: 2.2.1 213 * Version: 2.2.13 14 14 * Requires at least: 5.3 15 15 * Requires PHP: 7.4 -
iloveimg/tags/2.2.13/package.json
r3308472 r3351389 5 5 "main": "index.js", 6 6 "scripts": { 7 "dev": " NODE_ENV='development'gulp",8 "build": " NODE_ENV='production'gulp"7 "dev": "cross-env NODE_ENV=development gulp", 8 "build": "cross-env NODE_ENV=production gulp" 9 9 }, 10 10 "author": "ilovepdf", 11 11 "license": "ISC", 12 12 "devDependencies": { 13 "@babel/core": "^7.27", 14 "@babel/preset-env": "^7.27", 13 "@babel/core": "^7.28", 14 "@babel/preset-env": "^7.28", 15 "cross-env": "^10.0.0", 15 16 "gulp": "^5.0.1", 16 17 "gulp-autoprefixer": "^9.0.0", … … 18 19 "gulp-clean-css": "^4.3.0", 19 20 "gulp-if": "^3.0.0", 20 "gulp-rename": "^2. 0.0",21 "gulp-rename": "^2.1.0", 21 22 "gulp-sass": "^6.0.1", 22 23 "gulp-sourcemaps": "^3.0.0", 23 24 "gulp-uglify": "^3.0.2", 24 25 "merge-stream": "^2.0.0", 25 "sass": "^1. 89"26 "sass": "^1.91.0" 26 27 } 27 28 } -
iloveimg/tags/2.2.13/phpcs.xml
r2995894 r3351389 3 3 <description>WordPress Config.</description> 4 4 <rule ref="WordPress-Extra"> 5 <exclude name="Generic.Functions.CallTimePassByReference"/> 5 6 <exclude name="Generic.WhiteSpace.DisallowSpaceIndent" /> 6 <property name="indent" value="4"/> 7 <properties> 8 </properties> 7 <property name="indent" value="4"/> 9 8 </rule> 10 9 <rule ref="WordPress.WP.I18n"> -
iloveimg/tags/2.2.13/readme.txt
r3308472 r3351389 1 1 === Image Compressor & Optimizer - iLoveIMG === 2 2 Plugin Name: Image Compressor & Optimizer - iLoveIMG 3 Version: 2.2.1 23 Version: 2.2.13 4 4 Author: iLovePDF 5 5 Author URI: https://www.iloveimg.com/ … … 8 8 Requires at least: 5.3 9 9 Tested up to: 6.8 10 Stable tag: 2.2.1 210 Stable tag: 2.2.13 11 11 Requires PHP: 7.4 12 12 License: GPLv2 or later … … 94 94 95 95 == Changelog == 96 97 = 2.2.13 = 98 Improved 99 * Updated Libraries. 96 100 97 101 = 2.2.12 = -
iloveimg/tags/2.2.13/vendor/composer/installed.json
r3308472 r3351389 3 3 { 4 4 "name": "dealerdirect/phpcodesniffer-composer-installer", 5 "version": "v1. 0.0",6 "version_normalized": "1. 0.0.0",5 "version": "v1.1.2", 6 "version_normalized": "1.1.2.0", 7 7 "source": { 8 8 "type": "git", 9 9 "url": "https://github.com/PHPCSStandards/composer-installer.git", 10 "reference": " 4be43904336affa5c2f70744a348312336afd0da"11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/ 4be43904336affa5c2f70744a348312336afd0da",15 "reference": " 4be43904336affa5c2f70744a348312336afd0da",16 "shasum": "" 17 }, 18 "require": { 19 "composer-plugin-api": "^ 1.0 || ^2.0",10 "reference": "e9cf5e4bbf7eeaf9ef5db34938942602838fc2b1" 11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/e9cf5e4bbf7eeaf9ef5db34938942602838fc2b1", 15 "reference": "e9cf5e4bbf7eeaf9ef5db34938942602838fc2b1", 16 "shasum": "" 17 }, 18 "require": { 19 "composer-plugin-api": "^2.2", 20 20 "php": ">=5.4", 21 21 "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" 22 22 }, 23 23 "require-dev": { 24 "composer/composer": " *",24 "composer/composer": "^2.2", 25 25 "ext-json": "*", 26 26 "ext-zip": "*", 27 "php-parallel-lint/php-parallel-lint": "^1. 3.1",27 "php-parallel-lint/php-parallel-lint": "^1.4.0", 28 28 "phpcompatibility/php-compatibility": "^9.0", 29 29 "yoast/phpunit-polyfills": "^1.0" 30 30 }, 31 "time": "202 3-01-05T11:28:13+00:00",31 "time": "2025-07-17T20:45:56+00:00", 32 32 "type": "composer-plugin", 33 33 "extra": { … … 47 47 { 48 48 "name": "Franck Nijhof", 49 "email": " franck.nijhof@dealerdirect.com",50 "homepage": "http ://www.frenck.nl",51 "role": " Developer / IT Manager"49 "email": "opensource@frenck.dev", 50 "homepage": "https://frenck.dev", 51 "role": "Open source developer" 52 52 }, 53 53 { … … 57 57 ], 58 58 "description": "PHP_CodeSniffer Standards Composer Installer Plugin", 59 "homepage": "http://www.dealerdirect.com",60 59 "keywords": [ 61 60 "PHPCodeSniffer", … … 78 77 "support": { 79 78 "issues": "https://github.com/PHPCSStandards/composer-installer/issues", 79 "security": "https://github.com/PHPCSStandards/composer-installer/security/policy", 80 80 "source": "https://github.com/PHPCSStandards/composer-installer" 81 81 }, 82 "funding": [ 83 { 84 "url": "https://github.com/PHPCSStandards", 85 "type": "github" 86 }, 87 { 88 "url": "https://github.com/jrfnl", 89 "type": "github" 90 }, 91 { 92 "url": "https://opencollective.com/php_codesniffer", 93 "type": "open_collective" 94 }, 95 { 96 "url": "https://thanks.dev/u/gh/phpcsstandards", 97 "type": "thanks_dev" 98 } 99 ], 82 100 "install-path": "../dealerdirect/phpcodesniffer-composer-installer" 83 101 }, … … 150 168 { 151 169 "name": "guzzlehttp/guzzle", 152 "version": "7. 9.3",153 "version_normalized": "7. 9.3.0",170 "version": "7.10.0", 171 "version_normalized": "7.10.0.0", 154 172 "source": { 155 173 "type": "git", 156 174 "url": "https://github.com/guzzle/guzzle.git", 157 "reference": " 7b2f29fe81dc4da0ca0ea7d42107a0845946ea77"158 }, 159 "dist": { 160 "type": "zip", 161 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ 7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",162 "reference": " 7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",175 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4" 176 }, 177 "dist": { 178 "type": "zip", 179 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", 180 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", 163 181 "shasum": "" 164 182 }, 165 183 "require": { 166 184 "ext-json": "*", 167 "guzzlehttp/promises": "^ 1.5.3 || ^2.0.3",168 "guzzlehttp/psr7": "^2. 7.0",185 "guzzlehttp/promises": "^2.3", 186 "guzzlehttp/psr7": "^2.8", 169 187 "php": "^7.2.5 || ^8.0", 170 188 "psr/http-client": "^1.0", … … 187 205 "psr/log": "Required for using the Log middleware" 188 206 }, 189 "time": "2025-0 3-27T13:37:11+00:00",207 "time": "2025-08-23T22:36:01+00:00", 190 208 "type": "library", 191 209 "extra": { … … 259 277 "support": { 260 278 "issues": "https://github.com/guzzle/guzzle/issues", 261 "source": "https://github.com/guzzle/guzzle/tree/7. 9.3"279 "source": "https://github.com/guzzle/guzzle/tree/7.10.0" 262 280 }, 263 281 "funding": [ … … 279 297 { 280 298 "name": "guzzlehttp/promises", 281 "version": "2. 2.0",282 "version_normalized": "2. 2.0.0",299 "version": "2.3.0", 300 "version_normalized": "2.3.0.0", 283 301 "source": { 284 302 "type": "git", 285 303 "url": "https://github.com/guzzle/promises.git", 286 "reference": " 7c69f28996b0a6920945dd20b3857e499d9ca96c"287 }, 288 "dist": { 289 "type": "zip", 290 "url": "https://api.github.com/repos/guzzle/promises/zipball/ 7c69f28996b0a6920945dd20b3857e499d9ca96c",291 "reference": " 7c69f28996b0a6920945dd20b3857e499d9ca96c",304 "reference": "481557b130ef3790cf82b713667b43030dc9c957" 305 }, 306 "dist": { 307 "type": "zip", 308 "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957", 309 "reference": "481557b130ef3790cf82b713667b43030dc9c957", 292 310 "shasum": "" 293 311 }, … … 297 315 "require-dev": { 298 316 "bamarni/composer-bin-plugin": "^1.8.2", 299 "phpunit/phpunit": "^8.5. 39 || ^9.6.20"300 }, 301 "time": "2025-0 3-27T13:27:01+00:00",317 "phpunit/phpunit": "^8.5.44 || ^9.6.25" 318 }, 319 "time": "2025-08-22T14:34:08+00:00", 302 320 "type": "library", 303 321 "extra": { … … 345 363 "support": { 346 364 "issues": "https://github.com/guzzle/promises/issues", 347 "source": "https://github.com/guzzle/promises/tree/2. 2.0"365 "source": "https://github.com/guzzle/promises/tree/2.3.0" 348 366 }, 349 367 "funding": [ … … 365 383 { 366 384 "name": "guzzlehttp/psr7", 367 "version": "2. 7.1",368 "version_normalized": "2. 7.1.0",385 "version": "2.8.0", 386 "version_normalized": "2.8.0.0", 369 387 "source": { 370 388 "type": "git", 371 389 "url": "https://github.com/guzzle/psr7.git", 372 "reference": " c2270caaabe631b3b44c85f99e5a04bbb8060d16"373 }, 374 "dist": { 375 "type": "zip", 376 "url": "https://api.github.com/repos/guzzle/psr7/zipball/ c2270caaabe631b3b44c85f99e5a04bbb8060d16",377 "reference": " c2270caaabe631b3b44c85f99e5a04bbb8060d16",390 "reference": "21dc724a0583619cd1652f673303492272778051" 391 }, 392 "dist": { 393 "type": "zip", 394 "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051", 395 "reference": "21dc724a0583619cd1652f673303492272778051", 378 396 "shasum": "" 379 397 }, … … 391 409 "bamarni/composer-bin-plugin": "^1.8.2", 392 410 "http-interop/http-factory-tests": "0.9.0", 393 "phpunit/phpunit": "^8.5. 39 || ^9.6.20"411 "phpunit/phpunit": "^8.5.44 || ^9.6.25" 394 412 }, 395 413 "suggest": { 396 414 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" 397 415 }, 398 "time": "2025-0 3-27T12:30:47+00:00",416 "time": "2025-08-23T21:21:41+00:00", 399 417 "type": "library", 400 418 "extra": { … … 464 482 "support": { 465 483 "issues": "https://github.com/guzzle/psr7/issues", 466 "source": "https://github.com/guzzle/psr7/tree/2. 7.1"484 "source": "https://github.com/guzzle/psr7/tree/2.8.0" 467 485 }, 468 486 "funding": [ … … 536 554 { 537 555 "name": "php-stubs/wordpress-stubs", 538 "version": "v6.8. 1",539 "version_normalized": "6.8. 1.0",556 "version": "v6.8.2", 557 "version_normalized": "6.8.2.0", 540 558 "source": { 541 559 "type": "git", 542 560 "url": "https://github.com/php-stubs/wordpress-stubs.git", 543 "reference": "9 2e444847d94f7c30f88c60004648f507688acd5"544 }, 545 "dist": { 546 "type": "zip", 547 "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/9 2e444847d94f7c30f88c60004648f507688acd5",548 "reference": "9 2e444847d94f7c30f88c60004648f507688acd5",561 "reference": "9c8e22e437463197c1ec0d5eaa9ddd4a0eb6d7f8" 562 }, 563 "dist": { 564 "type": "zip", 565 "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/9c8e22e437463197c1ec0d5eaa9ddd4a0eb6d7f8", 566 "reference": "9c8e22e437463197c1ec0d5eaa9ddd4a0eb6d7f8", 549 567 "shasum": "" 550 568 }, … … 554 572 "require-dev": { 555 573 "dealerdirect/phpcodesniffer-composer-installer": "^1.0", 556 "nikic/php-parser": "^5. 4",574 "nikic/php-parser": "^5.5", 557 575 "php": "^7.4 || ^8.0", 558 576 "php-stubs/generator": "^0.8.3", … … 568 586 "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan" 569 587 }, 570 "time": "2025-0 5-02T12:33:34+00:00",588 "time": "2025-07-16T06:41:00+00:00", 571 589 "type": "library", 572 590 "installation-source": "dist", … … 584 602 "support": { 585 603 "issues": "https://github.com/php-stubs/wordpress-stubs/issues", 586 "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.8. 1"604 "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.8.2" 587 605 }, 588 606 "install-path": "../php-stubs/wordpress-stubs" … … 590 608 { 591 609 "name": "phpcsstandards/phpcsextra", 592 "version": "1. 3.0",593 "version_normalized": "1. 3.0.0",610 "version": "1.4.0", 611 "version_normalized": "1.4.0.0", 594 612 "source": { 595 613 "type": "git", 596 614 "url": "https://github.com/PHPCSStandards/PHPCSExtra.git", 597 "reference": " 46d08eb86eec622b96c466adec3063adfed280dd"598 }, 599 "dist": { 600 "type": "zip", 601 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/ 46d08eb86eec622b96c466adec3063adfed280dd",602 "reference": " 46d08eb86eec622b96c466adec3063adfed280dd",615 "reference": "fa4b8d051e278072928e32d817456a7fdb57b6ca" 616 }, 617 "dist": { 618 "type": "zip", 619 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/fa4b8d051e278072928e32d817456a7fdb57b6ca", 620 "reference": "fa4b8d051e278072928e32d817456a7fdb57b6ca", 603 621 "shasum": "" 604 622 }, 605 623 "require": { 606 624 "php": ">=5.4", 607 "phpcsstandards/phpcsutils": "^1. 0.9",608 "squizlabs/php_codesniffer": "^3.1 2.1"625 "phpcsstandards/phpcsutils": "^1.1.0", 626 "squizlabs/php_codesniffer": "^3.13.0 || ^4.0" 609 627 }, 610 628 "require-dev": { 611 629 "php-parallel-lint/php-console-highlighter": "^1.0", 612 "php-parallel-lint/php-parallel-lint": "^1. 3.2",630 "php-parallel-lint/php-parallel-lint": "^1.4.0", 613 631 "phpcsstandards/phpcsdevcs": "^1.1.6", 614 632 "phpcsstandards/phpcsdevtools": "^1.2.1", 615 "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9. 0"616 }, 617 "time": "2025-0 4-20T23:35:32+00:00",633 "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" 634 }, 635 "time": "2025-06-14T07:40:39+00:00", 618 636 "type": "phpcodesniffer-standard", 619 637 "extra": { … … 675 693 { 676 694 "name": "phpcsstandards/phpcsutils", 677 "version": "1. 0.12",678 "version_normalized": "1. 0.12.0",695 "version": "1.1.1", 696 "version_normalized": "1.1.1.0", 679 697 "source": { 680 698 "type": "git", 681 699 "url": "https://github.com/PHPCSStandards/PHPCSUtils.git", 682 "reference": " 87b233b00daf83fb70f40c9a28692be017ea7c6c"683 }, 684 "dist": { 685 "type": "zip", 686 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/ 87b233b00daf83fb70f40c9a28692be017ea7c6c",687 "reference": " 87b233b00daf83fb70f40c9a28692be017ea7c6c",700 "reference": "f7eb16f2fa4237d5db9e8fed8050239bee17a9bd" 701 }, 702 "dist": { 703 "type": "zip", 704 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/f7eb16f2fa4237d5db9e8fed8050239bee17a9bd", 705 "reference": "f7eb16f2fa4237d5db9e8fed8050239bee17a9bd", 688 706 "shasum": "" 689 707 }, … … 691 709 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0", 692 710 "php": ">=5.4", 693 "squizlabs/php_codesniffer": "^3.1 0.0 || 4.0.x-dev@dev"711 "squizlabs/php_codesniffer": "^3.13.0 || ^4.0" 694 712 }, 695 713 "require-dev": { 696 714 "ext-filter": "*", 697 715 "php-parallel-lint/php-console-highlighter": "^1.0", 698 "php-parallel-lint/php-parallel-lint": "^1. 3.2",716 "php-parallel-lint/php-parallel-lint": "^1.4.0", 699 717 "phpcsstandards/phpcsdevcs": "^1.1.6", 700 "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0 "701 }, 702 "time": "202 4-05-20T13:34:27+00:00",718 "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0 || ^3.0.0" 719 }, 720 "time": "2025-08-10T01:04:45+00:00", 703 721 "type": "phpcodesniffer-standard", 704 722 "extra": { … … 737 755 "phpcs", 738 756 "phpcs3", 757 "phpcs4", 739 758 "standards", 740 759 "static analysis", … … 760 779 "url": "https://opencollective.com/php_codesniffer", 761 780 "type": "open_collective" 781 }, 782 { 783 "url": "https://thanks.dev/u/gh/phpcsstandards", 784 "type": "thanks_dev" 762 785 } 763 786 ], … … 817 840 { 818 841 "name": "phpstan/phpstan", 819 "version": "2.1. 17",820 "version_normalized": "2.1. 17.0",842 "version": "2.1.22", 843 "version_normalized": "2.1.22.0", 821 844 "source": { 822 845 "type": "git", 823 846 "url": "https://github.com/phpstan/phpstan.git", 824 "reference": " 89b5ef665716fa2a52ecd2633f21007a6a349053"825 }, 826 "dist": { 827 "type": "zip", 828 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ 89b5ef665716fa2a52ecd2633f21007a6a349053",829 "reference": " 89b5ef665716fa2a52ecd2633f21007a6a349053",847 "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4" 848 }, 849 "dist": { 850 "type": "zip", 851 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/41600c8379eb5aee63e9413fe9e97273e25d57e4", 852 "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4", 830 853 "shasum": "" 831 854 }, … … 836 859 "phpstan/phpstan-shim": "*" 837 860 }, 838 "time": "2025-0 5-21T20:55:28+00:00",861 "time": "2025-08-04T19:17:37+00:00", 839 862 "bin": [ 840 863 "phpstan", … … 1094 1117 { 1095 1118 "name": "squizlabs/php_codesniffer", 1096 "version": "3.13. 0",1097 "version_normalized": "3.13. 0.0",1119 "version": "3.13.2", 1120 "version_normalized": "3.13.2.0", 1098 1121 "source": { 1099 1122 "type": "git", 1100 1123 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", 1101 "reference": " 65ff2489553b83b4597e89c3b8b721487011d186"1102 }, 1103 "dist": { 1104 "type": "zip", 1105 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ 65ff2489553b83b4597e89c3b8b721487011d186",1106 "reference": " 65ff2489553b83b4597e89c3b8b721487011d186",1124 "reference": "5b5e3821314f947dd040c70f7992a64eac89025c" 1125 }, 1126 "dist": { 1127 "type": "zip", 1128 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5b5e3821314f947dd040c70f7992a64eac89025c", 1129 "reference": "5b5e3821314f947dd040c70f7992a64eac89025c", 1107 1130 "shasum": "" 1108 1131 }, … … 1116 1139 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" 1117 1140 }, 1118 "time": "2025-0 5-11T03:36:00+00:00",1141 "time": "2025-06-17T22:17:01+00:00", 1119 1142 "bin": [ 1120 1143 "bin/phpcbf", … … 1316 1339 { 1317 1340 "name": "wp-coding-standards/wpcs", 1318 "version": "3. 1.0",1319 "version_normalized": "3. 1.0.0",1341 "version": "3.2.0", 1342 "version_normalized": "3.2.0.0", 1320 1343 "source": { 1321 1344 "type": "git", 1322 1345 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", 1323 "reference": " 9333efcbff231f10dfd9c56bb7b65818b4733ca7"1324 }, 1325 "dist": { 1326 "type": "zip", 1327 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/ 9333efcbff231f10dfd9c56bb7b65818b4733ca7",1328 "reference": " 9333efcbff231f10dfd9c56bb7b65818b4733ca7",1346 "reference": "d2421de7cec3274ae622c22c744de9a62c7925af" 1347 }, 1348 "dist": { 1349 "type": "zip", 1350 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/d2421de7cec3274ae622c22c744de9a62c7925af", 1351 "reference": "d2421de7cec3274ae622c22c744de9a62c7925af", 1329 1352 "shasum": "" 1330 1353 }, … … 1335 1358 "ext-xmlreader": "*", 1336 1359 "php": ">=5.4", 1337 "phpcsstandards/phpcsextra": "^1. 2.1",1338 "phpcsstandards/phpcsutils": "^1. 0.10",1339 "squizlabs/php_codesniffer": "^3. 9.0"1360 "phpcsstandards/phpcsextra": "^1.4.0", 1361 "phpcsstandards/phpcsutils": "^1.1.0", 1362 "squizlabs/php_codesniffer": "^3.13.0" 1340 1363 }, 1341 1364 "require-dev": { 1342 1365 "php-parallel-lint/php-console-highlighter": "^1.0.0", 1343 "php-parallel-lint/php-parallel-lint": "^1. 3.2",1366 "php-parallel-lint/php-parallel-lint": "^1.4.0", 1344 1367 "phpcompatibility/php-compatibility": "^9.0", 1345 1368 "phpcsstandards/phpcsdevtools": "^1.2.0", … … 1350 1373 "ext-mbstring": "For improved results" 1351 1374 }, 1352 "time": "202 4-03-25T16:39:00+00:00",1375 "time": "2025-07-24T20:08:31+00:00", 1353 1376 "type": "phpcodesniffer-standard", 1354 1377 "installation-source": "dist", -
iloveimg/tags/2.2.13/vendor/composer/installed.php
r3308472 r3351389 4 4 'pretty_version' => 'dev-develop', 5 5 'version' => 'dev-develop', 6 'reference' => ' f26cbbced23afca907d243024fe6c7ee7ae8a863',6 'reference' => 'afdcc64cf43f7fa658353b20c95ea3f5550f7317', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'dealerdirect/phpcodesniffer-composer-installer' => array( 14 'pretty_version' => 'v1. 0.0',15 'version' => '1. 0.0.0',16 'reference' => ' 4be43904336affa5c2f70744a348312336afd0da',14 'pretty_version' => 'v1.1.2', 15 'version' => '1.1.2.0', 16 'reference' => 'e9cf5e4bbf7eeaf9ef5db34938942602838fc2b1', 17 17 'type' => 'composer-plugin', 18 18 'install_path' => __DIR__ . '/../dealerdirect/phpcodesniffer-composer-installer', … … 30 30 ), 31 31 'guzzlehttp/guzzle' => array( 32 'pretty_version' => '7. 9.3',33 'version' => '7. 9.3.0',34 'reference' => ' 7b2f29fe81dc4da0ca0ea7d42107a0845946ea77',32 'pretty_version' => '7.10.0', 33 'version' => '7.10.0.0', 34 'reference' => 'b51ac707cfa420b7bfd4e4d5e510ba8008e822b4', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', … … 39 39 ), 40 40 'guzzlehttp/promises' => array( 41 'pretty_version' => '2. 2.0',42 'version' => '2. 2.0.0',43 'reference' => ' 7c69f28996b0a6920945dd20b3857e499d9ca96c',41 'pretty_version' => '2.3.0', 42 'version' => '2.3.0.0', 43 'reference' => '481557b130ef3790cf82b713667b43030dc9c957', 44 44 'type' => 'library', 45 45 'install_path' => __DIR__ . '/../guzzlehttp/promises', … … 48 48 ), 49 49 'guzzlehttp/psr7' => array( 50 'pretty_version' => '2. 7.1',51 'version' => '2. 7.1.0',52 'reference' => ' c2270caaabe631b3b44c85f99e5a04bbb8060d16',50 'pretty_version' => '2.8.0', 51 'version' => '2.8.0.0', 52 'reference' => '21dc724a0583619cd1652f673303492272778051', 53 53 'type' => 'library', 54 54 'install_path' => __DIR__ . '/../guzzlehttp/psr7', … … 70 70 'pretty_version' => 'dev-develop', 71 71 'version' => 'dev-develop', 72 'reference' => ' f26cbbced23afca907d243024fe6c7ee7ae8a863',72 'reference' => 'afdcc64cf43f7fa658353b20c95ea3f5550f7317', 73 73 'type' => 'wordpress-plugin', 74 74 'install_path' => __DIR__ . '/../../', … … 77 77 ), 78 78 'php-stubs/wordpress-stubs' => array( 79 'pretty_version' => 'v6.8. 1',80 'version' => '6.8. 1.0',81 'reference' => '9 2e444847d94f7c30f88c60004648f507688acd5',79 'pretty_version' => 'v6.8.2', 80 'version' => '6.8.2.0', 81 'reference' => '9c8e22e437463197c1ec0d5eaa9ddd4a0eb6d7f8', 82 82 'type' => 'library', 83 83 'install_path' => __DIR__ . '/../php-stubs/wordpress-stubs', … … 86 86 ), 87 87 'phpcsstandards/phpcsextra' => array( 88 'pretty_version' => '1. 3.0',89 'version' => '1. 3.0.0',90 'reference' => ' 46d08eb86eec622b96c466adec3063adfed280dd',88 'pretty_version' => '1.4.0', 89 'version' => '1.4.0.0', 90 'reference' => 'fa4b8d051e278072928e32d817456a7fdb57b6ca', 91 91 'type' => 'phpcodesniffer-standard', 92 92 'install_path' => __DIR__ . '/../phpcsstandards/phpcsextra', … … 95 95 ), 96 96 'phpcsstandards/phpcsutils' => array( 97 'pretty_version' => '1. 0.12',98 'version' => '1. 0.12.0',99 'reference' => ' 87b233b00daf83fb70f40c9a28692be017ea7c6c',97 'pretty_version' => '1.1.1', 98 'version' => '1.1.1.0', 99 'reference' => 'f7eb16f2fa4237d5db9e8fed8050239bee17a9bd', 100 100 'type' => 'phpcodesniffer-standard', 101 101 'install_path' => __DIR__ . '/../phpcsstandards/phpcsutils', … … 113 113 ), 114 114 'phpstan/phpstan' => array( 115 'pretty_version' => '2.1. 17',116 'version' => '2.1. 17.0',117 'reference' => ' 89b5ef665716fa2a52ecd2633f21007a6a349053',115 'pretty_version' => '2.1.22', 116 'version' => '2.1.22.0', 117 'reference' => '41600c8379eb5aee63e9413fe9e97273e25d57e4', 118 118 'type' => 'library', 119 119 'install_path' => __DIR__ . '/../phpstan/phpstan', … … 176 176 ), 177 177 'squizlabs/php_codesniffer' => array( 178 'pretty_version' => '3.13. 0',179 'version' => '3.13. 0.0',180 'reference' => ' 65ff2489553b83b4597e89c3b8b721487011d186',178 'pretty_version' => '3.13.2', 179 'version' => '3.13.2.0', 180 'reference' => '5b5e3821314f947dd040c70f7992a64eac89025c', 181 181 'type' => 'library', 182 182 'install_path' => __DIR__ . '/../squizlabs/php_codesniffer', … … 203 203 ), 204 204 'wp-coding-standards/wpcs' => array( 205 'pretty_version' => '3. 1.0',206 'version' => '3. 1.0.0',207 'reference' => ' 9333efcbff231f10dfd9c56bb7b65818b4733ca7',205 'pretty_version' => '3.2.0', 206 'version' => '3.2.0.0', 207 'reference' => 'd2421de7cec3274ae622c22c744de9a62c7925af', 208 208 'type' => 'phpcodesniffer-standard', 209 209 'install_path' => __DIR__ . '/../wp-coding-standards/wpcs', -
iloveimg/tags/2.2.13/vendor/composer/platform_check.php
r3257296 r3351389 20 20 } 21 21 } 22 trigger_error( 23 'Composer detected issues in your platform: ' . implode(' ', $issues), 24 E_USER_ERROR 22 throw new \RuntimeException( 23 'Composer detected issues in your platform: ' . implode(' ', $issues) 25 24 ); 26 25 } -
iloveimg/tags/2.2.13/vendor/guzzlehttp/guzzle/CHANGELOG.md
r3280276 r3351389 2 2 3 3 Please refer to [UPGRADING](UPGRADING.md) guide for upgrading to a major version. 4 5 ## 7.10.0 - 2025-08-23 6 7 ### Added 8 9 - Support for PHP 8.5 10 11 ### Changed 12 13 - Adjusted `guzzlehttp/promises` version constraint to `^2.3` 14 - Adjusted `guzzlehttp/psr7` version constraint to `^2.8` 4 15 5 16 -
iloveimg/tags/2.2.13/vendor/guzzlehttp/guzzle/composer.json
r3164517 r3351389 82 82 "php": "^7.2.5 || ^8.0", 83 83 "ext-json": "*", 84 "guzzlehttp/promises": "^ 1.5.3 || ^2.0.3",85 "guzzlehttp/psr7": "^2. 7.0",84 "guzzlehttp/promises": "^2.3", 85 "guzzlehttp/psr7": "^2.8", 86 86 "psr/http-client": "^1.0", 87 87 "symfony/deprecation-contracts": "^2.2 || ^3.0" -
iloveimg/tags/2.2.13/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
r3164517 r3351389 126 126 127 127 if (\count($this->handles) >= $this->maxHandles) { 128 \curl_close($resource); 128 if (PHP_VERSION_ID < 80000) { 129 \curl_close($resource); 130 } 129 131 } else { 130 132 // Remove all callback functions as they can hold onto references … … 730 732 { 731 733 foreach ($this->handles as $id => $handle) { 732 \curl_close($handle); 734 if (PHP_VERSION_ID < 80000) { 735 \curl_close($handle); 736 } 737 733 738 unset($this->handles[$id]); 734 739 } -
iloveimg/tags/2.2.13/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
r3164517 r3351389 241 241 unset($this->delays[$id], $this->handles[$id]); 242 242 \curl_multi_remove_handle($this->_mh, $handle); 243 \curl_close($handle); 243 244 if (PHP_VERSION_ID < 80000) { 245 \curl_close($handle); 246 } 244 247 245 248 return true; -
iloveimg/tags/2.2.13/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
r3280276 r3351389 334 334 335 335 return $this->createResource( 336 function () use ($uri, &$http_response_header,$contextResource, $context, $options, $request) {336 function () use ($uri, $contextResource, $context, $options, $request) { 337 337 $resource = @\fopen((string) $uri, 'r', false, $contextResource); 338 339 // See https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_http_response_header_predefined_variable 340 if (function_exists('http_get_last_response_headers')) { 341 /** @var array|null */ 342 $http_response_header = \http_get_last_response_headers(); 343 } 344 338 345 $this->lastHeaders = $http_response_header ?? []; 339 346 -
iloveimg/tags/2.2.13/vendor/guzzlehttp/guzzle/src/Middleware.php
r3164517 r3351389 188 188 * formatter. 189 189 * 190 * @phpstan-param \Psr\Log\LogLevel::* $logLevel Level at which to log requests.191 *192 190 * @param LoggerInterface $logger Logs messages. 193 191 * @param MessageFormatterInterface|MessageFormatter $formatter Formatter used to create message strings. 194 192 * @param string $logLevel Level at which to log requests. 193 * 194 * @phpstan-param \Psr\Log\LogLevel::* $logLevel Level at which to log requests. 195 195 * 196 196 * @return callable Returns a function that accepts the next handler. -
iloveimg/tags/2.2.13/vendor/guzzlehttp/promises/CHANGELOG.md
r3280276 r3351389 1 1 # CHANGELOG 2 3 4 ## 2.3.0 - 2025-08-22 5 6 ### Added 7 8 - PHP 8.5 support 2 9 3 10 -
iloveimg/tags/2.2.13/vendor/guzzlehttp/promises/README.md
r3164517 r3351389 42 42 |---------|---------------------|--------------| 43 43 | 1.x | Security fixes only | >=5.5,<8.3 | 44 | 2.x | Latest | >=7.2.5,<8. 5|44 | 2.x | Latest | >=7.2.5,<8.6 | 45 45 46 46 -
iloveimg/tags/2.2.13/vendor/guzzlehttp/promises/composer.json
r3164517 r3351389 31 31 "require-dev": { 32 32 "bamarni/composer-bin-plugin": "^1.8.2", 33 "phpunit/phpunit": "^8.5. 39 || ^9.6.20"33 "phpunit/phpunit": "^8.5.44 || ^9.6.25" 34 34 }, 35 35 "autoload": { -
iloveimg/tags/2.2.13/vendor/guzzlehttp/psr7/CHANGELOG.md
r3280276 r3351389 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## 2.8.0 - 2025-08-23 9 10 ### Added 11 12 - Allow empty lists as header values 13 14 ### Changed 15 16 - PHP 8.5 support 7 17 8 18 ## 2.7.1 - 2025-03-27 -
iloveimg/tags/2.2.13/vendor/guzzlehttp/psr7/README.md
r3164517 r3351389 26 26 |---------|---------------------|--------------| 27 27 | 1.x | EOL (2024-06-30) | >=5.4,<8.2 | 28 | 2.x | Latest | >=7.2.5,<8. 5|28 | 2.x | Latest | >=7.2.5,<8.6 | 29 29 30 30 -
iloveimg/tags/2.2.13/vendor/guzzlehttp/psr7/composer.json
r3164517 r3351389 63 63 "bamarni/composer-bin-plugin": "^1.8.2", 64 64 "http-interop/http-factory-tests": "0.9.0", 65 "phpunit/phpunit": "^8.5. 39 || ^9.6.20"65 "phpunit/phpunit": "^8.5.44 || ^9.6.25" 66 66 }, 67 67 "suggest": { -
iloveimg/tags/2.2.13/vendor/guzzlehttp/psr7/src/MessageTrait.php
r3164517 r3351389 173 173 if (!is_array($value)) { 174 174 return $this->trimAndValidateHeaderValues([$value]); 175 }176 177 if (count($value) === 0) {178 throw new \InvalidArgumentException('Header value can not be an empty array.');179 175 } 180 176 -
iloveimg/tags/2.2.13/vendor/guzzlehttp/psr7/src/Utils.php
r3164517 r3351389 398 398 399 399 if ($ex) { 400 /** @var $ex \RuntimeException*/400 /** @var \RuntimeException $ex */ 401 401 throw $ex; 402 402 } … … 445 445 446 446 if ($ex) { 447 /** @var $ex \RuntimeException*/447 /** @var \RuntimeException $ex */ 448 448 throw $ex; 449 449 } -
iloveimg/trunk/admin/Ilove_Img_Compress_Plugin.php
r3308472 r3351389 20 20 * @var string VERSION The current version of the plugin. 21 21 */ 22 const VERSION = '2.2.1 2';22 const VERSION = '2.2.13'; 23 23 24 24 /** -
iloveimg/trunk/composer.json
r3257296 r3351389 1 1 { 2 "name": "ilovepdf/iloveimg-wp-compress", 3 "description": "iLoveIMG Wordpress Plugin", 4 "type": "wordpress-plugin", 5 "homepage": "https://www.iloveimg.com/", 6 "license": "GPL-2.0-or-later", 7 "authors": [ 8 { 9 "name": "ilovepdf", 10 "email": "info@ilovepdf.com" 11 } 12 ], 13 "require": { 14 "php": ">=7.4", 15 "ilovepdf/iloveimg-php": "dev-master" 2 "name": "ilovepdf/iloveimg-wp-compress", 3 "description": "iLoveIMG Wordpress Plugin", 4 "type": "wordpress-plugin", 5 "homepage": "https://www.iloveimg.com/", 6 "license": "GPL-2.0-or-later", 7 "authors": [ 8 { 9 "name": "ilovepdf", 10 "email": "info@ilovepdf.com" 11 } 12 ], 13 "require": { 14 "php": ">=7.4", 15 "ilovepdf/iloveimg-php": "dev-master" 16 }, 17 "require-dev": { 18 "phpstan/phpstan": "^2.1.22", 19 "szepeviktor/phpstan-wordpress": "^2.0.2", 20 "phpstan/extension-installer": "^1.4.3", 21 "wp-coding-standards/wpcs": "^3.2.0" 22 }, 23 "config": { 24 "platform": { 25 "php": "7.4" 16 26 }, 17 "require-dev": { 18 "phpstan/phpstan": "^2.1", 19 "szepeviktor/phpstan-wordpress": "^2.0", 20 "phpstan/extension-installer": "^1.4", 21 "wp-coding-standards/wpcs": "^3.1" 22 }, 23 "config": { 24 "platform": { 25 "php": "7.4" 26 }, 27 "allow-plugins": { 28 "phpstan/extension-installer": true, 29 "dealerdirect/phpcodesniffer-composer-installer": true 30 } 31 }, 32 "scripts": { 33 "stan": "vendor/bin/phpstan analyse --memory-limit=-1 --error-format=table > ./phpstan-report-iloveimg.log", 34 "phpcs": "phpcs -s --ignore=*/node_modules/*,*/vendor/*,*/iloveimg-php/*,*/.github/*,*/assets/*,*/dev/* --report-file=./codesniffer-report-iloveimg.log ./", 35 "phpcbf": "phpcbf --ignore=node_modules/,vendor/,iloveimg-php/,assets/,dev/,.github/ ./", 36 "autoload-dev": "composer dump-autoload", 37 "autoload-prod": "composer dump-autoload --no-dev" 38 }, 39 "autoload": { 40 "psr-4": { 41 "Ilove_Img_Compress\\": "admin" 42 } 27 "allow-plugins": { 28 "phpstan/extension-installer": true, 29 "dealerdirect/phpcodesniffer-composer-installer": true 43 30 } 31 }, 32 "scripts": { 33 "stan": "vendor/bin/phpstan analyse --memory-limit=-1 --error-format=table > ./phpstan-report-iloveimg.log", 34 "phpcs": "phpcs -s --ignore=*/node_modules/*,*/vendor/*,*/iloveimg-php/*,*/.github/*,*/assets/*,*/dev/* --report-file=./codesniffer-report-iloveimg.log ./", 35 "phpcbf": "phpcbf --ignore=node_modules/,vendor/,iloveimg-php/,assets/,dev/,.github/ ./", 36 "autoload-dev": "composer dump-autoload", 37 "autoload-prod": "composer dump-autoload --no-dev" 38 }, 39 "autoload": { 40 "psr-4": { 41 "Ilove_Img_Compress\\": "admin" 42 } 43 } 44 44 } -
iloveimg/trunk/gulpfile.mjs
r3280276 r3351389 54 54 55 55 // Default task 56 gulp.task('default', gulp.series('build-css', 'build-js', 'watch')); 56 if (process.env.NODE_ENV === 'production') { 57 gulp.task('default', gulp.series('build-css', 'build-js')); 58 } else { 59 gulp.task('default', gulp.series('build-css', 'build-js', 'watch')); 60 } -
iloveimg/trunk/ilove-img-compress.php
r3308472 r3351389 11 11 * Plugin URI: https://iloveapi.com/ 12 12 * Description: Get your images delivered quickly. Now you can get a powerful, easy to use, and reliable image compression plugin for your image optimization needs. With full automation and powerful features, iLoveIMG makes it easy to speed up your website by lightening past and new images with just a click. Compress JPG, PNG and GIF images in your WordPress to improve the positioning of your site, boost visitor’s engagement and ultimately increase sales. 13 * Version: 2.2.1 213 * Version: 2.2.13 14 14 * Requires at least: 5.3 15 15 * Requires PHP: 7.4 -
iloveimg/trunk/package.json
r3308472 r3351389 5 5 "main": "index.js", 6 6 "scripts": { 7 "dev": " NODE_ENV='development'gulp",8 "build": " NODE_ENV='production'gulp"7 "dev": "cross-env NODE_ENV=development gulp", 8 "build": "cross-env NODE_ENV=production gulp" 9 9 }, 10 10 "author": "ilovepdf", 11 11 "license": "ISC", 12 12 "devDependencies": { 13 "@babel/core": "^7.27", 14 "@babel/preset-env": "^7.27", 13 "@babel/core": "^7.28", 14 "@babel/preset-env": "^7.28", 15 "cross-env": "^10.0.0", 15 16 "gulp": "^5.0.1", 16 17 "gulp-autoprefixer": "^9.0.0", … … 18 19 "gulp-clean-css": "^4.3.0", 19 20 "gulp-if": "^3.0.0", 20 "gulp-rename": "^2. 0.0",21 "gulp-rename": "^2.1.0", 21 22 "gulp-sass": "^6.0.1", 22 23 "gulp-sourcemaps": "^3.0.0", 23 24 "gulp-uglify": "^3.0.2", 24 25 "merge-stream": "^2.0.0", 25 "sass": "^1. 89"26 "sass": "^1.91.0" 26 27 } 27 28 } -
iloveimg/trunk/phpcs.xml
r2995894 r3351389 3 3 <description>WordPress Config.</description> 4 4 <rule ref="WordPress-Extra"> 5 <exclude name="Generic.Functions.CallTimePassByReference"/> 5 6 <exclude name="Generic.WhiteSpace.DisallowSpaceIndent" /> 6 <property name="indent" value="4"/> 7 <properties> 8 </properties> 7 <property name="indent" value="4"/> 9 8 </rule> 10 9 <rule ref="WordPress.WP.I18n"> -
iloveimg/trunk/readme.txt
r3308472 r3351389 1 1 === Image Compressor & Optimizer - iLoveIMG === 2 2 Plugin Name: Image Compressor & Optimizer - iLoveIMG 3 Version: 2.2.1 23 Version: 2.2.13 4 4 Author: iLovePDF 5 5 Author URI: https://www.iloveimg.com/ … … 8 8 Requires at least: 5.3 9 9 Tested up to: 6.8 10 Stable tag: 2.2.1 210 Stable tag: 2.2.13 11 11 Requires PHP: 7.4 12 12 License: GPLv2 or later … … 94 94 95 95 == Changelog == 96 97 = 2.2.13 = 98 Improved 99 * Updated Libraries. 96 100 97 101 = 2.2.12 = -
iloveimg/trunk/vendor/composer/installed.json
r3308472 r3351389 3 3 { 4 4 "name": "dealerdirect/phpcodesniffer-composer-installer", 5 "version": "v1. 0.0",6 "version_normalized": "1. 0.0.0",5 "version": "v1.1.2", 6 "version_normalized": "1.1.2.0", 7 7 "source": { 8 8 "type": "git", 9 9 "url": "https://github.com/PHPCSStandards/composer-installer.git", 10 "reference": " 4be43904336affa5c2f70744a348312336afd0da"11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/ 4be43904336affa5c2f70744a348312336afd0da",15 "reference": " 4be43904336affa5c2f70744a348312336afd0da",16 "shasum": "" 17 }, 18 "require": { 19 "composer-plugin-api": "^ 1.0 || ^2.0",10 "reference": "e9cf5e4bbf7eeaf9ef5db34938942602838fc2b1" 11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/e9cf5e4bbf7eeaf9ef5db34938942602838fc2b1", 15 "reference": "e9cf5e4bbf7eeaf9ef5db34938942602838fc2b1", 16 "shasum": "" 17 }, 18 "require": { 19 "composer-plugin-api": "^2.2", 20 20 "php": ">=5.4", 21 21 "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" 22 22 }, 23 23 "require-dev": { 24 "composer/composer": " *",24 "composer/composer": "^2.2", 25 25 "ext-json": "*", 26 26 "ext-zip": "*", 27 "php-parallel-lint/php-parallel-lint": "^1. 3.1",27 "php-parallel-lint/php-parallel-lint": "^1.4.0", 28 28 "phpcompatibility/php-compatibility": "^9.0", 29 29 "yoast/phpunit-polyfills": "^1.0" 30 30 }, 31 "time": "202 3-01-05T11:28:13+00:00",31 "time": "2025-07-17T20:45:56+00:00", 32 32 "type": "composer-plugin", 33 33 "extra": { … … 47 47 { 48 48 "name": "Franck Nijhof", 49 "email": " franck.nijhof@dealerdirect.com",50 "homepage": "http ://www.frenck.nl",51 "role": " Developer / IT Manager"49 "email": "opensource@frenck.dev", 50 "homepage": "https://frenck.dev", 51 "role": "Open source developer" 52 52 }, 53 53 { … … 57 57 ], 58 58 "description": "PHP_CodeSniffer Standards Composer Installer Plugin", 59 "homepage": "http://www.dealerdirect.com",60 59 "keywords": [ 61 60 "PHPCodeSniffer", … … 78 77 "support": { 79 78 "issues": "https://github.com/PHPCSStandards/composer-installer/issues", 79 "security": "https://github.com/PHPCSStandards/composer-installer/security/policy", 80 80 "source": "https://github.com/PHPCSStandards/composer-installer" 81 81 }, 82 "funding": [ 83 { 84 "url": "https://github.com/PHPCSStandards", 85 "type": "github" 86 }, 87 { 88 "url": "https://github.com/jrfnl", 89 "type": "github" 90 }, 91 { 92 "url": "https://opencollective.com/php_codesniffer", 93 "type": "open_collective" 94 }, 95 { 96 "url": "https://thanks.dev/u/gh/phpcsstandards", 97 "type": "thanks_dev" 98 } 99 ], 82 100 "install-path": "../dealerdirect/phpcodesniffer-composer-installer" 83 101 }, … … 150 168 { 151 169 "name": "guzzlehttp/guzzle", 152 "version": "7. 9.3",153 "version_normalized": "7. 9.3.0",170 "version": "7.10.0", 171 "version_normalized": "7.10.0.0", 154 172 "source": { 155 173 "type": "git", 156 174 "url": "https://github.com/guzzle/guzzle.git", 157 "reference": " 7b2f29fe81dc4da0ca0ea7d42107a0845946ea77"158 }, 159 "dist": { 160 "type": "zip", 161 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ 7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",162 "reference": " 7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",175 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4" 176 }, 177 "dist": { 178 "type": "zip", 179 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", 180 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", 163 181 "shasum": "" 164 182 }, 165 183 "require": { 166 184 "ext-json": "*", 167 "guzzlehttp/promises": "^ 1.5.3 || ^2.0.3",168 "guzzlehttp/psr7": "^2. 7.0",185 "guzzlehttp/promises": "^2.3", 186 "guzzlehttp/psr7": "^2.8", 169 187 "php": "^7.2.5 || ^8.0", 170 188 "psr/http-client": "^1.0", … … 187 205 "psr/log": "Required for using the Log middleware" 188 206 }, 189 "time": "2025-0 3-27T13:37:11+00:00",207 "time": "2025-08-23T22:36:01+00:00", 190 208 "type": "library", 191 209 "extra": { … … 259 277 "support": { 260 278 "issues": "https://github.com/guzzle/guzzle/issues", 261 "source": "https://github.com/guzzle/guzzle/tree/7. 9.3"279 "source": "https://github.com/guzzle/guzzle/tree/7.10.0" 262 280 }, 263 281 "funding": [ … … 279 297 { 280 298 "name": "guzzlehttp/promises", 281 "version": "2. 2.0",282 "version_normalized": "2. 2.0.0",299 "version": "2.3.0", 300 "version_normalized": "2.3.0.0", 283 301 "source": { 284 302 "type": "git", 285 303 "url": "https://github.com/guzzle/promises.git", 286 "reference": " 7c69f28996b0a6920945dd20b3857e499d9ca96c"287 }, 288 "dist": { 289 "type": "zip", 290 "url": "https://api.github.com/repos/guzzle/promises/zipball/ 7c69f28996b0a6920945dd20b3857e499d9ca96c",291 "reference": " 7c69f28996b0a6920945dd20b3857e499d9ca96c",304 "reference": "481557b130ef3790cf82b713667b43030dc9c957" 305 }, 306 "dist": { 307 "type": "zip", 308 "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957", 309 "reference": "481557b130ef3790cf82b713667b43030dc9c957", 292 310 "shasum": "" 293 311 }, … … 297 315 "require-dev": { 298 316 "bamarni/composer-bin-plugin": "^1.8.2", 299 "phpunit/phpunit": "^8.5. 39 || ^9.6.20"300 }, 301 "time": "2025-0 3-27T13:27:01+00:00",317 "phpunit/phpunit": "^8.5.44 || ^9.6.25" 318 }, 319 "time": "2025-08-22T14:34:08+00:00", 302 320 "type": "library", 303 321 "extra": { … … 345 363 "support": { 346 364 "issues": "https://github.com/guzzle/promises/issues", 347 "source": "https://github.com/guzzle/promises/tree/2. 2.0"365 "source": "https://github.com/guzzle/promises/tree/2.3.0" 348 366 }, 349 367 "funding": [ … … 365 383 { 366 384 "name": "guzzlehttp/psr7", 367 "version": "2. 7.1",368 "version_normalized": "2. 7.1.0",385 "version": "2.8.0", 386 "version_normalized": "2.8.0.0", 369 387 "source": { 370 388 "type": "git", 371 389 "url": "https://github.com/guzzle/psr7.git", 372 "reference": " c2270caaabe631b3b44c85f99e5a04bbb8060d16"373 }, 374 "dist": { 375 "type": "zip", 376 "url": "https://api.github.com/repos/guzzle/psr7/zipball/ c2270caaabe631b3b44c85f99e5a04bbb8060d16",377 "reference": " c2270caaabe631b3b44c85f99e5a04bbb8060d16",390 "reference": "21dc724a0583619cd1652f673303492272778051" 391 }, 392 "dist": { 393 "type": "zip", 394 "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051", 395 "reference": "21dc724a0583619cd1652f673303492272778051", 378 396 "shasum": "" 379 397 }, … … 391 409 "bamarni/composer-bin-plugin": "^1.8.2", 392 410 "http-interop/http-factory-tests": "0.9.0", 393 "phpunit/phpunit": "^8.5. 39 || ^9.6.20"411 "phpunit/phpunit": "^8.5.44 || ^9.6.25" 394 412 }, 395 413 "suggest": { 396 414 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" 397 415 }, 398 "time": "2025-0 3-27T12:30:47+00:00",416 "time": "2025-08-23T21:21:41+00:00", 399 417 "type": "library", 400 418 "extra": { … … 464 482 "support": { 465 483 "issues": "https://github.com/guzzle/psr7/issues", 466 "source": "https://github.com/guzzle/psr7/tree/2. 7.1"484 "source": "https://github.com/guzzle/psr7/tree/2.8.0" 467 485 }, 468 486 "funding": [ … … 536 554 { 537 555 "name": "php-stubs/wordpress-stubs", 538 "version": "v6.8. 1",539 "version_normalized": "6.8. 1.0",556 "version": "v6.8.2", 557 "version_normalized": "6.8.2.0", 540 558 "source": { 541 559 "type": "git", 542 560 "url": "https://github.com/php-stubs/wordpress-stubs.git", 543 "reference": "9 2e444847d94f7c30f88c60004648f507688acd5"544 }, 545 "dist": { 546 "type": "zip", 547 "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/9 2e444847d94f7c30f88c60004648f507688acd5",548 "reference": "9 2e444847d94f7c30f88c60004648f507688acd5",561 "reference": "9c8e22e437463197c1ec0d5eaa9ddd4a0eb6d7f8" 562 }, 563 "dist": { 564 "type": "zip", 565 "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/9c8e22e437463197c1ec0d5eaa9ddd4a0eb6d7f8", 566 "reference": "9c8e22e437463197c1ec0d5eaa9ddd4a0eb6d7f8", 549 567 "shasum": "" 550 568 }, … … 554 572 "require-dev": { 555 573 "dealerdirect/phpcodesniffer-composer-installer": "^1.0", 556 "nikic/php-parser": "^5. 4",574 "nikic/php-parser": "^5.5", 557 575 "php": "^7.4 || ^8.0", 558 576 "php-stubs/generator": "^0.8.3", … … 568 586 "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan" 569 587 }, 570 "time": "2025-0 5-02T12:33:34+00:00",588 "time": "2025-07-16T06:41:00+00:00", 571 589 "type": "library", 572 590 "installation-source": "dist", … … 584 602 "support": { 585 603 "issues": "https://github.com/php-stubs/wordpress-stubs/issues", 586 "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.8. 1"604 "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.8.2" 587 605 }, 588 606 "install-path": "../php-stubs/wordpress-stubs" … … 590 608 { 591 609 "name": "phpcsstandards/phpcsextra", 592 "version": "1. 3.0",593 "version_normalized": "1. 3.0.0",610 "version": "1.4.0", 611 "version_normalized": "1.4.0.0", 594 612 "source": { 595 613 "type": "git", 596 614 "url": "https://github.com/PHPCSStandards/PHPCSExtra.git", 597 "reference": " 46d08eb86eec622b96c466adec3063adfed280dd"598 }, 599 "dist": { 600 "type": "zip", 601 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/ 46d08eb86eec622b96c466adec3063adfed280dd",602 "reference": " 46d08eb86eec622b96c466adec3063adfed280dd",615 "reference": "fa4b8d051e278072928e32d817456a7fdb57b6ca" 616 }, 617 "dist": { 618 "type": "zip", 619 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/fa4b8d051e278072928e32d817456a7fdb57b6ca", 620 "reference": "fa4b8d051e278072928e32d817456a7fdb57b6ca", 603 621 "shasum": "" 604 622 }, 605 623 "require": { 606 624 "php": ">=5.4", 607 "phpcsstandards/phpcsutils": "^1. 0.9",608 "squizlabs/php_codesniffer": "^3.1 2.1"625 "phpcsstandards/phpcsutils": "^1.1.0", 626 "squizlabs/php_codesniffer": "^3.13.0 || ^4.0" 609 627 }, 610 628 "require-dev": { 611 629 "php-parallel-lint/php-console-highlighter": "^1.0", 612 "php-parallel-lint/php-parallel-lint": "^1. 3.2",630 "php-parallel-lint/php-parallel-lint": "^1.4.0", 613 631 "phpcsstandards/phpcsdevcs": "^1.1.6", 614 632 "phpcsstandards/phpcsdevtools": "^1.2.1", 615 "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9. 0"616 }, 617 "time": "2025-0 4-20T23:35:32+00:00",633 "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" 634 }, 635 "time": "2025-06-14T07:40:39+00:00", 618 636 "type": "phpcodesniffer-standard", 619 637 "extra": { … … 675 693 { 676 694 "name": "phpcsstandards/phpcsutils", 677 "version": "1. 0.12",678 "version_normalized": "1. 0.12.0",695 "version": "1.1.1", 696 "version_normalized": "1.1.1.0", 679 697 "source": { 680 698 "type": "git", 681 699 "url": "https://github.com/PHPCSStandards/PHPCSUtils.git", 682 "reference": " 87b233b00daf83fb70f40c9a28692be017ea7c6c"683 }, 684 "dist": { 685 "type": "zip", 686 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/ 87b233b00daf83fb70f40c9a28692be017ea7c6c",687 "reference": " 87b233b00daf83fb70f40c9a28692be017ea7c6c",700 "reference": "f7eb16f2fa4237d5db9e8fed8050239bee17a9bd" 701 }, 702 "dist": { 703 "type": "zip", 704 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/f7eb16f2fa4237d5db9e8fed8050239bee17a9bd", 705 "reference": "f7eb16f2fa4237d5db9e8fed8050239bee17a9bd", 688 706 "shasum": "" 689 707 }, … … 691 709 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0", 692 710 "php": ">=5.4", 693 "squizlabs/php_codesniffer": "^3.1 0.0 || 4.0.x-dev@dev"711 "squizlabs/php_codesniffer": "^3.13.0 || ^4.0" 694 712 }, 695 713 "require-dev": { 696 714 "ext-filter": "*", 697 715 "php-parallel-lint/php-console-highlighter": "^1.0", 698 "php-parallel-lint/php-parallel-lint": "^1. 3.2",716 "php-parallel-lint/php-parallel-lint": "^1.4.0", 699 717 "phpcsstandards/phpcsdevcs": "^1.1.6", 700 "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0 "701 }, 702 "time": "202 4-05-20T13:34:27+00:00",718 "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0 || ^3.0.0" 719 }, 720 "time": "2025-08-10T01:04:45+00:00", 703 721 "type": "phpcodesniffer-standard", 704 722 "extra": { … … 737 755 "phpcs", 738 756 "phpcs3", 757 "phpcs4", 739 758 "standards", 740 759 "static analysis", … … 760 779 "url": "https://opencollective.com/php_codesniffer", 761 780 "type": "open_collective" 781 }, 782 { 783 "url": "https://thanks.dev/u/gh/phpcsstandards", 784 "type": "thanks_dev" 762 785 } 763 786 ], … … 817 840 { 818 841 "name": "phpstan/phpstan", 819 "version": "2.1. 17",820 "version_normalized": "2.1. 17.0",842 "version": "2.1.22", 843 "version_normalized": "2.1.22.0", 821 844 "source": { 822 845 "type": "git", 823 846 "url": "https://github.com/phpstan/phpstan.git", 824 "reference": " 89b5ef665716fa2a52ecd2633f21007a6a349053"825 }, 826 "dist": { 827 "type": "zip", 828 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ 89b5ef665716fa2a52ecd2633f21007a6a349053",829 "reference": " 89b5ef665716fa2a52ecd2633f21007a6a349053",847 "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4" 848 }, 849 "dist": { 850 "type": "zip", 851 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/41600c8379eb5aee63e9413fe9e97273e25d57e4", 852 "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4", 830 853 "shasum": "" 831 854 }, … … 836 859 "phpstan/phpstan-shim": "*" 837 860 }, 838 "time": "2025-0 5-21T20:55:28+00:00",861 "time": "2025-08-04T19:17:37+00:00", 839 862 "bin": [ 840 863 "phpstan", … … 1094 1117 { 1095 1118 "name": "squizlabs/php_codesniffer", 1096 "version": "3.13. 0",1097 "version_normalized": "3.13. 0.0",1119 "version": "3.13.2", 1120 "version_normalized": "3.13.2.0", 1098 1121 "source": { 1099 1122 "type": "git", 1100 1123 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", 1101 "reference": " 65ff2489553b83b4597e89c3b8b721487011d186"1102 }, 1103 "dist": { 1104 "type": "zip", 1105 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ 65ff2489553b83b4597e89c3b8b721487011d186",1106 "reference": " 65ff2489553b83b4597e89c3b8b721487011d186",1124 "reference": "5b5e3821314f947dd040c70f7992a64eac89025c" 1125 }, 1126 "dist": { 1127 "type": "zip", 1128 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5b5e3821314f947dd040c70f7992a64eac89025c", 1129 "reference": "5b5e3821314f947dd040c70f7992a64eac89025c", 1107 1130 "shasum": "" 1108 1131 }, … … 1116 1139 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" 1117 1140 }, 1118 "time": "2025-0 5-11T03:36:00+00:00",1141 "time": "2025-06-17T22:17:01+00:00", 1119 1142 "bin": [ 1120 1143 "bin/phpcbf", … … 1316 1339 { 1317 1340 "name": "wp-coding-standards/wpcs", 1318 "version": "3. 1.0",1319 "version_normalized": "3. 1.0.0",1341 "version": "3.2.0", 1342 "version_normalized": "3.2.0.0", 1320 1343 "source": { 1321 1344 "type": "git", 1322 1345 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", 1323 "reference": " 9333efcbff231f10dfd9c56bb7b65818b4733ca7"1324 }, 1325 "dist": { 1326 "type": "zip", 1327 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/ 9333efcbff231f10dfd9c56bb7b65818b4733ca7",1328 "reference": " 9333efcbff231f10dfd9c56bb7b65818b4733ca7",1346 "reference": "d2421de7cec3274ae622c22c744de9a62c7925af" 1347 }, 1348 "dist": { 1349 "type": "zip", 1350 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/d2421de7cec3274ae622c22c744de9a62c7925af", 1351 "reference": "d2421de7cec3274ae622c22c744de9a62c7925af", 1329 1352 "shasum": "" 1330 1353 }, … … 1335 1358 "ext-xmlreader": "*", 1336 1359 "php": ">=5.4", 1337 "phpcsstandards/phpcsextra": "^1. 2.1",1338 "phpcsstandards/phpcsutils": "^1. 0.10",1339 "squizlabs/php_codesniffer": "^3. 9.0"1360 "phpcsstandards/phpcsextra": "^1.4.0", 1361 "phpcsstandards/phpcsutils": "^1.1.0", 1362 "squizlabs/php_codesniffer": "^3.13.0" 1340 1363 }, 1341 1364 "require-dev": { 1342 1365 "php-parallel-lint/php-console-highlighter": "^1.0.0", 1343 "php-parallel-lint/php-parallel-lint": "^1. 3.2",1366 "php-parallel-lint/php-parallel-lint": "^1.4.0", 1344 1367 "phpcompatibility/php-compatibility": "^9.0", 1345 1368 "phpcsstandards/phpcsdevtools": "^1.2.0", … … 1350 1373 "ext-mbstring": "For improved results" 1351 1374 }, 1352 "time": "202 4-03-25T16:39:00+00:00",1375 "time": "2025-07-24T20:08:31+00:00", 1353 1376 "type": "phpcodesniffer-standard", 1354 1377 "installation-source": "dist", -
iloveimg/trunk/vendor/composer/installed.php
r3308472 r3351389 4 4 'pretty_version' => 'dev-develop', 5 5 'version' => 'dev-develop', 6 'reference' => ' f26cbbced23afca907d243024fe6c7ee7ae8a863',6 'reference' => 'afdcc64cf43f7fa658353b20c95ea3f5550f7317', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'dealerdirect/phpcodesniffer-composer-installer' => array( 14 'pretty_version' => 'v1. 0.0',15 'version' => '1. 0.0.0',16 'reference' => ' 4be43904336affa5c2f70744a348312336afd0da',14 'pretty_version' => 'v1.1.2', 15 'version' => '1.1.2.0', 16 'reference' => 'e9cf5e4bbf7eeaf9ef5db34938942602838fc2b1', 17 17 'type' => 'composer-plugin', 18 18 'install_path' => __DIR__ . '/../dealerdirect/phpcodesniffer-composer-installer', … … 30 30 ), 31 31 'guzzlehttp/guzzle' => array( 32 'pretty_version' => '7. 9.3',33 'version' => '7. 9.3.0',34 'reference' => ' 7b2f29fe81dc4da0ca0ea7d42107a0845946ea77',32 'pretty_version' => '7.10.0', 33 'version' => '7.10.0.0', 34 'reference' => 'b51ac707cfa420b7bfd4e4d5e510ba8008e822b4', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', … … 39 39 ), 40 40 'guzzlehttp/promises' => array( 41 'pretty_version' => '2. 2.0',42 'version' => '2. 2.0.0',43 'reference' => ' 7c69f28996b0a6920945dd20b3857e499d9ca96c',41 'pretty_version' => '2.3.0', 42 'version' => '2.3.0.0', 43 'reference' => '481557b130ef3790cf82b713667b43030dc9c957', 44 44 'type' => 'library', 45 45 'install_path' => __DIR__ . '/../guzzlehttp/promises', … … 48 48 ), 49 49 'guzzlehttp/psr7' => array( 50 'pretty_version' => '2. 7.1',51 'version' => '2. 7.1.0',52 'reference' => ' c2270caaabe631b3b44c85f99e5a04bbb8060d16',50 'pretty_version' => '2.8.0', 51 'version' => '2.8.0.0', 52 'reference' => '21dc724a0583619cd1652f673303492272778051', 53 53 'type' => 'library', 54 54 'install_path' => __DIR__ . '/../guzzlehttp/psr7', … … 70 70 'pretty_version' => 'dev-develop', 71 71 'version' => 'dev-develop', 72 'reference' => ' f26cbbced23afca907d243024fe6c7ee7ae8a863',72 'reference' => 'afdcc64cf43f7fa658353b20c95ea3f5550f7317', 73 73 'type' => 'wordpress-plugin', 74 74 'install_path' => __DIR__ . '/../../', … … 77 77 ), 78 78 'php-stubs/wordpress-stubs' => array( 79 'pretty_version' => 'v6.8. 1',80 'version' => '6.8. 1.0',81 'reference' => '9 2e444847d94f7c30f88c60004648f507688acd5',79 'pretty_version' => 'v6.8.2', 80 'version' => '6.8.2.0', 81 'reference' => '9c8e22e437463197c1ec0d5eaa9ddd4a0eb6d7f8', 82 82 'type' => 'library', 83 83 'install_path' => __DIR__ . '/../php-stubs/wordpress-stubs', … … 86 86 ), 87 87 'phpcsstandards/phpcsextra' => array( 88 'pretty_version' => '1. 3.0',89 'version' => '1. 3.0.0',90 'reference' => ' 46d08eb86eec622b96c466adec3063adfed280dd',88 'pretty_version' => '1.4.0', 89 'version' => '1.4.0.0', 90 'reference' => 'fa4b8d051e278072928e32d817456a7fdb57b6ca', 91 91 'type' => 'phpcodesniffer-standard', 92 92 'install_path' => __DIR__ . '/../phpcsstandards/phpcsextra', … … 95 95 ), 96 96 'phpcsstandards/phpcsutils' => array( 97 'pretty_version' => '1. 0.12',98 'version' => '1. 0.12.0',99 'reference' => ' 87b233b00daf83fb70f40c9a28692be017ea7c6c',97 'pretty_version' => '1.1.1', 98 'version' => '1.1.1.0', 99 'reference' => 'f7eb16f2fa4237d5db9e8fed8050239bee17a9bd', 100 100 'type' => 'phpcodesniffer-standard', 101 101 'install_path' => __DIR__ . '/../phpcsstandards/phpcsutils', … … 113 113 ), 114 114 'phpstan/phpstan' => array( 115 'pretty_version' => '2.1. 17',116 'version' => '2.1. 17.0',117 'reference' => ' 89b5ef665716fa2a52ecd2633f21007a6a349053',115 'pretty_version' => '2.1.22', 116 'version' => '2.1.22.0', 117 'reference' => '41600c8379eb5aee63e9413fe9e97273e25d57e4', 118 118 'type' => 'library', 119 119 'install_path' => __DIR__ . '/../phpstan/phpstan', … … 176 176 ), 177 177 'squizlabs/php_codesniffer' => array( 178 'pretty_version' => '3.13. 0',179 'version' => '3.13. 0.0',180 'reference' => ' 65ff2489553b83b4597e89c3b8b721487011d186',178 'pretty_version' => '3.13.2', 179 'version' => '3.13.2.0', 180 'reference' => '5b5e3821314f947dd040c70f7992a64eac89025c', 181 181 'type' => 'library', 182 182 'install_path' => __DIR__ . '/../squizlabs/php_codesniffer', … … 203 203 ), 204 204 'wp-coding-standards/wpcs' => array( 205 'pretty_version' => '3. 1.0',206 'version' => '3. 1.0.0',207 'reference' => ' 9333efcbff231f10dfd9c56bb7b65818b4733ca7',205 'pretty_version' => '3.2.0', 206 'version' => '3.2.0.0', 207 'reference' => 'd2421de7cec3274ae622c22c744de9a62c7925af', 208 208 'type' => 'phpcodesniffer-standard', 209 209 'install_path' => __DIR__ . '/../wp-coding-standards/wpcs', -
iloveimg/trunk/vendor/composer/platform_check.php
r3257296 r3351389 20 20 } 21 21 } 22 trigger_error( 23 'Composer detected issues in your platform: ' . implode(' ', $issues), 24 E_USER_ERROR 22 throw new \RuntimeException( 23 'Composer detected issues in your platform: ' . implode(' ', $issues) 25 24 ); 26 25 } -
iloveimg/trunk/vendor/guzzlehttp/guzzle/CHANGELOG.md
r3280276 r3351389 2 2 3 3 Please refer to [UPGRADING](UPGRADING.md) guide for upgrading to a major version. 4 5 ## 7.10.0 - 2025-08-23 6 7 ### Added 8 9 - Support for PHP 8.5 10 11 ### Changed 12 13 - Adjusted `guzzlehttp/promises` version constraint to `^2.3` 14 - Adjusted `guzzlehttp/psr7` version constraint to `^2.8` 4 15 5 16 -
iloveimg/trunk/vendor/guzzlehttp/guzzle/composer.json
r3164517 r3351389 82 82 "php": "^7.2.5 || ^8.0", 83 83 "ext-json": "*", 84 "guzzlehttp/promises": "^ 1.5.3 || ^2.0.3",85 "guzzlehttp/psr7": "^2. 7.0",84 "guzzlehttp/promises": "^2.3", 85 "guzzlehttp/psr7": "^2.8", 86 86 "psr/http-client": "^1.0", 87 87 "symfony/deprecation-contracts": "^2.2 || ^3.0" -
iloveimg/trunk/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
r3164517 r3351389 126 126 127 127 if (\count($this->handles) >= $this->maxHandles) { 128 \curl_close($resource); 128 if (PHP_VERSION_ID < 80000) { 129 \curl_close($resource); 130 } 129 131 } else { 130 132 // Remove all callback functions as they can hold onto references … … 730 732 { 731 733 foreach ($this->handles as $id => $handle) { 732 \curl_close($handle); 734 if (PHP_VERSION_ID < 80000) { 735 \curl_close($handle); 736 } 737 733 738 unset($this->handles[$id]); 734 739 } -
iloveimg/trunk/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
r3164517 r3351389 241 241 unset($this->delays[$id], $this->handles[$id]); 242 242 \curl_multi_remove_handle($this->_mh, $handle); 243 \curl_close($handle); 243 244 if (PHP_VERSION_ID < 80000) { 245 \curl_close($handle); 246 } 244 247 245 248 return true; -
iloveimg/trunk/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
r3280276 r3351389 334 334 335 335 return $this->createResource( 336 function () use ($uri, &$http_response_header,$contextResource, $context, $options, $request) {336 function () use ($uri, $contextResource, $context, $options, $request) { 337 337 $resource = @\fopen((string) $uri, 'r', false, $contextResource); 338 339 // See https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_http_response_header_predefined_variable 340 if (function_exists('http_get_last_response_headers')) { 341 /** @var array|null */ 342 $http_response_header = \http_get_last_response_headers(); 343 } 344 338 345 $this->lastHeaders = $http_response_header ?? []; 339 346 -
iloveimg/trunk/vendor/guzzlehttp/guzzle/src/Middleware.php
r3164517 r3351389 188 188 * formatter. 189 189 * 190 * @phpstan-param \Psr\Log\LogLevel::* $logLevel Level at which to log requests.191 *192 190 * @param LoggerInterface $logger Logs messages. 193 191 * @param MessageFormatterInterface|MessageFormatter $formatter Formatter used to create message strings. 194 192 * @param string $logLevel Level at which to log requests. 193 * 194 * @phpstan-param \Psr\Log\LogLevel::* $logLevel Level at which to log requests. 195 195 * 196 196 * @return callable Returns a function that accepts the next handler. -
iloveimg/trunk/vendor/guzzlehttp/promises/CHANGELOG.md
r3280276 r3351389 1 1 # CHANGELOG 2 3 4 ## 2.3.0 - 2025-08-22 5 6 ### Added 7 8 - PHP 8.5 support 2 9 3 10 -
iloveimg/trunk/vendor/guzzlehttp/promises/README.md
r3164517 r3351389 42 42 |---------|---------------------|--------------| 43 43 | 1.x | Security fixes only | >=5.5,<8.3 | 44 | 2.x | Latest | >=7.2.5,<8. 5|44 | 2.x | Latest | >=7.2.5,<8.6 | 45 45 46 46 -
iloveimg/trunk/vendor/guzzlehttp/promises/composer.json
r3164517 r3351389 31 31 "require-dev": { 32 32 "bamarni/composer-bin-plugin": "^1.8.2", 33 "phpunit/phpunit": "^8.5. 39 || ^9.6.20"33 "phpunit/phpunit": "^8.5.44 || ^9.6.25" 34 34 }, 35 35 "autoload": { -
iloveimg/trunk/vendor/guzzlehttp/psr7/CHANGELOG.md
r3280276 r3351389 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## 2.8.0 - 2025-08-23 9 10 ### Added 11 12 - Allow empty lists as header values 13 14 ### Changed 15 16 - PHP 8.5 support 7 17 8 18 ## 2.7.1 - 2025-03-27 -
iloveimg/trunk/vendor/guzzlehttp/psr7/README.md
r3164517 r3351389 26 26 |---------|---------------------|--------------| 27 27 | 1.x | EOL (2024-06-30) | >=5.4,<8.2 | 28 | 2.x | Latest | >=7.2.5,<8. 5|28 | 2.x | Latest | >=7.2.5,<8.6 | 29 29 30 30 -
iloveimg/trunk/vendor/guzzlehttp/psr7/composer.json
r3164517 r3351389 63 63 "bamarni/composer-bin-plugin": "^1.8.2", 64 64 "http-interop/http-factory-tests": "0.9.0", 65 "phpunit/phpunit": "^8.5. 39 || ^9.6.20"65 "phpunit/phpunit": "^8.5.44 || ^9.6.25" 66 66 }, 67 67 "suggest": { -
iloveimg/trunk/vendor/guzzlehttp/psr7/src/MessageTrait.php
r3164517 r3351389 173 173 if (!is_array($value)) { 174 174 return $this->trimAndValidateHeaderValues([$value]); 175 }176 177 if (count($value) === 0) {178 throw new \InvalidArgumentException('Header value can not be an empty array.');179 175 } 180 176 -
iloveimg/trunk/vendor/guzzlehttp/psr7/src/Utils.php
r3164517 r3351389 398 398 399 399 if ($ex) { 400 /** @var $ex \RuntimeException*/400 /** @var \RuntimeException $ex */ 401 401 throw $ex; 402 402 } … … 445 445 446 446 if ($ex) { 447 /** @var $ex \RuntimeException*/447 /** @var \RuntimeException $ex */ 448 448 throw $ex; 449 449 }
Note: See TracChangeset
for help on using the changeset viewer.