Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Jun 12, 2024
1 parent 4043026 commit 4eb0c22
Show file tree
Hide file tree
Showing 2 changed files with 13 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://dlxplugins.com/plugins/highlight-and-share/
* Description: Select text, inline highlight, or use a Click to Share block and show social networks.
* Author: DLX Plugins
* Version: 4.8.1
* Version: 4.9.0
* Requires at least: 5.1
* Requires PHP: 7.2
* Author URI: https://dlxplugins.com/plugins/highlight-and-share/
Expand All @@ -17,7 +17,7 @@

namespace DLXPlugins\HAS;

define( 'HIGHLIGHT_AND_SHARE_VERSION', '4.8.1' );
define( 'HIGHLIGHT_AND_SHARE_VERSION', '4.9.0' );
define( 'HIGHLIGHT_AND_SHARE_FILE', __FILE__ );

// Support for site-level autoloading.
Expand Down
14 changes: 11 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 media, share, social networks, highlight text
Requires at least: 5.1
Tested up to: 6.5
Stable tag: 4.8.1
Stable tag: 4.9.0
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 @@ -68,6 +68,7 @@ Highlight and Share <a href="https://docs.dlxplugins.com/v/highlight-and-share/d
* Threads (allows text sharing)
* WhatsApp (allows text sharing)
* Mastodon (allows text sharing)
* Bluesky (allows text sharing)
* Reddit
* Telegram (allows text sharing)
* LinkedIn
Expand Down Expand Up @@ -115,6 +116,13 @@ iOS Safari and Chrome work well, but the text selection is a bit different than

== Changelog ==

= 4.9.0 =
* Released 2024-06-11
* New social network: Bluesky
* New feature: Escape key now closes the sharing popoer.
* Bug fix: Fixing the tabbed color responsive settings when setting custom colors.
* Bug fix: White theme was not showing the icons properly.

= 4.8.1 =
* Released 2024-06-11
* Bug fix: Email popover was saying "Invalid Request" because of heavy sanitization.
Expand Down Expand Up @@ -528,5 +536,5 @@ iOS Safari and Chrome work well, but the text selection is a bit different than

== Upgrade Notice ==

= 4.8.1 =
Resolving the email popover, where it wasn't working.
= 4.9.0 =
Social network Bluesky has been added. The escape key now closes the sharing popover. Fixing admin appearance settings for the custom colors and responsiveness. White theme was not showing the icons properly.

0 comments on commit 4eb0c22

Please sign in to comment.