Rotating Tweets (Twitter widget and shortcode) - Version 1.9.3

Version Description

  • Fixed compatibility bug with pre-4.0 versions of Wordpress

=

Download this release

Release Info

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

Code changes from version 1.9.2 to 1.9.3

Files changed (2) hide show
  1. readme.txt +8 -4
  2. rotatingtweets.php +2 -2
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: mpntod
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9XCNM4QSVHYT8
4
  Tags: shortcode,widget,twitter,rotating,rotate,rotator,tweet,tweets,animation,jquery,jquery cycle,cycle,multilingual,responsive,page builder,do not track,dnt
5
  Requires at least: 3.2
6
- Tested up to: 4.8.2
7
- Stable tag: 1.9.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -14,6 +14,7 @@ Twitter widget and shortcode to show your latest tweets one at a time an animate
14
  * **Replaces a [shortcode](http://codex.wordpress.org/Shortcode) such as `[rotatingtweets screen_name='your_twitter']`, or a [widget](http://codex.wordpress.org/WordPress_Widgets), with a rotating display of your most recent tweets**
15
  * **Supports v 1.1 of the Twitter API** ([i.e. it works](https://blog.twitter.com/2013/api-v1-is-retired))
16
  * **Supports the [new longer tweet format](https://dev.twitter.com/overview/api/upcoming-changes-to-tweets)**
 
17
  * **Space efficient** - instead of showing all your tweets at once, shows one at a time and then smoothly replaces it with the next one. After showing all your tweets, loops back to the beginning again.
18
  * **Reliable** - keeps showing your latest Tweets even if the Twitter website is down.
19
  * **Customizable** - you decide whose tweets to show, how many to show, whether to include retweets and replies, and whether to show a follow button. You can also decide how quickly the tweets rotate and what type of animation to use.
@@ -187,10 +188,13 @@ into your CSS - changing `123px;` to the width you're aiming at - either via put
187
  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.
188
 
189
  == Upgrade notice ==
190
- = 1.9.2 =
191
- * New shortcode option: `auto_height=0`
192
 
193
  == Changelog ==
 
 
 
194
  = 1.9.2 =
195
  * New shortcode option: `auto_height=0` - to switch off height calculation
196
 
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9XCNM4QSVHYT8
4
  Tags: shortcode,widget,twitter,rotating,rotate,rotator,tweet,tweets,animation,jquery,jquery cycle,cycle,multilingual,responsive,page builder,do not track,dnt
5
  Requires at least: 3.2
6
+ Tested up to: 4.9
7
+ Stable tag: 1.9.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
14
  * **Replaces a [shortcode](http://codex.wordpress.org/Shortcode) such as `[rotatingtweets screen_name='your_twitter']`, or a [widget](http://codex.wordpress.org/WordPress_Widgets), with a rotating display of your most recent tweets**
15
  * **Supports v 1.1 of the Twitter API** ([i.e. it works](https://blog.twitter.com/2013/api-v1-is-retired))
16
  * **Supports the [new longer tweet format](https://dev.twitter.com/overview/api/upcoming-changes-to-tweets)**
17
+ * **Supports [280 characters](https://blog.twitter.com/official/en_us/topics/product/2017/tweetingmadeeasier.html)**
18
  * **Space efficient** - instead of showing all your tweets at once, shows one at a time and then smoothly replaces it with the next one. After showing all your tweets, loops back to the beginning again.
19
  * **Reliable** - keeps showing your latest Tweets even if the Twitter website is down.
20
  * **Customizable** - you decide whose tweets to show, how many to show, whether to include retweets and replies, and whether to show a follow button. You can also decide how quickly the tweets rotate and what type of animation to use.
188
  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.
189
 
190
  == Upgrade notice ==
191
+ = 1.9.3 =
192
+ * Fixed compatibility bug with pre-4.0 versions of Wordpress
193
 
194
  == Changelog ==
195
+ = 1.9.3 =
196
+ * Fixed compatibility bug with pre-4.0 versions of Wordpress
197
+
198
  = 1.9.2 =
199
  * New shortcode option: `auto_height=0` - to switch off height calculation
200
 
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.9.2
6
  Text Domain: rotatingtweets
7
  Domain Path: /languages
8
  Author: Martin Tod
@@ -50,7 +50,7 @@ class rotatingtweets_Widget extends WP_Widget {
50
  'customize_selective_refresh' => true,
51
  ) // Args
52
  );
53
- if ( is_active_widget( false, false, $this->id_base, true ) || is_customize_preview() ) {
54
  rotatingtweets_enqueue_scripts();
55
  }
56
  }
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.9.3
6
  Text Domain: rotatingtweets
7
  Domain Path: /languages
8
  Author: Martin Tod
50
  'customize_selective_refresh' => true,
51
  ) // Args
52
  );
53
+ if ( is_active_widget( false, false, $this->id_base, true ) || function_exists('is_customize_preview') && is_customize_preview() ) {
54
  rotatingtweets_enqueue_scripts();
55
  }
56
  }