diff --git a/README.md b/README.md index fdad7f1e..5f4bd11d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ - Tags: email, marketing, signup, newsletter, widget, smtp, woocommerce, contact form 7 - Requires at least: 4.4 - Tested up to: 6.1.1 -- Stable tag: 5.3.2 +- Stable tag: 5.3.3 - Requires PHP: 5.6 - License: GPLv2 or later - License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -205,13 +205,16 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \; 7. Configure abandoned cart notifications for WooCommerce ## Changelog +##### 5.3.3 +* Fixed bug with showing html in the widget title. + ##### 5.3.2 * Fixed security issues according to plugin scanning. Sanitized some input args. ##### 5.3.1 * Fixed security issues according to plugin scanning. Added escaping for shown strings. -* ##### 5.3 +##### 5.3 * Fixed security issues according to plugin scanning. Added escaping for shown strings. Added sanitizing for input vars ##### 5.2.25 diff --git a/readme.txt b/readme.txt index 49aef62d..a25c9262 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: Mailjet Tags: email, marketing, signup, newsletter, widget, smtp, woocommerce, contact form 7 Requires at least: 4.4 Tested up to: 6.1.1 -Stable tag: 5.3.2 +Stable tag: 5.3.3 Requires PHP: 5.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -196,6 +196,9 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \; 7. Configure abandoned cart notifications for WooCommerce == Upgrade notice == += 5.3.3 = +* Fixed bug with showing html in the widget title. + = 5.3.2 = * Fixed security issues according to plugin scanning. Sanitized some input args. diff --git a/src/widget/views/widget.php b/src/widget/views/widget.php index 343b6d6d..8716edfb 100644 --- a/src/widget/views/widget.php +++ b/src/widget/views/widget.php @@ -32,7 +32,7 @@