Skip to content

Commit

Permalink
update plugin to v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Orellano authored and Diego Orellano committed Nov 19, 2024
1 parent 2ed6d60 commit d751e58
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
18 changes: 15 additions & 3 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.4
Version: 2.1.5
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.6.2
Stable tag: 2.1.4
Tested up to: 6.7
Stable tag: 2.1.5
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,18 @@ We will send you an email before limit is reached. When limit is reached, no mor

== Changelog ==

= 2.1.5 =
Improved
* Update Libraries.
* Improved texts.
* Compatibility with WordPress 6.7
* Sweetalert library removed.
* Improved multisite support.

Fixed
* API call at an unnecessary time when the user is not logged in.
* Directories are now created correctly in multisites.

= 2.1.4 =
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.4
* Version: 2.1.5
* 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.4';
$this->version = 'wp.2.1.5';

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

0 comments on commit d751e58

Please sign in to comment.