Version Description
- fix update language on the settings page about the tweet length (280 character support added earlier, this is updating the help text to reflect that)
- fix tested up to WordPress 5.0
- random updated the text on the email signup box on the settings page. I don't offer a PDF any more... It's more of a email drip sequence at this point.
Download this release
Release Info
Developer | ben.meredith@gmail.com |
Plugin | Better Click To Tweet |
Version | 5.6.3 |
Comparing to | |
See all releases |
Code changes from version 5.6.2 to 5.6.3
- bctt_options.php +5 -3
- better-click-to-tweet.php +1 -1
- readme.txt +7 -2
bctt_options.php
CHANGED
@@ -100,8 +100,10 @@ function bctt_settings_page() {
|
|
100 |
_e( 'Meaningful, tweetable quote.', 'better-click-to-tweet' ); ?>"]</pre>
|
101 |
<p><?php /* translators: Also, treat "BCTT" as a brand name, don't translate it */
|
102 |
_e( 'If you are using the visual editor, click the BCTT birdie in the toolbar to add a pre-formatted shortcode to your post.', 'better-click-to-tweet' ); ?></p>
|
103 |
-
|
104 |
-
|
|
|
|
|
105 |
</div>
|
106 |
<!--/inside-->
|
107 |
</div>
|
@@ -191,7 +193,7 @@ function bctt_settings_page() {
|
|
191 |
class="validate" target="_blank" novalidate>
|
192 |
<div id="mc_embed_signup_scroll">
|
193 |
<p> <?php echo sprintf( __( 'This plugin is developed by <a href="%s">Ben Meredith</a>. I am a freelance developer specializing in <a href="%s">outrunning and outsmarting hackers</a>.', 'better-click-to-tweet' ), esc_url( 'https://www.wpsteward.com' ), esc_url( 'https://www.wpsteward.com/service-plans' ) ); ?></p>
|
194 |
-
<h3 class="bctt-signup"><?php _e( 'Sign up to
|
195 |
|
196 |
<p><label for="bctt-email-signup" class="hidden">
|
197 |
Your Email Address
|
100 |
_e( 'Meaningful, tweetable quote.', 'better-click-to-tweet' ); ?>"]</pre>
|
101 |
<p><?php /* translators: Also, treat "BCTT" as a brand name, don't translate it */
|
102 |
_e( 'If you are using the visual editor, click the BCTT birdie in the toolbar to add a pre-formatted shortcode to your post.', 'better-click-to-tweet' ); ?></p>
|
103 |
+
<p><?php
|
104 |
+
_e( 'In the WordPress 5.0 editor (codenamed Gutenberg), there is a Better Click To Tweet block.', 'better-click-to-tweet' ); ?></p>
|
105 |
+
<p><?php _e( 'If you include a link back to the post using the URL parameter (or leaving it out, the default behavior), the tweet length is automatically shortened to 253 characters minus the length of your twitter handle, to leave room for the handle and link back to the post.', 'better-click-to-tweet' ); ?></p>
|
106 |
+
<p><?php echo sprintf( __( 'Learn more about the URL parameter as well as the other power user features in the <a href=%s>Power User Guide</a>.', 'better-click-to-tweet' ), esc_url( 'http://benlikes.us/7r') ); ?></p>
|
107 |
</div>
|
108 |
<!--/inside-->
|
109 |
</div>
|
193 |
class="validate" target="_blank" novalidate>
|
194 |
<div id="mc_embed_signup_scroll">
|
195 |
<p> <?php echo sprintf( __( 'This plugin is developed by <a href="%s">Ben Meredith</a>. I am a freelance developer specializing in <a href="%s">outrunning and outsmarting hackers</a>.', 'better-click-to-tweet' ), esc_url( 'https://www.wpsteward.com' ), esc_url( 'https://www.wpsteward.com/service-plans' ) ); ?></p>
|
196 |
+
<h3 class="bctt-signup"><?php _e( 'Sign up here for a free 7-part email series on how to manage your website like a pro.', 'better-click-to-tweet' ); ?></h3>
|
197 |
|
198 |
<p><label for="bctt-email-signup" class="hidden">
|
199 |
Your Email Address
|
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.6.
|
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.6.3
|
6 |
* Author: Ben Meredith
|
7 |
* Author URI: https://www.betterclicktotweet.com
|
8 |
* Plugin URI: https://wordpress.org/plugins/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:
|
7 |
-
Stable tag: 5.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -102,6 +102,11 @@ Donations: http://benlikes.us/donate
|
|
102 |
== Changelog ==
|
103 |
|
104 |
= 5.6.3 =
|
|
|
|
|
|
|
|
|
|
|
105 |
* fix — resolving zip problem.
|
106 |
|
107 |
= 5.6.1 =
|
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: 5.0
|
7 |
+
Stable tag: 5.6.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
102 |
== Changelog ==
|
103 |
|
104 |
= 5.6.3 =
|
105 |
+
* fix — update language on the settings page about the tweet length (280 character support added earlier, this is updating the help text to reflect that)
|
106 |
+
* fix — tested up to WordPress 5.0
|
107 |
+
* random — updated the text on the email signup box on the settings page. I don't offer a PDF any more... It's more of a email drip sequence at this point.
|
108 |
+
|
109 |
+
= 5.6.2 =
|
110 |
* fix — resolving zip problem.
|
111 |
|
112 |
= 5.6.1 =
|