Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Dec 10, 2023
1 parent a362361 commit ed53f69
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
8 changes: 4 additions & 4 deletions highlight-and-share.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

/*
* Plugin Name: Highlight and Share
* Plugin URI: https://has.dlxplugins.com
* 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.5.3
* Version: 4.6.0
* Requires at least: 5.1
* Requires PHP: 7.2
* Author URI: https://dlxplugins.com
* Author URI: https://dlxplugins.com/plugins/highlight-and-share/
* License: GPL v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: highlight-and-share
Expand All @@ -17,7 +17,7 @@

namespace DLXPlugins\HAS;

define( 'HIGHLIGHT_AND_SHARE_VERSION', '4.5.3' );
define( 'HIGHLIGHT_AND_SHARE_VERSION', '4.6.0' );
define( 'HIGHLIGHT_AND_SHARE_FILE', __FILE__ );

// Support for site-level autoloading.
Expand Down
17 changes: 10 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: ronalfy
Tags: highlight, social media, click share, select text, highlight text
Requires at least: 5.1
Tested up to: 6.3
Stable tag: 4.5.3
Tested up to: 6.4
Stable tag: 4.6.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
* X (formerly Twitter) (allows text sharing)
* Facebook
* WhatsApp (allows text sharing)
* Mastodon (allows text sharing)
* Reddit
* Telegram (allows text sharing)
* LinkedIn
Expand Down Expand Up @@ -111,6 +112,11 @@ So far, the latest versions of Chrome, Firefox, Safari, Edge, and IE9+.

== Changelog ==

= 4.6.0 =
* Released 2023-12-10
* Added Mastodon social network.
* Fixed popup in the Support tab for demo video.

= 4.5.3 =
* Released 2023-08-14
* Hot fix: JavaScript was returning fallback values by default, ignoring the user's settings and breaking shortlinks.
Expand Down Expand Up @@ -492,8 +498,5 @@ So far, the latest versions of Chrome, Firefox, Safari, Edge, and IE9+.

== Upgrade Notice ==

= 4.5.3 =
Hot Fix for 4.5.0 users. Please update to this version. The JavaScript was passing incorrect settings data, breaking permalinks and some URLs. Performance and layout related fixes are in this release. Please see the changelog for more details.

= 4.5.0 =
Performance and layout related fixes are in this release. Please see the changelog for more details.
= 4.6.0 =
Added Mastodon social network. Fixed popup in the Support tab for demo video. Fixed deprecation notices.

0 comments on commit ed53f69

Please sign in to comment.