Version Description
- chore check for compatibility with the upcoming WordPress version 5.6
- enhancement update some of the links and text on the settings page.
Download this release
Release Info
Developer | ben.meredith@gmail.com |
Plugin | Better Click To Tweet |
Version | 5.9.5 |
Comparing to | |
See all releases |
Code changes from version 5.9.4 to 5.9.5
- bctt_options.php +5 -5
- better-click-to-tweet.php +2 -2
- readme.txt +6 -2
bctt_options.php
CHANGED
@@ -211,20 +211,20 @@ function bctt_settings_page() {
|
|
211 |
<div id="bctt-contrib" class="postbox">
|
212 |
<div class="inside">
|
213 |
<p><?php $url2 = 'https://github.com/Benunc/better-click-to-tweet';
|
214 |
-
$link2 = sprintf( __( '
|
215 |
echo $link2; ?></p>
|
216 |
|
217 |
-
<p><?php $url3 = 'https://
|
218 |
-
$link3 = sprintf( __( 'The best way you can support this and other plugins is to <a href=%s>donate</a
|
219 |
echo $link3; ?>
|
220 |
-
|
221 |
$link4 = sprintf( __( 'The second best way is to <a href=%s>leave an honest review.</a>', 'better-click-to-tweet' ), esc_url( $url4 ) );
|
222 |
echo $link4; ?></p>
|
223 |
|
224 |
<p><?php _e( 'Did this plugin save you enough time to be worth some money?', 'better-click-to-tweet' ); ?></p>
|
225 |
|
226 |
<p>
|
227 |
-
<a href="https://
|
228 |
target="_blank" rel="noopener noreferrer"><?php _e( 'Click here to buy me a Coke to say thanks.', 'better-click-to-tweet' ); ?></a>
|
229 |
</p>
|
230 |
</div>
|
211 |
<div id="bctt-contrib" class="postbox">
|
212 |
<div class="inside">
|
213 |
<p><?php $url2 = 'https://github.com/Benunc/better-click-to-tweet';
|
214 |
+
$link2 = sprintf( __( 'This plugin is developed out in the open. Make requests for features and bugfixes <a href=%s>on the public GitHub repository.</a>', 'better-click-to-tweet' ), esc_url( $url2 ) );
|
215 |
echo $link2; ?></p>
|
216 |
|
217 |
+
<p><?php $url3 = 'https://benlikes.us/donate';
|
218 |
+
$link3 = sprintf( __( 'The best way you can support this and other plugins is to <a href=%s>donate</a>.', 'better-click-to-tweet' ), esc_url( $url3 ) );
|
219 |
echo $link3; ?>
|
220 |
+
<?php $url4 = 'https://wordpress.org/support/view/plugin-reviews/better-click-to-tweet';
|
221 |
$link4 = sprintf( __( 'The second best way is to <a href=%s>leave an honest review.</a>', 'better-click-to-tweet' ), esc_url( $url4 ) );
|
222 |
echo $link4; ?></p>
|
223 |
|
224 |
<p><?php _e( 'Did this plugin save you enough time to be worth some money?', 'better-click-to-tweet' ); ?></p>
|
225 |
|
226 |
<p>
|
227 |
+
<a href="https://benlikes.us/donate"
|
228 |
target="_blank" rel="noopener noreferrer"><?php _e( 'Click here to buy me a Coke to say thanks.', 'better-click-to-tweet' ); ?></a>
|
229 |
</p>
|
230 |
</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.9.
|
6 |
* Author: Ben Meredith
|
7 |
* Author URI: https://www.betterclicktotweet.com
|
8 |
* Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
|
@@ -12,7 +12,7 @@
|
|
12 |
|
13 |
defined( 'ABSPATH' ) or die( "No soup for you. You leave now." );
|
14 |
|
15 |
-
define ( 'BCTT_VERSION', '5.9.
|
16 |
|
17 |
include 'i18n-module.php';
|
18 |
include 'bctt-admin.php';
|
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.9.5
|
6 |
* Author: Ben Meredith
|
7 |
* Author URI: https://www.betterclicktotweet.com
|
8 |
* Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
|
12 |
|
13 |
defined( 'ABSPATH' ) or die( "No soup for you. You leave now." );
|
14 |
|
15 |
+
define ( 'BCTT_VERSION', '5.9.5' );
|
16 |
|
17 |
include 'i18n-module.php';
|
18 |
include 'bctt-admin.php';
|
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: 5.
|
7 |
-
Stable tag: 5.9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -96,6 +96,10 @@ Donations: http://benlikes.us/donate
|
|
96 |
1. Becomes this in your blog post!
|
97 |
|
98 |
== Changelog ==
|
|
|
|
|
|
|
|
|
99 |
= 5.9.4 =
|
100 |
* fix — the upsell nag was previously showing on any page that was related to plugins, including the update interface. now it only shows up on the plugins page itself.
|
101 |
* chore — tested up to WordPress version 5.5
|
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.6
|
7 |
+
Stable tag: 5.9.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
96 |
1. Becomes this in your blog post!
|
97 |
|
98 |
== Changelog ==
|
99 |
+
= 5.9.5 =
|
100 |
+
* chore — check for compatibility with the upcoming WordPress version 5.6
|
101 |
+
* enhancement — update some of the links and text on the settings page.
|
102 |
+
|
103 |
= 5.9.4 =
|
104 |
* fix — the upsell nag was previously showing on any page that was related to plugins, including the update interface. now it only shows up on the plugins page itself.
|
105 |
* chore — tested up to WordPress version 5.5
|