Rotating Tweets (Twitter widget and shortcode) - Version 1.7.1

Version Description

  • Improved CSS support for horizontal carousel scrolling

=

Download this release

Release Info

Developer mpntod
Plugin Icon wp plugin Rotating Tweets (Twitter widget and shortcode)
Version 1.7.1
Comparing to
See all releases

Code changes from version 1.7.0 to 1.7.1

Files changed (3) hide show
  1. css/style.css +6 -0
  2. readme.txt +6 -3
  3. rotatingtweets.php +1 -1
css/style.css CHANGED
@@ -7,6 +7,10 @@
7
  div.rotatingtweet {
8
  font-size: 100%;
9
  word-wrap: break-word;
 
 
 
 
10
  }
11
  /*
12
  div.rotatingtweets {
@@ -16,6 +20,7 @@ div.rotatingtweets {
16
  p.rtw_meta,div.rtw_meta,div.rtw_meta_wide,div.rtw_name,div.rtw_id,div.rtw_time_short,div.rtw_rt_meta {
17
  font-size: 0.8em;
18
  line-height: normal;
 
19
  }
20
  div.rtw_wide_block div.rtw_name {
21
  font-size: 1.0em;
@@ -109,6 +114,7 @@ div.rtw_timestamp {
109
 
110
  #content p.rtw_main,p.rtw_main,div.rtw_main {
111
  margin-bottom: 0.6em;
 
112
  }
113
 
114
  #content .rtw_wide p.rtw_main {
7
  div.rotatingtweet {
8
  font-size: 100%;
9
  word-wrap: break-word;
10
+ vertical-align: top;
11
+ }
12
+ div.cycle-carousel-wrap div.rotatingtweet {
13
+ padding-right: 1em;
14
  }
15
  /*
16
  div.rotatingtweets {
20
  p.rtw_meta,div.rtw_meta,div.rtw_meta_wide,div.rtw_name,div.rtw_id,div.rtw_time_short,div.rtw_rt_meta {
21
  font-size: 0.8em;
22
  line-height: normal;
23
+ white-space: normal;
24
  }
25
  div.rtw_wide_block div.rtw_name {
26
  font-size: 1.0em;
114
 
115
  #content p.rtw_main,p.rtw_main,div.rtw_main {
116
  margin-bottom: 0.6em;
117
+ white-space: normal;
118
  }
119
 
120
  #content .rtw_wide p.rtw_main {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: shortcode,widget,twitter,rotating,rotate,rotator,tweet,tweets,animation,jquery,jquery cycle,cycle,multilingual,responsive
5
  Requires at least: 2.6
6
  Tested up to: 3.9.1
7
- Stable tag: 1.7.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -170,10 +170,13 @@ into your CSS - changing `123px;` to the width you're aiming at - either via put
170
  You can do this by going to the `rotatingtweets/css` directory and renaming `rotatingtweets-sample.css` to `rotatingtweets.css` and putting it in the `wp-content/uploads/` directory. This displays a Twitter bird to the left of your tweets. Any CSS you put into `rotatingtweets.css` won't be overwritten when the plug-in is upgraded to the latest version.
171
 
172
  == Upgrade notice ==
173
- = 1.7.0 =
174
- * Adding `offset`, `speed`, `tweet_length`, `no_emoji` and `show_media` options to the shortcode
175
 
176
  == Changelog ==
 
 
 
177
  = 1.7.0 =
178
  * Adding `offset`, `speed`, `tweet_length`, `no_emoji` and `show_media` options to the shortcode
179
  * Solves clash with [Cyclone Slider 2](http://wordpress.org/plugins/cyclone-slider-2/)
4
  Tags: shortcode,widget,twitter,rotating,rotate,rotator,tweet,tweets,animation,jquery,jquery cycle,cycle,multilingual,responsive
5
  Requires at least: 2.6
6
  Tested up to: 3.9.1
7
+ Stable tag: 1.7.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
170
  You can do this by going to the `rotatingtweets/css` directory and renaming `rotatingtweets-sample.css` to `rotatingtweets.css` and putting it in the `wp-content/uploads/` directory. This displays a Twitter bird to the left of your tweets. Any CSS you put into `rotatingtweets.css` won't be overwritten when the plug-in is upgraded to the latest version.
171
 
172
  == Upgrade notice ==
173
+ = 1.7.1 =
174
+ * Improved CSS support for horizontal carousel scrolling
175
 
176
  == Changelog ==
177
+ = 1.7.1 =
178
+ * Improved CSS support for horizontal carousel scrolling
179
+
180
  = 1.7.0 =
181
  * Adding `offset`, `speed`, `tweet_length`, `no_emoji` and `show_media` options to the shortcode
182
  * Solves clash with [Cyclone Slider 2](http://wordpress.org/plugins/cyclone-slider-2/)
rotatingtweets.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Rotating Tweets (Twitter widget & shortcode)
4
  Description: Replaces a shortcode such as [rotatingtweets screen_name='your_twitter_name'], or a widget, with a rotating tweets display
5
- Version: 1.7.0
6
  Text Domain: rotatingtweets
7
  Author: Martin Tod
8
  Author URI: http://www.martintod.org.uk
2
  /*
3
  Plugin Name: Rotating Tweets (Twitter widget & shortcode)
4
  Description: Replaces a shortcode such as [rotatingtweets screen_name='your_twitter_name'], or a widget, with a rotating tweets display
5
+ Version: 1.7.1
6
  Text Domain: rotatingtweets
7
  Author: Martin Tod
8
  Author URI: http://www.martintod.org.uk