Simple Twitter Tweets - Version 1.1

Version Description

  • Readme, descriptions and screenshot updates

=

Download this release

Release Info

Developer Planet Interactive
Plugin Icon 128x128 Simple Twitter Tweets
Version 1.1
Comparing to
See all releases

Code changes from version 1.0 to 1.1

trunk/README.txt → README.txt RENAMED
@@ -1,18 +1,18 @@
1
  === Plugin Name ===
2
  Contributors: Planet Interactive
3
  Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A9437VN7R36VN
4
- Tags: Twitter, Stream, Tweets, Twitter OAuth
5
- Requires at least: 3.0 or Higher
6
  Tested up to: 3.5.1
7
- Stable tag: 1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Simple Twitter Tweets - Display your Tweets on your Wordpress site using the new Twitter OAuth API v1.1. Because it works!
12
 
13
  == Description ==
14
 
15
- A Simple Twitter Tweets display widget, using Twitter OAth and API v1.1
16
 
17
  **Why?**
18
 
@@ -86,9 +86,9 @@ Of course you can. It's really simple too.
86
 
87
  The Tweets are in a widget as with all widgets, and are a simple unordered list.
88
 
89
- * To make styling easier the <ul> has a class of Tweets - <ul class="tweets">
90
- * Each Tweet is a list item <li>
91
- * Each Time reference is an emphasised link <em><a>
92
  * Done.
93
 
94
  = Where can I get help =
@@ -100,7 +100,6 @@ As far as we know it just works! Phew, but if you have an issue or you want to p
100
 
101
  == Screenshots ==
102
 
103
- Setup your Twitter Application
104
  1. Go to https://dev.twitter.com and Sign In
105
  2. Top right, hover your name/icon, go to My Application
106
  3. Create a new Application
@@ -117,8 +116,10 @@ See here [Simple Twitter Tweets](http://www.planet-interactive.co.uk/simple-twit
117
 
118
  = 1.0 =
119
  * Initial release
 
 
120
 
121
  == Upgrade Notice ==
122
 
123
- = 1.0 =
124
- This is the initial release using the new Twitter OAuth requirement to pull Tweets
1
  === Plugin Name ===
2
  Contributors: Planet Interactive
3
  Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A9437VN7R36VN
4
+ Tags: Twitter, Stream, Tweets, Twitter OAuth, social
5
+ Requires at least: 3.0
6
  Tested up to: 3.5.1
7
+ Stable tag: 1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ Simple Twitter Tweets - Display your Tweets on your Wordpress site using the new Twitter OAuth API v1.1. (even when you can't connect) Because it's backed up!
12
 
13
  == Description ==
14
 
15
+ A Simple Twitter Tweets display widget, using Twitter OAth and API v1.1 and backup up so it always displays your Tweets.
16
 
17
  **Why?**
18
 
86
 
87
  The Tweets are in a widget as with all widgets, and are a simple unordered list.
88
 
89
+ * To make styling easier the &lt;ul&gt; has a class of Tweets - &lt;ul class="tweets"&gt;
90
+ * Each Tweet is a list item &lt;li&gt;
91
+ * Each Time reference is an emphasised link &lt;em&gt;&lt;a&gt;
92
  * Done.
93
 
94
  = Where can I get help =
100
 
101
  == Screenshots ==
102
 
 
103
  1. Go to https://dev.twitter.com and Sign In
104
  2. Top right, hover your name/icon, go to My Application
105
  3. Create a new Application
116
 
117
  = 1.0 =
118
  * Initial release
119
+ = 1.1 =
120
+ * Readme, descriptions and screenshot updates
121
 
122
  == Upgrade Notice ==
123
 
124
+ = 1.1 =
125
+ Just some tweaks.
trunk/simple-twitter-tweets.php → simple-twitter-tweets.php RENAMED
@@ -4,7 +4,7 @@ Plugin Name: Simple Twitter Tweets
4
  Plugin URI: http://www.planet-interactive.co.uk/simple-twitter-tweets
5
  Description: Display last x number tweets from Twitter API stream, store locally in dataabse to present past tweets when failure to access Twitters restrictive API occurs
6
  Author: Ashley Sheinwald
7
- Version: 1.0
8
  Author URI: http://www.planet-interactive.co.uk/
9
  */
10
 
4
  Plugin URI: http://www.planet-interactive.co.uk/simple-twitter-tweets
5
  Description: Display last x number tweets from Twitter API stream, store locally in dataabse to present past tweets when failure to access Twitters restrictive API occurs
6
  Author: Ashley Sheinwald
7
+ Version: 1.1
8
  Author URI: http://www.planet-interactive.co.uk/
9
  */
10
 
{trunk/twitteroauth → twitteroauth}/OAuth.php RENAMED
File without changes
{trunk/twitteroauth → twitteroauth}/twitteroauth.php RENAMED
File without changes