Better Click To Tweet - Version 5.4

Version Description

  • Enhancement Now supports Twitter's new 280 character limit. Note that non-roman characters may effect the new truncation in strange ways. Please report any such strangeness to me in the support forums.
  • Enhancement updated some links in the back end to link to the all new (and still kinda bland) https://www.betterclicktotweet.com
Download this release

Release Info

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

Code changes from version 5.3.1 to 5.4

Files changed (3) hide show
  1. bctt_options.php +1 -1
  2. better-click-to-tweet.php +2 -2
  3. readme.txt +6 -2
bctt_options.php CHANGED
@@ -162,7 +162,7 @@ function bctt_settings_page() {
162
  value="<?php _e( 'Save Changes', 'better-click-to-tweet' ); ?>"/>
163
  </p>
164
  <br class="clear"/>
165
- <em><?php $url = 'https://www.wpsteward.com';
166
  $link = sprintf( __( 'An open source plugin by <a href=%s>Ben Meredith</a>', 'better-click-to-tweet' ), esc_url( $url ) );
167
  echo $link; ?></em>
168
  </form>
162
  value="<?php _e( 'Save Changes', 'better-click-to-tweet' ); ?>"/>
163
  </p>
164
  <br class="clear"/>
165
+ <em><?php $url = 'https://www.betterclicktotweet.com';
166
  $link = sprintf( __( 'An open source plugin by <a href=%s>Ben Meredith</a>', 'better-click-to-tweet' ), esc_url( $url ) );
167
  echo $link; ?></em>
168
  </form>
better-click-to-tweet.php CHANGED
@@ -2,9 +2,9 @@
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.3.1
6
  Author: Ben Meredith
7
- Author URI: https://www.wpsteward.com
8
  Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
9
  License: GPL2
10
  Text Domain: 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.4
6
  Author: Ben Meredith
7
+ Author URI: https://www.betterclicktotweet.com
8
  Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
9
  License: GPL2
10
  Text Domain: better-click-to-tweet
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: ben.meredith@gmail.com, wpsteward
3
  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: 4.8
7
- Stable tag: 5.3.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -101,6 +101,10 @@ Donations: http://benlikes.us/donate
101
 
102
  == Changelog ==
103
 
 
 
 
 
104
  = 5.3.1 =
105
  * Security Fix — potential XSS vulnerability on settings page. (mild security risk only affecting logged-in administrator accounts previously compromised). Thanks Robbie at DXW @robbiepaul on Github for the responsible disclosure.
106
  * If the last point didn't make any sense, please translate it to "UPDATE NOW. Previous versions of the plugin are mildly vulnerable to enterprising attackers."
3
  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: 4.9
7
+ Stable tag: 5.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
101
 
102
  == Changelog ==
103
 
104
+ = 5.4 =
105
+ * Enhancement — Now supports Twitter's new 280 character limit. Note that non-roman characters may effect the new truncation in strange ways. Please report any such strangeness to me in the support forums.
106
+ * Enhancement — updated some links in the back end to link to the all new (and still kinda bland) https://www.betterclicktotweet.com
107
+
108
  = 5.3.1 =
109
  * Security Fix — potential XSS vulnerability on settings page. (mild security risk only affecting logged-in administrator accounts previously compromised). Thanks Robbie at DXW @robbiepaul on Github for the responsible disclosure.
110
  * If the last point didn't make any sense, please translate it to "UPDATE NOW. Previous versions of the plugin are mildly vulnerable to enterprising attackers."