Skip to content

Commit

Permalink
update plugin to v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Orellano authored and Diego Orellano committed Sep 6, 2024
1 parent 882956a commit dee74e7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 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.2
Version: 2.1.3
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.5
Stable tag: 2.1.2
Tested up to: 6.6.1
Stable tag: 2.1.3
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,12 @@ We will send you an email before limit is reached. When limit is reached, no mor

== Changelog ==

= 2.1.3 =
Improved
* Update Libraries.
* Improved readme texts.
* Improved texts when a credential problem occurs.

= 2.1.2 =
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 @@ -15,7 +15,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.2
* Version: 2.1.3
* 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.2';
$this->version = 'wp.2.1.3';

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

0 comments on commit dee74e7

Please sign in to comment.