Version Description
- updated css for compatibility with the twenty sixteen theme.
- updated compatibility to WordPress 4.4.
- unsuccessful overthrow of all world governments. I would have gotten away with it too, if it weren't for those meddling kids.
Download this release
Release Info
Developer | ben.meredith@gmail.com |
Plugin | Better Click To Tweet |
Version | 4.5.2 |
Comparing to | |
See all releases |
Code changes from version 4.5.1 to 4.5.2
- assets/css/styles.css +2 -0
- better-click-to-tweet.php +1 -1
- readme.txt +7 -2
assets/css/styles.css
CHANGED
@@ -32,6 +32,7 @@
|
|
32 |
text-transform: none !important;
|
33 |
word-wrap: break-word;
|
34 |
border-bottom: none !important;
|
|
|
35 |
}
|
36 |
|
37 |
.bctt-ctt-text a:hover {
|
@@ -53,6 +54,7 @@ a.bctt-ctt-btn {
|
|
53 |
float: right;
|
54 |
text-decoration: none !important;
|
55 |
background: transparent url(../img/birdy.png) no-repeat right top 10px;
|
|
|
56 |
}
|
57 |
|
58 |
.bctt-ctt-btn:hover {
|
32 |
text-transform: none !important;
|
33 |
word-wrap: break-word;
|
34 |
border-bottom: none !important;
|
35 |
+
box-shadow: none !important;
|
36 |
}
|
37 |
|
38 |
.bctt-ctt-text a:hover {
|
54 |
float: right;
|
55 |
text-decoration: none !important;
|
56 |
background: transparent url(../img/birdy.png) no-repeat right top 10px;
|
57 |
+
box-shadow: none !important;
|
58 |
}
|
59 |
|
60 |
.bctt-ctt-btn:hover {
|
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: 4.5.
|
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: 4.5.2
|
6 |
Author: Ben Meredith
|
7 |
Author URI: http://benandjacq.com
|
8 |
Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: ben.meredith@gmail.com
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HDSGWRJYFQQNJ
|
4 |
Tags: click to tweet, twitter, tweet, twitter plugin, Twitter boxes, share, social media, post, posts, plugin, auto post, bitly, bit.ly, yourls, yourls.org, translate-me, Español, Deutsch, Russian, Finnish, Svenska, Suomi, Italiano,
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 4.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -109,6 +109,11 @@ I want to maximize the usefulness of this plugin by translating it into multiple
|
|
109 |
|
110 |
== Changelog ==
|
111 |
|
|
|
|
|
|
|
|
|
|
|
112 |
= 4.5.1 =
|
113 |
* fixed bug introduced in v 4.5 incorrectly displaying ellipses on truncated tweets.
|
114 |
* added Greek translation.
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HDSGWRJYFQQNJ
|
4 |
Tags: click to tweet, twitter, tweet, twitter plugin, Twitter boxes, share, social media, post, posts, plugin, auto post, bitly, bit.ly, yourls, yourls.org, translate-me, Español, Deutsch, Russian, Finnish, Svenska, Suomi, Italiano,
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 4.4
|
7 |
+
Stable tag: 4.5.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
109 |
|
110 |
== Changelog ==
|
111 |
|
112 |
+
= 4.5.2 =
|
113 |
+
* updated css for compatibility with the twenty sixteen theme.
|
114 |
+
* updated compatibility to WordPress 4.4.
|
115 |
+
* unsuccessful overthrow of all world governments. I would have gotten away with it too, if it weren't for those meddling kids.
|
116 |
+
|
117 |
= 4.5.1 =
|
118 |
* fixed bug introduced in v 4.5 incorrectly displaying ellipses on truncated tweets.
|
119 |
* added Greek translation.
|