Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed May 15, 2023
1 parent 77ba7ec commit 9b62c87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions highlight-and-share.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <a href="https://github.com/harrinsonmb">@harrinsonmb</a> for the fix.

= 4.4.0 =
* Released 2023-04-27
* New feature: customize the Click to Share block's colors with new intuitive controls.
Expand Down Expand Up @@ -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.
= 4.4.1 =
Fixing HTML tags that weren't closed properly.

0 comments on commit 9b62c87

Please sign in to comment.