Better Click To Tweet - Version 5.0.2

Version Description

  • fix I was incorrectly calling translation module, breaking things when people updated to the latest version of Yoast SEO.
Download this release

Release Info

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

Code changes from version 5.0.1 to 5.0.2

bctt_options.php CHANGED
@@ -9,7 +9,7 @@ add_filter( 'tiny_mce_version', 'refresh_mce' );
9
  include dirname( __FILE__ ) . '/assets/tinymce/bctt-tinymce.php';
10
 
11
  // instantiate i18n encouragement module
12
- $bctt_i18n = new yoast_i18n(
13
  array(
14
  'textdomain' => 'better-click-to-tweet',
15
  'project_slug' => '/wp-plugins/better-click-to-tweet/stable',
9
  include dirname( __FILE__ ) . '/assets/tinymce/bctt-tinymce.php';
10
 
11
  // instantiate i18n encouragement module
12
+ $bctt_i18n = new bctt_i18n(
13
  array(
14
  'textdomain' => 'better-click-to-tweet',
15
  'project_slug' => '/wp-plugins/better-click-to-tweet/stable',
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.1
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.2
6
  Author: Ben Meredith
7
  Author URI: https://www.wpsteward.com
8
  Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
i18n-module.php CHANGED
@@ -3,7 +3,7 @@
3
  /**
4
  * This class defines a promo box and checks your translation site's API for stats about it, then shows them to the user.
5
  */
6
- class yoast_i18n {
7
 
8
  /**
9
  * Your translation site's logo
3
  /**
4
  * This class defines a promo box and checks your translation site's API for stats about it, then shows them to the user.
5
  */
6
+ class bctt_i18n {
7
 
8
  /**
9
  * Your translation site's logo
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.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -103,6 +103,9 @@ Donations: http://benlikes.us/donate
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
4
  Tags: click to tweet, twitter, tweet,
5
  Requires at least: 3.8
6
  Tested up to: 4.7
7
+ Stable tag: 5.0.2
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.2 =
107
+ * fix — I was incorrectly calling translation module, breaking things when people updated to the latest version of Yoast SEO.
108
+
109
  = 5.0.1 =
110
  * fix — "subscribe" text on plugin settings page was not translatable.
111
  * New customers are enjoying Premium Styles: http://benlikes.us/bcttps