Better Click To Tweet - Version 5.7.2

Version Description

  • fix two spelling typos in the new License activation page. Thanks to @garrett-eclipse on Github for the fix.
  • fix on certain installs I was getting a front end notice about an undefined variable. This patch fixes that. Thanks to @dannycooper for the help!
Download this release

Release Info

Developer ben.meredith@gmail.com
Plugin Icon 128x128 Better Click To Tweet
Version 5.7.2
Comparing to
See all releases

Code changes from version 5.7.1 to 5.7.2

assets/block/init.php CHANGED
@@ -52,7 +52,8 @@ register_block_type( 'bctt/clicktotweet', array(
52
  'default' => true
53
  ),
54
  'urlcustom' => array(
55
- 'type' => 'string'
 
56
  ),
57
  'nofollow' => array(
58
  'type' => 'boolean',
52
  'default' => true
53
  ),
54
  'urlcustom' => array(
55
+ 'type' => 'string',
56
+ 'default' => false
57
  ),
58
  'nofollow' => array(
59
  'type' => 'boolean',
better-click-to-tweet.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: Better Click To Tweet
4
  * Description: Add Click to Tweet boxes simply and elegantly to your posts or pages. All the features of a premium plugin, for FREE!
5
- * Version: 5.7.1
6
  * Author: Ben Meredith
7
  * Author URI: https://www.betterclicktotweet.com
8
  * Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
2
  /**
3
  * Plugin Name: Better Click To Tweet
4
  * Description: Add Click to Tweet boxes simply and elegantly to your posts or pages. All the features of a premium plugin, for FREE!
5
+ * Version: 5.7.2
6
  * Author: Ben Meredith
7
  * Author URI: https://www.betterclicktotweet.com
8
  * Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
includes/updater/license-page.php CHANGED
@@ -50,7 +50,7 @@ function bctt_license_page() {
50
  ?>
51
  <div class="wrap">
52
  <h2><?php _e( 'Activate Your Add-on Licenses', 'better-click-to-tweet' ); ?></h2>
53
- <p><?php _e('An active license is required for updates (including bug fixes and security updates) as well as support. Licenses don\'t affect the functionality of the add-ons in any way, but in order to recieve support for installed add-ons you\'ll need an active license. Thanks again for your suport!', 'better-click-to-tweet' );?></p>
54
 
55
 
56
  <form method="post" action="admin.php?page=bctt-licenses">
50
  ?>
51
  <div class="wrap">
52
  <h2><?php _e( 'Activate Your Add-on Licenses', 'better-click-to-tweet' ); ?></h2>
53
+ <p><?php _e('An active license is required for updates (including bug fixes and security updates) as well as support. Licenses don\'t affect the functionality of the add-ons in any way, but in order to receive support for installed add-ons you\'ll need an active license. Thanks again for your support!', 'better-click-to-tweet' );?></p>
54
 
55
 
56
  <form method="post" action="admin.php?page=bctt-licenses">
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.wpsteward.com/donations/plugin-support/
4
  Tags: click to tweet, twitter, tweet,
5
  Requires at least: 3.8
6
  Tested up to: 5.0
7
- Stable tag: 5.7.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -97,6 +97,11 @@ Donations: http://benlikes.us/donate
97
 
98
  == Changelog ==
99
 
 
 
 
 
 
100
  = 5.7.1 =
101
 
102
  * fix — replace premium styles page for premium styles users.
4
  Tags: click to tweet, twitter, tweet,
5
  Requires at least: 3.8
6
  Tested up to: 5.0
7
+ Stable tag: 5.7.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
97
 
98
  == Changelog ==
99
 
100
+ = 5.7.2 =
101
+
102
+ * fix — two spelling typos in the new License activation page. Thanks to @garrett-eclipse on Github for the fix.
103
+ * fix — on certain installs I was getting a front end notice about an undefined variable. This patch fixes that. Thanks to @dannycooper for the help!
104
+
105
  = 5.7.1 =
106
 
107
  * fix — replace premium styles page for premium styles users.