From fbefd4799336655c0d50737321c3f0d09167d15f Mon Sep 17 00:00:00 2001 From: Diego Orellano Date: Mon, 13 May 2024 11:48:34 -0300 Subject: [PATCH] update plugin to v2.1.1 --- README.md | 6 +++--- README.txt | 14 +++++++++++--- ilove-pdf.php | 2 +- includes/Ilove_Pdf.php | 2 +- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 171d6c4..ca86b6a 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ === PDF Compressor & Watermark - iLovePDF === Plugin Name: Image Compressor & Optimizer - iLovePDF -Version: 2.1.0 +Version: 2.1.1 Author: iLovePDF Author URI: https://www.ilovepdf.com/ Contributors: iLovePDF Tags: compress, watermark, optimize, performance, pdf optimizer Requires at least: 5.3 -Tested up to: 6.5.2 -Stable tag: 2.1.0 +Tested up to: 6.5.3 +Stable tag: 2.1.1 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/README.txt b/README.txt index b45d844..bdb107a 100644 --- a/README.txt +++ b/README.txt @@ -1,13 +1,13 @@ === PDF Compressor & Watermark - iLovePDF === Plugin Name: Image Compressor & Optimizer - iLovePDF -Version: 2.1.0 +Version: 2.1.1 Author: iLovePDF Author URI: https://www.ilovepdf.com/ Contributors: iLovePDF Tags: compress, watermark, optimize, performance, pdf optimizer Requires at least: 5.3 -Tested up to: 6.5.2 -Stable tag: 2.1.0 +Tested up to: 6.5.3 +Stable tag: 2.1.1 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -82,6 +82,14 @@ We will send you an email before limit is reached. When limit is reached, no mor == Changelog == +== 2.1.1 == +Improved +* Update Libraries. + +Fixed +* Fixed an issue when activating the plugin for the first time. Default settings now load correctly. +* Library was included internally. This will improve file loading and possible CDN blocking in some countries. + == 2.1.0 == Added * New Backup option added in General Settings. Now the backup works for all tools. diff --git a/ilove-pdf.php b/ilove-pdf.php index 58f5a7b..a56d368 100644 --- a/ilove-pdf.php +++ b/ilove-pdf.php @@ -15,7 +15,7 @@ * Plugin Name: iLovePDF * Plugin URI: https://developer.ilovepdf.com/ * 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. - * Version: 2.1.0 + * Version: 2.1.1 * Requires at least: 5.3 * Requires PHP: 7.4 * Author: ILovePDF diff --git a/includes/Ilove_Pdf.php b/includes/Ilove_Pdf.php index 13fa31c..fcb54c4 100644 --- a/includes/Ilove_Pdf.php +++ b/includes/Ilove_Pdf.php @@ -74,7 +74,7 @@ class Ilove_Pdf { public function __construct() { $this->plugin_name = 'ilove-pdf'; - $this->version = 'wp.2.1.0'; + $this->version = 'wp.2.1.1'; $this->load_dependencies(); $this->set_locale();