From 9b62c878ba7fca38683b4ca027303700bebbd487 Mon Sep 17 00:00:00 2001 From: Ronald Huereca Date: Mon, 15 May 2023 11:29:00 -0500 Subject: [PATCH] Version bump. --- highlight-and-share.php | 4 ++-- readme.txt | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/highlight-and-share.php b/highlight-and-share.php index 8762f36..dc195cd 100644 --- a/highlight-and-share.php +++ b/highlight-and-share.php @@ -5,7 +5,7 @@ * Plugin URI: https://has.dlxplugins.com * Description: Select text, inline highlight, or use a Click to Share block and show social networks. * Author: DLX Plugins - * Version: 4.4.0 + * Version: 4.4.1 * Requires at least: 5.1 * Requires PHP: 7.2 * Author URI: https://dlxplugins.com @@ -17,7 +17,7 @@ namespace DLXPlugins\HAS; -define( 'HIGHLIGHT_AND_SHARE_VERSION', '4.4.0' ); +define( 'HIGHLIGHT_AND_SHARE_VERSION', '4.4.1' ); define( 'HIGHLIGHT_AND_SHARE_FILE', __FILE__ ); // Support for site-level autoloading. diff --git a/readme.txt b/readme.txt index 3b08337..09fefa9 100755 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ronalfy Tags: highlight, social sharing, click to tweet, sharing, highlight text Requires at least: 5.1 Tested up to: 6.2 -Stable tag: 4.4.0 +Stable tag: 4.4.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://github.com/sponsors/DLXPlugins @@ -111,6 +111,10 @@ So far, the latest versions of Chrome, Firefox, Safari, Edge, and IE9+. == Changelog == += 4.4.1 = +* Released 2023-05-15 +* Bug fix: HTML tags werne't closed properly. Props @harrinsonmb for the fix. + = 4.4.0 = * Released 2023-04-27 * New feature: customize the Click to Share block's colors with new intuitive controls. @@ -465,5 +469,5 @@ So far, the latest versions of Chrome, Firefox, Safari, Edge, and IE9+. == Upgrade Notice == -= 4.4.0 = -Numerous enhancements to the Click to Share block, including better responsive controls and better color selection. \ No newline at end of file += 4.4.1 = +Fixing HTML tags that weren't closed properly. \ No newline at end of file