Version Description
- updated CSS to remove underline on "Click to Tweet" on Twenty Fifteen theme (and others!)
Download this release
Release Info
Developer | ben.meredith@gmail.com |
Plugin | Better Click To Tweet |
Version | 2.0.3 |
Comparing to | |
See all releases |
Code changes from version 2.0.2 to 2.0.3
- assets/css/styles.css +1 -0
- better-click-to-tweet.php +1 -1
- readme.txt +11 -2
assets/css/styles.css
CHANGED
@@ -36,6 +36,7 @@
|
|
36 |
color: #999 !important;
|
37 |
}
|
38 |
a.bctt-ctt-btn {
|
|
|
39 |
margin: 0;
|
40 |
padding: 11px 24px 0 0;
|
41 |
position: relative;
|
36 |
color: #999 !important;
|
37 |
}
|
38 |
a.bctt-ctt-btn {
|
39 |
+
border-bottom: none !important;
|
40 |
margin: 0;
|
41 |
padding: 11px 24px 0 0;
|
42 |
position: relative;
|
better-click-to-tweet.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Better Click To Tweet
|
4 |
Description: The only Click To Tweet plugin to add translation support. The only Click To Tweet plugin to take into account your Twitter username's length in truncating long tweets, or to correctly take into account non-Roman characters. Simply put, as Click To Tweet plugins go, this one is, well, BETTER.
|
5 |
-
Version: 2.0.
|
6 |
Author: Ben Meredith
|
7 |
Author URI: http://benandjacq.com
|
8 |
Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
|
2 |
/*
|
3 |
Plugin Name: Better Click To Tweet
|
4 |
Description: The only Click To Tweet plugin to add translation support. The only Click To Tweet plugin to take into account your Twitter username's length in truncating long tweets, or to correctly take into account non-Roman characters. Simply put, as Click To Tweet plugins go, this one is, well, BETTER.
|
5 |
+
Version: 2.0.3
|
6 |
Author: Ben Meredith
|
7 |
Author URI: http://benandjacq.com
|
8 |
Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: click to tweet, twitter, tweet, twitter plugin, Twitter boxes, share, social media, post, posts, plugin, auto post
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.1
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -74,6 +74,9 @@ I want to maximize the usefulness of this plugin by translating it into multiple
|
|
74 |
|
75 |
== Changelog ==
|
76 |
|
|
|
|
|
|
|
77 |
= 2.0.2 =
|
78 |
* fixed bug introduced in 2.0 related to javascript.
|
79 |
|
@@ -104,7 +107,13 @@ I want to maximize the usefulness of this plugin by translating it into multiple
|
|
104 |
|
105 |
== Upgrade Notice ==
|
106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
= 2.0 =
|
108 |
-
Adds internationalization, and out of the box support for Spanish (ES) language.
|
109 |
|
110 |
|
4 |
Tags: click to tweet, twitter, tweet, twitter plugin, Twitter boxes, share, social media, post, posts, plugin, auto post
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.1
|
7 |
+
Stable tag: 2.0.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
74 |
|
75 |
== Changelog ==
|
76 |
|
77 |
+
= 2.0.3 =
|
78 |
+
* updated CSS to remove underline on "Click to Tweet" on Twenty Fifteen theme (and others!)
|
79 |
+
|
80 |
= 2.0.2 =
|
81 |
* fixed bug introduced in 2.0 related to javascript.
|
82 |
|
107 |
|
108 |
== Upgrade Notice ==
|
109 |
|
110 |
+
= 2.0.3 =
|
111 |
+
* CSS update for "Click to Tweet" text being underlined in some themes.
|
112 |
+
|
113 |
+
= 2.0.2 =
|
114 |
+
* Fixes bug that was causing the visual editor to not show the BCTT button.
|
115 |
+
|
116 |
= 2.0 =
|
117 |
+
* Adds internationalization, and out of the box support for Spanish (ES) language.
|
118 |
|
119 |
|