Skip to content

Commit

Permalink
update plugin to v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Orellano authored and Diego Orellano committed Nov 25, 2024
1 parent f7b3a9b commit 701a03b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
19 changes: 16 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
=== Best Watermark - Protect images on your site with iLoveIMG ===
Plugin Name: Best Watermark - Protect images on your site with iLoveIMG
Version: 2.2.3
Version: 2.2.4
Author: iLovePDF
Author URI: https://www.iloveimg.com/
Contributors: iLovePDF
Tags: watermark, image protection, photography, picture, e-commerce
Requires at least: 5.3
Tested up to: 6.6.2
Stable tag: 2.2.3
Tested up to: 6.7
Stable tag: 2.2.4
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -100,6 +100,19 @@ Moreover, all processed files are automatically deleted from our servers after b

== Changelog ==

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

Fixed
* The 'Restore All' and 'Clear Backup' buttons were not disabled when there no files to restore.
* When editing files, when the functionality was disabled, the watermark button was still shown.
* The 'Position' button does not work correctly when a point in the final row is selected.
* Improved File URL handling in the multisite watermark process.

= 2.2.3 =
Fixed
* Fixed an issue with vendor dependencies.
Expand Down
2 changes: 1 addition & 1 deletion admin/Ilove_Img_Wm_Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Ilove_Img_Wm_Plugin {
* @access public
* @var string VERSION The current version of the plugin.
*/
const VERSION = '2.2.3';
const VERSION = '2.2.4';

/**
* The unique identifier of this plugin.
Expand Down
2 changes: 1 addition & 1 deletion ilove-img-watermark.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Best Watermark - Protect images on your site with iLoveIMG
* Plugin URI: https://iloveapi.com/
* Description: Protect your site from image theft with our reliable and easy-to-use watermark plugin. Effective protection for your images.
* Version: 2.2.3
* Version: 2.2.4
* Requires at least: 5.3
* Requires PHP: 7.4
* Author: iLoveIMG
Expand Down

0 comments on commit 701a03b

Please sign in to comment.