Version Description
- fix "subscribe" text on plugin settings page was not translatable.
- New customers are enjoying Premium Styles: http://benlikes.us/bcttps
Download this release
Release Info
Developer | ben.meredith@gmail.com |
Plugin | Better Click To Tweet |
Version | 5.0.1 |
Comparing to | |
See all releases |
Code changes from version 5.0 to 5.0.1
- bctt_options.php +1 -1
- better-click-to-tweet.php +1 -1
- readme.txt +5 -1
bctt_options.php
CHANGED
@@ -200,7 +200,7 @@ function bctt_settings_page() {
|
|
200 |
name="b_8f88921110b81f81744101f4d_bd909b5f89"
|
201 |
tabindex="-1" value="">
|
202 |
</div>
|
203 |
-
<p class="clear"><input type="submit" value="Subscribe" name="subscribe"
|
204 |
id="mc-embedded-subscribe" class="button-secondary"></p>
|
205 |
|
206 |
</div>
|
200 |
name="b_8f88921110b81f81744101f4d_bd909b5f89"
|
201 |
tabindex="-1" value="">
|
202 |
</div>
|
203 |
+
<p class="clear"><input type="submit" value="<?php _e( 'Subscribe', 'better-click-to-tweet' ); ?>" name="subscribe"
|
204 |
id="mc-embedded-subscribe" class="button-secondary"></p>
|
205 |
|
206 |
</div>
|
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.0
|
6 |
Author: Ben Meredith
|
7 |
Author URI: https://www.wpsteward.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.0.1
|
6 |
Author: Ben Meredith
|
7 |
Author URI: https://www.wpsteward.com
|
8 |
Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
|
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: 4.7
|
7 |
-
Stable tag: 5.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -103,6 +103,10 @@ Donations: http://benlikes.us/donate
|
|
103 |
|
104 |
== Changelog ==
|
105 |
|
|
|
|
|
|
|
|
|
106 |
= 5.0 =
|
107 |
* enhancement — settings page now looks good on mobile. Before it looked a bit like someone was actively hitting it with a bat.
|
108 |
* enhancement — added multiple action hooks to the settings page. This provides third party developers with the ability to add things to that page without hacking the core code.
|
4 |
Tags: click to tweet, twitter, tweet,
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.7
|
7 |
+
Stable tag: 5.0.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
103 |
|
104 |
== Changelog ==
|
105 |
|
106 |
+
= 5.0.1 =
|
107 |
+
* fix — "subscribe" text on plugin settings page was not translatable.
|
108 |
+
* New customers are enjoying Premium Styles: http://benlikes.us/bcttps
|
109 |
+
|
110 |
= 5.0 =
|
111 |
* enhancement — settings page now looks good on mobile. Before it looked a bit like someone was actively hitting it with a bat.
|
112 |
* enhancement — added multiple action hooks to the settings page. This provides third party developers with the ability to add things to that page without hacking the core code.
|