Version Description
Minor widget CSS change.
Download this release
Release Info
Developer | grimmdude |
Plugin | Recent Tweets Widget |
Version | 1.6.7 |
Comparing to | |
See all releases |
Code changes from version 1.6.6 to 1.6.7
- readme.txt +4 -1
- recent-tweets.php +1 -1
- tp_twitter_plugin.css +4 -1
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: noahkagan
|
|
3 |
Tags: recent tweets, twitter widget, twitter api v1.1, cache, twitter, tweets, social media
|
4 |
Requires at least: 3.4.1
|
5 |
Tested up to: 4.7
|
6 |
-
Stable tag: 1.6.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -37,6 +37,9 @@ You will need to visit [https://apps.twitter.com/](https://apps.twitter.com/ "Tw
|
|
37 |
2. How it looks on frontend page
|
38 |
|
39 |
== Changelog ==
|
|
|
|
|
|
|
40 |
= 1.6.6 =
|
41 |
Update compatible Wordpress version.
|
42 |
|
3 |
Tags: recent tweets, twitter widget, twitter api v1.1, cache, twitter, tweets, social media
|
4 |
Requires at least: 3.4.1
|
5 |
Tested up to: 4.7
|
6 |
+
Stable tag: 1.6.7
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
37 |
2. How it looks on frontend page
|
38 |
|
39 |
== Changelog ==
|
40 |
+
= 1.6.7 =
|
41 |
+
Minor widget CSS change.
|
42 |
+
|
43 |
= 1.6.6 =
|
44 |
Update compatible Wordpress version.
|
45 |
|
recent-tweets.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: Recent Tweets Widget
|
5 |
Plugin URI: http://wordpress.org/extend/plugins/recent-tweets-widget/
|
6 |
Description: Recent Tweets Widget plugin for Twitter API v1.1 with Cache. It uses the new Twitter API v1.1 and stores tweets in the cache. It means that it will read status messages from your database and it doesn't query Twitter.com for every page load so you won't be rate limited. You can set how often you want to update the cache.
|
7 |
-
Version: 1.6.
|
8 |
Author: Noah Kagan
|
9 |
Author URI: http://sumome.com
|
10 |
*/
|
4 |
Plugin Name: Recent Tweets Widget
|
5 |
Plugin URI: http://wordpress.org/extend/plugins/recent-tweets-widget/
|
6 |
Description: Recent Tweets Widget plugin for Twitter API v1.1 with Cache. It uses the new Twitter API v1.1 and stores tweets in the cache. It means that it will read status messages from your database and it doesn't query Twitter.com for every page load so you won't be rate limited. You can set how often you want to update the cache.
|
7 |
+
Version: 1.6.7
|
8 |
Author: Noah Kagan
|
9 |
Author URI: http://sumome.com
|
10 |
*/
|
tp_twitter_plugin.css
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
|
2 |
.tp_recent_tweets {
|
|
|
3 |
float: left;
|
4 |
clear: left;
|
5 |
-
|
6 |
}
|
7 |
|
8 |
.tp_recent_tweets li {
|
@@ -11,8 +12,10 @@
|
|
11 |
background-position: 0px 4px;
|
12 |
padding-left: 30px;
|
13 |
padding-bottom: 20px;
|
|
|
14 |
float: left;
|
15 |
clear: left;
|
|
|
16 |
line-height: 20px;
|
17 |
list-style-type: none;
|
18 |
}
|
1 |
|
2 |
.tp_recent_tweets {
|
3 |
+
/*
|
4 |
float: left;
|
5 |
clear: left;
|
6 |
+
*/
|
7 |
}
|
8 |
|
9 |
.tp_recent_tweets li {
|
12 |
background-position: 0px 4px;
|
13 |
padding-left: 30px;
|
14 |
padding-bottom: 20px;
|
15 |
+
/*
|
16 |
float: left;
|
17 |
clear: left;
|
18 |
+
*/
|
19 |
line-height: 20px;
|
20 |
list-style-type: none;
|
21 |
}
|