From 1f3a570d546223d9735866716eb033ec4897634a Mon Sep 17 00:00:00 2001 From: Team Crombie Date: Mon, 7 Oct 2024 16:15:45 -0300 Subject: [PATCH 1/4] dependencies have been updated --- composer.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 41cdde63..b744d35d 100644 --- a/composer.json +++ b/composer.json @@ -14,9 +14,9 @@ "ilovepdf/iloveimg-php": "dev-master" }, "require-dev": { - "phpstan/phpstan": "^1.10", + "phpstan/phpstan": "^1.12", "szepeviktor/phpstan-wordpress": "^1.3", - "phpstan/extension-installer": "^1.3" + "phpstan/extension-installer": "^1.4" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index 6b76621e..7dc42e28 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ "gulp-sass": "^5.1.0", "gulp-uglify": "^3.0.2", "merge-stream": "^2.0.0", - "sass": "^1.78" + "sass": "^1.79" } } From b554cc84e26fb11d7e216d51a6828a2fc903384f Mon Sep 17 00:00:00 2001 From: Team Crombie Date: Mon, 7 Oct 2024 16:16:06 -0300 Subject: [PATCH 2/4] dependencies have been updated --- vendor/composer/installed.json | 42 +++++++++++++++++----------------- vendor/composer/installed.php | 22 +++++++++--------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index dc732a65..9cb83129 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -454,17 +454,17 @@ }, { "name": "php-stubs/wordpress-stubs", - "version": "v6.6.0", - "version_normalized": "6.6.0.0", + "version": "v6.6.2", + "version_normalized": "6.6.2.0", "source": { "type": "git", "url": "https://github.com/php-stubs/wordpress-stubs.git", - "reference": "86e8753e89d59849276dcdd91b9a7dd78bb4abe2" + "reference": "f50fd7ed45894d036e4fef9ab7e5bbbaff6a30cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/86e8753e89d59849276dcdd91b9a7dd78bb4abe2", - "reference": "86e8753e89d59849276dcdd91b9a7dd78bb4abe2", + "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/f50fd7ed45894d036e4fef9ab7e5bbbaff6a30cc", + "reference": "f50fd7ed45894d036e4fef9ab7e5bbbaff6a30cc", "shasum": "" }, "require-dev": { @@ -483,7 +483,7 @@ "symfony/polyfill-php80": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan" }, - "time": "2024-07-17T08:50:38+00:00", + "time": "2024-09-30T07:10:48+00:00", "type": "library", "installation-source": "dist", "notification-url": "https://packagist.org/downloads/", @@ -499,7 +499,7 @@ ], "support": { "issues": "https://github.com/php-stubs/wordpress-stubs/issues", - "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.6.0" + "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.6.2" }, "install-path": "../php-stubs/wordpress-stubs" }, @@ -556,17 +556,17 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.3", - "version_normalized": "1.12.3.0", + "version": "1.12.6", + "version_normalized": "1.12.6.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009" + "reference": "dc4d2f145a88ea7141ae698effd64d9df46527ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0fcbf194ab63d8159bb70d9aa3e1350051632009", - "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc4d2f145a88ea7141ae698effd64d9df46527ae", + "reference": "dc4d2f145a88ea7141ae698effd64d9df46527ae", "shasum": "" }, "require": { @@ -575,7 +575,7 @@ "conflict": { "phpstan/phpstan-shim": "*" }, - "time": "2024-09-09T08:10:35+00:00", + "time": "2024-10-06T15:03:59+00:00", "bin": [ "phpstan", "phpstan.phar" @@ -903,23 +903,23 @@ }, { "name": "symfony/polyfill-php73", - "version": "v1.30.0", - "version_normalized": "1.30.0.0", + "version": "v1.31.0", + "version_normalized": "1.31.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1" + "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ec444d3f3f6505bb28d11afa41e75faadebc10a1", - "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb", + "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, - "time": "2024-05-31T15:07:36+00:00", + "time": "2024-09-09T11:45:10+00:00", "type": "library", "extra": { "thanks": { @@ -962,7 +962,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.31.0" }, "funding": [ { diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index d75f8479..7a99ae0c 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => 'ilovepdf/iloveimg-wp-compress', 'pretty_version' => 'dev-develop', 'version' => 'dev-develop', - 'reference' => 'a45bb41668a168fbcd39bb01f8e93aab9a1d5a0f', + 'reference' => '685e95e815bd204a4013009e48f3e55a0cf52d38', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -60,16 +60,16 @@ 'ilovepdf/iloveimg-wp-compress' => array( 'pretty_version' => 'dev-develop', 'version' => 'dev-develop', - 'reference' => 'a45bb41668a168fbcd39bb01f8e93aab9a1d5a0f', + 'reference' => '685e95e815bd204a4013009e48f3e55a0cf52d38', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => false, ), 'php-stubs/wordpress-stubs' => array( - 'pretty_version' => 'v6.6.0', - 'version' => '6.6.0.0', - 'reference' => '86e8753e89d59849276dcdd91b9a7dd78bb4abe2', + 'pretty_version' => 'v6.6.2', + 'version' => '6.6.2.0', + 'reference' => 'f50fd7ed45894d036e4fef9ab7e5bbbaff6a30cc', 'type' => 'library', 'install_path' => __DIR__ . '/../php-stubs/wordpress-stubs', 'aliases' => array(), @@ -85,9 +85,9 @@ 'dev_requirement' => true, ), 'phpstan/phpstan' => array( - 'pretty_version' => '1.12.3', - 'version' => '1.12.3.0', - 'reference' => '0fcbf194ab63d8159bb70d9aa3e1350051632009', + 'pretty_version' => '1.12.6', + 'version' => '1.12.6.0', + 'reference' => 'dc4d2f145a88ea7141ae698effd64d9df46527ae', 'type' => 'library', 'install_path' => __DIR__ . '/../phpstan/phpstan', 'aliases' => array(), @@ -157,9 +157,9 @@ 'dev_requirement' => false, ), 'symfony/polyfill-php73' => array( - 'pretty_version' => 'v1.30.0', - 'version' => '1.30.0.0', - 'reference' => 'ec444d3f3f6505bb28d11afa41e75faadebc10a1', + 'pretty_version' => 'v1.31.0', + 'version' => '1.31.0.0', + 'reference' => '0f68c03565dcaaf25a890667542e8bd75fe7e5bb', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php73', 'aliases' => array(), From 2c1ac287c7220e22c10be56b25da77f425e12722 Mon Sep 17 00:00:00 2001 From: Team Crombie Date: Mon, 7 Oct 2024 16:16:38 -0300 Subject: [PATCH 3/4] The title was improved --- ilove-img-compress.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ilove-img-compress.php b/ilove-img-compress.php index 250abafa..aa9697f7 100644 --- a/ilove-img-compress.php +++ b/ilove-img-compress.php @@ -1,11 +1,6 @@ Date: Mon, 7 Oct 2024 16:18:37 -0300 Subject: [PATCH 4/4] update plugin to v2.2.2 --- admin/Ilove_Img_Compress_Plugin.php | 2 +- ilove-img-compress.php | 2 +- readme.txt | 12 +++++++++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/admin/Ilove_Img_Compress_Plugin.php b/admin/Ilove_Img_Compress_Plugin.php index 2cf74154..69f472bb 100644 --- a/admin/Ilove_Img_Compress_Plugin.php +++ b/admin/Ilove_Img_Compress_Plugin.php @@ -19,7 +19,7 @@ class Ilove_Img_Compress_Plugin { * @access public * @var string VERSION The current version of the plugin. */ - const VERSION = '2.2.1'; + const VERSION = '2.2.2'; /** * The unique identifier of this plugin. diff --git a/ilove-img-compress.php b/ilove-img-compress.php index aa9697f7..8ad182fd 100644 --- a/ilove-img-compress.php +++ b/ilove-img-compress.php @@ -10,7 +10,7 @@ * Plugin Name: Image Compressor & Optimizer - iLoveIMG * Plugin URI: https://iloveapi.com/ * 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. - * Version: 2.2.1 + * Version: 2.2.2 * Requires at least: 5.3 * Requires PHP: 7.4 * Author: iLoveIMG diff --git a/readme.txt b/readme.txt index dfae49a3..629ae8b1 100644 --- a/readme.txt +++ b/readme.txt @@ -1,13 +1,13 @@ === Image Compressor & Optimizer - iLoveIMG === Plugin Name: Image Compressor & Optimizer - iLoveIMG -Version: 2.2.1 +Version: 2.2.2 Author: iLovePDF Author URI: https://www.iloveimg.com/ Contributors: iLovePDF Tags: compress, image, optimize, performance, image optimizer Requires at least: 5.3 -Tested up to: 6.6.1 -Stable tag: 2.2.1 +Tested up to: 6.6.2 +Stable tag: 2.2.2 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -94,6 +94,12 @@ Moreover, all processed files are automatically deleted from our servers after b == Changelog == += 2.2.2 = +Improved +* Update Libraries. +* Improved texts. +* Compatibility with WordPress 6.6.2 + = 2.2.1 = Improved * Update Libraries.