Better Click To Tweet - Version 5.6.1

Version Description

  • fix another attempt at the "invalid headers" intermittent problem.
Download this release

Release Info

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

Code changes from version 5.6.0 to 5.6.1

better-click-to-tweet.php CHANGED
@@ -1,14 +1,14 @@
1
  <?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.6.0
6
- Author: Ben Meredith
7
- Author URI: https://www.betterclicktotweet.com
8
- Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
9
- License: GPL2
10
- Text Domain: better-click-to-tweet
11
- */
12
 
13
  defined( 'ABSPATH' ) or die( "No soup for you. You leave now." );
14
 
1
  <?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.6.1
6
+ * Author: Ben Meredith
7
+ * Author URI: https://www.betterclicktotweet.com
8
+ * Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
9
+ * License: GPL2
10
+ * Text Domain: better-click-to-tweet
11
+ **/
12
 
13
  defined( 'ABSPATH' ) or die( "No soup for you. You leave now." );
14
 
docker-compose.yml DELETED
@@ -1,17 +0,0 @@
1
- version: '3.1'
2
-
3
- services:
4
-
5
- wordpress:
6
- image: wordpress
7
- ports:
8
- - 9999:80
9
- environment:
10
- WORDPRESS_DB_PASSWORD: betterclicktotweet
11
- volumes:
12
- - ./:/var/www/html/wp-content/plugins/better-click-to-tweet
13
-
14
- mysql:
15
- image: mysql:5.7
16
- environment:
17
- MYSQL_ROOT_PASSWORD: betterclicktotweet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -101,6 +101,9 @@ Donations: http://benlikes.us/donate
101
 
102
  == Changelog ==
103
 
 
 
 
104
  = 5.6.0 =
105
  * fix — improving compatibility with WordPress 5.0 and the new block-based (Gutenberg) editor. Thanks again to @ajitbohra for the help
106
  * fix — resolve "invalid headers" problem on certain new installs
4
  Tags: click to tweet, twitter, tweet,
5
  Requires at least: 3.8
6
  Tested up to: 4.9
7
+ Stable tag: 5.6.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
101
 
102
  == Changelog ==
103
 
104
+ = 5.6.1 =
105
+ * fix — another attempt at the "invalid headers" intermittent problem.
106
+
107
  = 5.6.0 =
108
  * fix — improving compatibility with WordPress 5.0 and the new block-based (Gutenberg) editor. Thanks again to @ajitbohra for the help
109
  * fix — resolve "invalid headers" problem on certain new installs
trunk/better-click-to-tweet.php CHANGED
@@ -1,14 +1,14 @@
1
  <?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.6.0
6
- Author: Ben Meredith
7
- Author URI: https://www.betterclicktotweet.com
8
- Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
9
- License: GPL2
10
- Text Domain: better-click-to-tweet
11
- */
12
 
13
  defined( 'ABSPATH' ) or die( "No soup for you. You leave now." );
14
 
1
  <?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.6.1
6
+ * Author: Ben Meredith
7
+ * Author URI: https://www.betterclicktotweet.com
8
+ * Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
9
+ * License: GPL2
10
+ * Text Domain: better-click-to-tweet
11
+ **/
12
 
13
  defined( 'ABSPATH' ) or die( "No soup for you. You leave now." );
14
 
trunk/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.6.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -101,6 +101,9 @@ Donations: http://benlikes.us/donate
101
 
102
  == Changelog ==
103
 
 
 
 
104
  = 5.6.0 =
105
  * fix — improving compatibility with WordPress 5.0 and the new block-based (Gutenberg) editor. Thanks again to @ajitbohra for the help
106
  * fix — resolve "invalid headers" problem on certain new installs
4
  Tags: click to tweet, twitter, tweet,
5
  Requires at least: 3.8
6
  Tested up to: 4.9
7
+ Stable tag: 5.6.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
101
 
102
  == Changelog ==
103
 
104
+ = 5.6.1 =
105
+ * fix — another attempt at the "invalid headers" intermittent problem.
106
+
107
  = 5.6.0 =
108
  * fix — improving compatibility with WordPress 5.0 and the new block-based (Gutenberg) editor. Thanks again to @ajitbohra for the help
109
  * fix — resolve "invalid headers" problem on certain new installs