Better Click To Tweet - Version 5.4.2

Version Description

  • Fix removed a line that was breaking things.
Download this release

Release Info

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

Code changes from version 5.4.1 to 5.4.2

Files changed (3) hide show
  1. bctt_options.php +0 -1
  2. better-click-to-tweet.php +1 -1
  3. readme.txt +3 -1
bctt_options.php CHANGED
@@ -8,7 +8,6 @@ add_filter( 'tiny_mce_version', 'refresh_mce' );
8
  // Add button to visual editor
9
  include dirname( __FILE__ ) . '/assets/tinymce/bctt-tinymce.php';
10
 
11
- include dirname( __FILE__ ) . '/assets/gutenberg/index.php';
12
 
13
  // instantiate i18n encouragement module
14
  $bctt_i18n = new bctt_i18n(
8
  // Add button to visual editor
9
  include dirname( __FILE__ ) . '/assets/tinymce/bctt-tinymce.php';
10
 
 
11
 
12
  // instantiate i18n encouragement module
13
  $bctt_i18n = new bctt_i18n(
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.4.1
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.4.2
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
@@ -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.9
7
- Stable tag: 5.4.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -100,6 +100,8 @@ Donations: http://benlikes.us/donate
100
  1. Becomes this in your blog post!
101
 
102
  == Changelog ==
 
 
103
 
104
  = 5.4.1 =
105
  * Fix — made the settings page more accessible with the help of Rachel Cherry's fantastic wa11y plugin. https://wordpress.org/plugins/wa11y/ Thanks Rachel!
4
  Tags: click to tweet, twitter, tweet,
5
  Requires at least: 3.8
6
  Tested up to: 4.9
7
+ Stable tag: 5.4.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
100
  1. Becomes this in your blog post!
101
 
102
  == Changelog ==
103
+ = 5.4.2 =
104
+ * Fix — removed a line that was breaking things.
105
 
106
  = 5.4.1 =
107
  * Fix — made the settings page more accessible with the help of Rachel Cherry's fantastic wa11y plugin. https://wordpress.org/plugins/wa11y/ Thanks Rachel!