Skip to content

Commit

Permalink
Fixing JS error with custom selectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Dec 12, 2022
1 parent c65c572 commit bdd87ad
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dist/highlight-and-share.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0.2
* Version: 4.0.3
* 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.0.2' );
define( 'HIGHLIGHT_AND_SHARE_VERSION', '4.0.3' );
define( 'HIGHLIGHT_AND_SHARE_FILE', __FILE__ );

// Support for site-level autoloading.
Expand Down
10 changes: 9 additions & 1 deletion 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.1
Stable tag: 4.0.2
Stable tag: 4.0.3
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 @@ -108,6 +108,11 @@ So far, the latest versions of Chrome, Firefox, Safari, Edge, and IE9+.

== Changelog ==

= 4.0.3 =
* Released 2022-12-12 (Plot Bunny)
* Fixing JS bug when custom selectors are used to show Highlight and Share.
* Props <a href="https://jahangiri.us/">Holly</a> for spotting the bug and naming this release.

= 4.0.2 =
* Released 2022-12-12
* Added nofolllow to social links.
Expand Down Expand Up @@ -407,5 +412,8 @@ So far, the latest versions of Chrome, Firefox, Safari, Edge, and IE9+.

== Upgrade Notice ==

= 4.0.3 =
Fixing JS bug when custom selectors are used to show Highlight and Share.

= 4.0.2 =
Adding nofollow to social links for SEO.
Loading

0 comments on commit bdd87ad

Please sign in to comment.