Skip to content

Commit

Permalink
update plugin to v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
teamcrombie committed Oct 8, 2024
1 parent 9924758 commit a16c6a3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
17 changes: 14 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.1
Version: 2.2.2
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.1
Stable tag: 2.2.1
Tested up to: 6.6.2
Stable tag: 2.2.2
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,17 @@ Moreover, all processed files are automatically deleted from our servers after b

== Changelog ==

= 2.2.2 =
Improved
* It is previously checked if there is any error in the call to wp_remote_get.
* Update Libraries.
* Improved texts.
* Compatibility with WordPress 6.6.2

Fixed
* Fixed an issue with vendor dependencies.
* Fixed warning for key 'iloveimg_field_text_family'.

= 2.2.1 =
Improved
* Update Libraries.
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.1';
const VERSION = '2.2.2';

/**
* 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.1
* Version: 2.2.2
* Requires at least: 5.3
* Requires PHP: 7.4
* Author: iLoveIMG
Expand Down

0 comments on commit a16c6a3

Please sign in to comment.