Skip to content

Commit

Permalink
update plugin to v2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Orellano authored and Diego Orellano committed Jan 15, 2025
1 parent 9f77b28 commit 15ef770
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
=== PDF Compressor & Watermark - iLovePDF ===
Plugin Name: Image Compressor & Optimizer - iLovePDF
Version: 2.1.6
Version: 2.1.7
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.7
Stable tag: 2.1.6
Stable tag: 2.1.7
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -81,6 +81,15 @@ We will send you an email before limit is reached. When limit is reached, no mor

== Changelog ==

= 2.1.7 =
Fixed
* In the file preview in grid mode, the restore button now works correctly.
* When auto-compressing or auto-watermarking a file that was being uploaded, an error message was incorrectly displayed.

Improved
* The regeneration of subimages has been improved.
* The error message for authentication in the watermark function has been improved.

= 2.1.6 =
Improved
* Update Libraries.
Expand Down
2 changes: 1 addition & 1 deletion ilove-pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: iLovePDF
* Plugin URI: https://iloveapi.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.6
* Version: 2.1.7
* Requires at least: 5.3
* Requires PHP: 7.4
* Author: ILovePDF
Expand Down
2 changes: 1 addition & 1 deletion includes/Ilove_Pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Ilove_Pdf {
public function __construct() {

$this->plugin_name = 'ilove-pdf';
$this->version = 'wp.2.1.6';
$this->version = 'wp.2.1.7';

$this->load_dependencies();
$this->set_locale();
Expand Down

0 comments on commit 15ef770

Please sign in to comment.