Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Jan 7, 2023
1 parent 6a5c435 commit de00ed4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 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.0.3
* Version: 4.1.0
* 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.3' );
define( 'HIGHLIGHT_AND_SHARE_VERSION', '4.1.0' );
define( 'HIGHLIGHT_AND_SHARE_FILE', __FILE__ );

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

== Changelog ==

= 4.1.0 =
* Released 2023-01-07
* Feature: Add the Tumblr social network.
* Feature: Customize the appearance of the Tooltips (text, background color).
* Feature: Add mailto to emails instead of a modal.
* Feature: Customize the from email and name when sending emails as a form modal.
* Bug fix: Remove customizing the from email and name to emails to prevent spoofing.
* Bug fix: Prefix/Suffixes we not being stripped of slashes.
* Bug fix: Vertical orientation is much more reliable and polished.

= 4.0.3 =
* Released 2022-12-12 (Plot Bunny)
* Fixing JS bug when custom selectors are used to show Highlight and Share.
Expand Down Expand Up @@ -412,8 +422,5 @@ 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.
= 4.1.0 =
Added Tumblr network. Add mailto to email sending. Can customize tooltip appearance. Numerous bug fixes (see changelog).

0 comments on commit de00ed4

Please sign in to comment.