Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Apr 24, 2024
1 parent 03eaa5c commit 39dcc58
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 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.7.1
* Version: 4.7.2
* 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.7.1' );
define( 'HIGHLIGHT_AND_SHARE_VERSION', '4.7.2' );
define( 'HIGHLIGHT_AND_SHARE_FILE', __FILE__ );

// Support for site-level autoloading.
Expand Down
4 changes: 2 additions & 2 deletions php/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,8 @@ public function options_page() {
<div class="has-admin-container-wrap">
<div class="footer-rate-icon" aria-hidden="true"><img
width="100" height="90" src="<?php echo esc_url( Functions::get_plugin_url( '/img/heart.png' ) ); ?>" /></div>
<a class="has__btn-primary" href="https://wordpress.org/support/plugin/highlight-and-share/reviews/" target="_blank"><i ></i> <?php esc_html_e( 'Please Rate Highlight and Share', 'highlight-and-share' ); ?></a>
<div class="has-plea"><?php esc_html_e( 'It really helps.', 'highlight-and-share' ); ?></div>
<a class="has__btn-primary" href="https://wordpress.org/support/plugin/highlight-and-share/reviews/" target="_blank"><i ></i> <?php esc_html_e( 'Please Tell Others About Highlight and Share', 'highlight-and-share' ); ?></a>
<div class="has-plea"><?php esc_html_e( 'It really helps. ❤️', 'highlight-and-share' ); ?></div>
</div>
</footer>
</div>
Expand Down
12 changes: 9 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, click share, select text, highlight text
Requires at least: 5.1
Tested up to: 6.5
Stable tag: 4.7.1
Stable tag: 4.7.2
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 @@ -114,6 +114,12 @@ iOS Safari and Chrome work well, but the text selection is a bit different than

== Changelog ==

= 4.7.2 =
* Released 2024-04-24
* Bug fix: Changing the WhatsApp endpoint was not saving correctly.
* Bug fix: Mastodon lightbox was not working if Emails were set to mailto instead of a form.
* New feature: Added option in WhatsApp for not showing the shared link (via user request).

= 4.7.1 =
* Released 2024-04-16
* Making it so the Click to Share block can be outputted via Shortcode in Pattern Wrangler.
Expand Down Expand Up @@ -510,5 +516,5 @@ iOS Safari and Chrome work well, but the text selection is a bit different than

== Upgrade Notice ==

= 4.7.1 =
Adding Pattern Wrangler support for the Click to Share block so that it can be outputted via shortcode. Refactoring script dependencies to reduce the size of the admin JS and overall plugin size.
= 4.7.2 =
Bug fix for WhatsApp and Mastodon. WhatsApp settings were not saving correctly and Mastodon lightbox was not working if Emails were set to mailto instead of a form. Added option to disable URL sharing in WhatsApp.

0 comments on commit 39dcc58

Please sign in to comment.