Skip to content

Commit

Permalink
Merge pull request #26 from ilovepdf/develop
Browse files Browse the repository at this point in the history
v2.2.3
  • Loading branch information
teamcrombie authored Oct 7, 2024
2 parents 7b16d27 + 30febe2 commit 2a2887c
Show file tree
Hide file tree
Showing 124 changed files with 20,866 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ vendor/*
!/vendor/autoload.php
!/vendor/composer/
!/vendor/ilovepdf/
!/vendor/guzzlehttp/
!/vendor/ralouphie/
!/vendor/symfony/
composer.lock
package-lock.json
dev/package-lock.json
Expand Down
2 changes: 1 addition & 1 deletion admin/Ilove_Img_Compress_Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Ilove_Img_Compress_Plugin {
* @access public
* @var string VERSION The current version of the plugin.
*/
const VERSION = '2.2.2';
const VERSION = '2.2.3';

/**
* The unique identifier of this plugin.
Expand Down
2 changes: 1 addition & 1 deletion ilove-img-compress.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
* Version: 2.2.3
* Requires at least: 5.3
* Requires PHP: 7.4
* Author: iLoveIMG
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
=== Image Compressor & Optimizer - iLoveIMG ===
Plugin Name: Image Compressor & Optimizer - iLoveIMG
Version: 2.2.2
Version: 2.2.3
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.2
Stable tag: 2.2.2
Stable tag: 2.2.3
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -94,6 +94,10 @@ Moreover, all processed files are automatically deleted from our servers after b

== Changelog ==

= 2.2.3 =
Fixed
* Fixed an issue with vendor dependencies.

= 2.2.2 =
Improved
* Update Libraries.
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit96ba3e56cd403440af21e22afd622759::getLoader();
return ComposerAutoloaderInitd34d1269533725bbca3c30f18c8e48bf::getLoader();
10 changes: 5 additions & 5 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit96ba3e56cd403440af21e22afd622759
class ComposerAutoloaderInitd34d1269533725bbca3c30f18c8e48bf
{
private static $loader;

Expand All @@ -24,16 +24,16 @@ public static function getLoader()

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInit96ba3e56cd403440af21e22afd622759', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitd34d1269533725bbca3c30f18c8e48bf', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit96ba3e56cd403440af21e22afd622759', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitd34d1269533725bbca3c30f18c8e48bf', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit96ba3e56cd403440af21e22afd622759::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitd34d1269533725bbca3c30f18c8e48bf::getInitializer($loader));

$loader->register(true);

$filesToLoad = \Composer\Autoload\ComposerStaticInit96ba3e56cd403440af21e22afd622759::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInitd34d1269533725bbca3c30f18c8e48bf::$files;
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit96ba3e56cd403440af21e22afd622759
class ComposerStaticInitd34d1269533725bbca3c30f18c8e48bf
{
public static $files = array (
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
Expand Down Expand Up @@ -78,9 +78,9 @@ class ComposerStaticInit96ba3e56cd403440af21e22afd622759
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit96ba3e56cd403440af21e22afd622759::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit96ba3e56cd403440af21e22afd622759::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit96ba3e56cd403440af21e22afd622759::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitd34d1269533725bbca3c30f18c8e48bf::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitd34d1269533725bbca3c30f18c8e48bf::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitd34d1269533725bbca3c30f18c8e48bf::$classMap;

}, null, ClassLoader::class);
}
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'ilovepdf/iloveimg-wp-compress',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '685e95e815bd204a4013009e48f3e55a0cf52d38',
'reference' => '865f9512ab2bc7d5311146a94a7db303f95c9162',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -60,7 +60,7 @@
'ilovepdf/iloveimg-wp-compress' => array(
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '685e95e815bd204a4013009e48f3e55a0cf52d38',
'reference' => '865f9512ab2bc7d5311146a94a7db303f95c9162',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down
Loading

0 comments on commit 2a2887c

Please sign in to comment.