Version Description
Includes an important upgrade needed for Rotating Tweets to keep working after March 2013. Supports version 1.1 of the Twitter API. Fixed problem with cacheing.
=
Download this release
Release Info
Developer | mpntod |
Plugin | Rotating Tweets (Twitter widget and shortcode) |
Version | 1.3.9 |
Comparing to | |
See all releases |
Code changes from version 0.712 to 1.3.9
- readme.txt +47 -44
- rotatingtweets.php +1 -1
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
|
5 |
Requires at least: 2.6
|
6 |
Tested up to: 3.5
|
7 |
-
Stable tag:
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -90,138 +90,141 @@ In most cases, each use (or "instance") of this plug-in gets data from Twitter e
|
|
90 |
You can do this by going to the `rotatingtweets/css` directory and renaming `yourstyle-sample.css` to `yourstyle.css`. This displays a Twitter bird to the left of your tweets. Any CSS you put into `yourstyle.css` won't be overwritten when the plug-in is upgraded to the latest version.
|
91 |
|
92 |
== Upgrade notice ==
|
93 |
-
=
|
94 |
Includes an important upgrade needed for Rotating Tweets to keep working after March 2013. Supports version 1.1 of the Twitter API. Fixed problem with cacheing.
|
95 |
|
96 |
== Changelog ==
|
97 |
-
=
|
|
|
|
|
|
|
98 |
Fixed bug with `console.log` javascript on IE.
|
99 |
|
100 |
-
= 0.711 =
|
101 |
Fixed up a significant problem with cacheing.
|
102 |
|
103 |
-
= 0.709 =
|
104 |
Tidying up error reporting.
|
105 |
|
106 |
-
= 0.707 =
|
107 |
Fixes major bug resulting from upgrade to handle Twitter API v 1.1
|
108 |
|
109 |
-
= 0.706 =
|
110 |
Change to JavaScript to improve width handling for tweets.
|
111 |
|
112 |
-
= 0.703 =
|
113 |
Minor code tidying to improve debugging and increase speed!
|
114 |
|
115 |
-
= 0.702 =
|
116 |
Adjustment to javascript and CSS to cope with long links or long words
|
117 |
|
118 |
-
= 0.701 =
|
119 |
Very minor mistake in rendering code
|
120 |
|
121 |
-
= 0.700 =
|
122 |
**Important upgrade needed for Rotating Tweets to keep working after March 2013. Supports version 1.1 of the Twitter API.**
|
123 |
|
124 |
-
= 0.625 =
|
125 |
Enabled users to make all links open in a new tab or window
|
126 |
|
127 |
-
= 0.623 =
|
128 |
Fixed a problem where a short name fitted inside a long one - e.g. @rotary and @rotarycrocus
|
129 |
|
130 |
-
= 0.622 =
|
131 |
Escaped title tags
|
132 |
|
133 |
-
= 0.621 =
|
134 |
Fixed timezone problem.
|
135 |
|
136 |
-
= 0.620 =
|
137 |
Added option to show links in a new window
|
138 |
Fix problem with selection of 20 second rotating speed.
|
139 |
|
140 |
-
= 0.613 =
|
141 |
Fixed instructions in plug-ins list.
|
142 |
|
143 |
-
= 0.612 =
|
144 |
Fixed error message caused by last fix causing tweets to repeat.
|
145 |
|
146 |
-
= 0.611 =
|
147 |
Finally ran with debug and removed all the error messages.
|
148 |
|
149 |
-
= 0.610 =
|
150 |
Starts to add options to allow for different length URLs
|
151 |
|
152 |
-
= 0.602 =
|
153 |
Fixes bug with Javascript
|
154 |
|
155 |
-
= 0.601 =
|
156 |
Fixes problem with stylesheet
|
157 |
|
158 |
-
= 0.600 =
|
159 |
Now includes options consistent with Twitter display options
|
160 |
Tidied up code.
|
161 |
|
162 |
-
= 0.505 =
|
163 |
Minimised Javascript. Set-up for I18n.
|
164 |
|
165 |
-
= 0.502 =
|
166 |
Javascript fix for zero height tweets problem
|
167 |
|
168 |
-
= 0.500 =
|
169 |
Adds options for how tweet information is displayed and how the tweet rotates.
|
170 |
|
171 |
-
= 0.492 =
|
172 |
Solves `Cannot use string offset as an array` error on line 232
|
173 |
|
174 |
-
= 0.491 =
|
175 |
Lets you customise the Twitter 'follow' button. Fixes problem with media links. Sorts problem of overlong links reshaping widgets.
|
176 |
|
177 |
-
= 0.48 =
|
178 |
More detailed error messages for Wordpress installations unable to access Twitter.
|
179 |
Fixes problem on the zeeBizzCard template and sets up fix for other templates that use their own install of the `jquery-cycle` javascript.
|
180 |
|
181 |
-
= 0.471 =
|
182 |
Making sure that cache never gets overwritten unless new, valid twitter data has been downloaded.
|
183 |
Dealing with the problem that someone in a long conversation may not get enough valid tweets to show by asking for only 20 tweets from Twitter.
|
184 |
|
185 |
-
= 0.46 =
|
186 |
Properly handles rate-limiting by Twitter
|
187 |
|
188 |
-
= 0.44 =
|
189 |
Removes follow button if Twitter has returned an empty value
|
190 |
|
191 |
-
= 0.43 =
|
192 |
Improved error checking if Twitter has returned an empty value
|
193 |
|
194 |
-
= 0.42 =
|
195 |
Fixed major bug causing crashes when Twitter goes down
|
196 |
|
197 |
-
= 0.40 =
|
198 |
Added ability to alter speed of rotation
|
199 |
|
200 |
-
= 0.30 =
|
201 |
Fixes bug - problem with `get_object_vars()` on line 193
|
202 |
|
203 |
-
= 0.29 =
|
204 |
Better handling of retweets. No longer cuts off the end of the text on longer RTs.
|
205 |
|
206 |
-
= 0.28 =
|
207 |
Properly fixes flaw in how flags are handled.
|
208 |
|
209 |
-
= 0.27 =
|
210 |
Fixed flaw in how flags are handled.
|
211 |
|
212 |
-
= 0.26 =
|
213 |
Stops display and cacheing of non-existent twitter feeds
|
214 |
|
215 |
-
= 0.25 =
|
216 |
Stops display and cacheing of faulty twitter feeds
|
217 |
|
218 |
-
= 0.21 =
|
219 |
Replaced a missing `</div>` in the follow-button code (with thanks to [jacobp](http://wordpress.org/support/profile/jacobp) for spotting it and suggesting a fix)
|
220 |
|
221 |
-
= 0.2 =
|
222 |
Fixed a problem with cacheing
|
223 |
|
224 |
-
= 0.1 =
|
225 |
First published version
|
226 |
|
227 |
== Screenshots ==
|
4 |
Tags: shortcode,widget,twitter,rotating,rotate,rotator,tweet,tweets,animation,jquery,jquery cycle,cycle,multilingual
|
5 |
Requires at least: 2.6
|
6 |
Tested up to: 3.5
|
7 |
+
Stable tag: 1.3.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
90 |
You can do this by going to the `rotatingtweets/css` directory and renaming `yourstyle-sample.css` to `yourstyle.css`. This displays a Twitter bird to the left of your tweets. Any CSS you put into `yourstyle.css` won't be overwritten when the plug-in is upgraded to the latest version.
|
91 |
|
92 |
== Upgrade notice ==
|
93 |
+
= 1.3.9 =
|
94 |
Includes an important upgrade needed for Rotating Tweets to keep working after March 2013. Supports version 1.1 of the Twitter API. Fixed problem with cacheing.
|
95 |
|
96 |
== Changelog ==
|
97 |
+
= 1.3.9 =
|
98 |
+
Moved to [Semantic Versioning](http://semver.org/)
|
99 |
+
|
100 |
+
= 0.712 (1.3.8) =
|
101 |
Fixed bug with `console.log` javascript on IE.
|
102 |
|
103 |
+
= 0.711 (1.3.7) =
|
104 |
Fixed up a significant problem with cacheing.
|
105 |
|
106 |
+
= 0.709 (1.3.6) =
|
107 |
Tidying up error reporting.
|
108 |
|
109 |
+
= 0.707 (1.3.5) =
|
110 |
Fixes major bug resulting from upgrade to handle Twitter API v 1.1
|
111 |
|
112 |
+
= 0.706 (1.3.4) =
|
113 |
Change to JavaScript to improve width handling for tweets.
|
114 |
|
115 |
+
= 0.703 (1.3.3) =
|
116 |
Minor code tidying to improve debugging and increase speed!
|
117 |
|
118 |
+
= 0.702 (1.3.2) =
|
119 |
Adjustment to javascript and CSS to cope with long links or long words
|
120 |
|
121 |
+
= 0.701 (1.3.1) =
|
122 |
Very minor mistake in rendering code
|
123 |
|
124 |
+
= 0.700 (1.3.0) =
|
125 |
**Important upgrade needed for Rotating Tweets to keep working after March 2013. Supports version 1.1 of the Twitter API.**
|
126 |
|
127 |
+
= 0.625 (1.2.4) =
|
128 |
Enabled users to make all links open in a new tab or window
|
129 |
|
130 |
+
= 0.623 (1.2.3) =
|
131 |
Fixed a problem where a short name fitted inside a long one - e.g. @rotary and @rotarycrocus
|
132 |
|
133 |
+
= 0.622 (1.2.2) =
|
134 |
Escaped title tags
|
135 |
|
136 |
+
= 0.621 (1.2.1) =
|
137 |
Fixed timezone problem.
|
138 |
|
139 |
+
= 0.620 (1.2.0) =
|
140 |
Added option to show links in a new window
|
141 |
Fix problem with selection of 20 second rotating speed.
|
142 |
|
143 |
+
= 0.613 (1.1.6) =
|
144 |
Fixed instructions in plug-ins list.
|
145 |
|
146 |
+
= 0.612 (1.1.5) =
|
147 |
Fixed error message caused by last fix causing tweets to repeat.
|
148 |
|
149 |
+
= 0.611 (1.1.4) =
|
150 |
Finally ran with debug and removed all the error messages.
|
151 |
|
152 |
+
= 0.610 (1.1.3) =
|
153 |
Starts to add options to allow for different length URLs
|
154 |
|
155 |
+
= 0.602 (1.1.2) =
|
156 |
Fixes bug with Javascript
|
157 |
|
158 |
+
= 0.601 (1.1.1) =
|
159 |
Fixes problem with stylesheet
|
160 |
|
161 |
+
= 0.600 (1.1.0) =
|
162 |
Now includes options consistent with Twitter display options
|
163 |
Tidied up code.
|
164 |
|
165 |
+
= 0.505 (1.0.0) =
|
166 |
Minimised Javascript. Set-up for I18n.
|
167 |
|
168 |
+
= 0.502 (0.4.1) =
|
169 |
Javascript fix for zero height tweets problem
|
170 |
|
171 |
+
= 0.500 (0.4.0) =
|
172 |
Adds options for how tweet information is displayed and how the tweet rotates.
|
173 |
|
174 |
+
= 0.492 (0.3.1) =
|
175 |
Solves `Cannot use string offset as an array` error on line 232
|
176 |
|
177 |
+
= 0.491 (0.3.0) =
|
178 |
Lets you customise the Twitter 'follow' button. Fixes problem with media links. Sorts problem of overlong links reshaping widgets.
|
179 |
|
180 |
+
= 0.48 (0.2.6) =
|
181 |
More detailed error messages for Wordpress installations unable to access Twitter.
|
182 |
Fixes problem on the zeeBizzCard template and sets up fix for other templates that use their own install of the `jquery-cycle` javascript.
|
183 |
|
184 |
+
= 0.471 (0.2.5) =
|
185 |
Making sure that cache never gets overwritten unless new, valid twitter data has been downloaded.
|
186 |
Dealing with the problem that someone in a long conversation may not get enough valid tweets to show by asking for only 20 tweets from Twitter.
|
187 |
|
188 |
+
= 0.46 (0.2.4) =
|
189 |
Properly handles rate-limiting by Twitter
|
190 |
|
191 |
+
= 0.44 (0.2.3) =
|
192 |
Removes follow button if Twitter has returned an empty value
|
193 |
|
194 |
+
= 0.43 (0.2.2) =
|
195 |
Improved error checking if Twitter has returned an empty value
|
196 |
|
197 |
+
= 0.42 (0.2.1) =
|
198 |
Fixed major bug causing crashes when Twitter goes down
|
199 |
|
200 |
+
= 0.40 (0.2.0) =
|
201 |
Added ability to alter speed of rotation
|
202 |
|
203 |
+
= 0.30 (0.1.8) =
|
204 |
Fixes bug - problem with `get_object_vars()` on line 193
|
205 |
|
206 |
+
= 0.29 (0.1.7) =
|
207 |
Better handling of retweets. No longer cuts off the end of the text on longer RTs.
|
208 |
|
209 |
+
= 0.28 (0.1.6) =
|
210 |
Properly fixes flaw in how flags are handled.
|
211 |
|
212 |
+
= 0.27 (0.1.5) =
|
213 |
Fixed flaw in how flags are handled.
|
214 |
|
215 |
+
= 0.26 (0.1.4) =
|
216 |
Stops display and cacheing of non-existent twitter feeds
|
217 |
|
218 |
+
= 0.25 (0.1.3) =
|
219 |
Stops display and cacheing of faulty twitter feeds
|
220 |
|
221 |
+
= 0.21 (0.1.2) =
|
222 |
Replaced a missing `</div>` in the follow-button code (with thanks to [jacobp](http://wordpress.org/support/profile/jacobp) for spotting it and suggesting a fix)
|
223 |
|
224 |
+
= 0.2 (0.1.1) =
|
225 |
Fixed a problem with cacheing
|
226 |
|
227 |
+
= 0.1 (0.1.0) =
|
228 |
First published version
|
229 |
|
230 |
== Screenshots ==
|
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:
|
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.3.9
|
6 |
Text Domain: rotatingtweets
|
7 |
Author: Martin Tod
|
8 |
Author URI: http://www.martintod.org.uk
|