Latest Tweets Widget - Version 1.1.4

Version Description

  • Shipping loco.xml description
  • Bumped WordPress version
Download this release

Release Info

Developer timwhitlock
Plugin Icon 128x128 Latest Tweets Widget
Version 1.1.4
Comparing to
See all releases

Code changes from version 1.1.3 to 1.1.4

Files changed (3) hide show
  1. latest-tweets.php +1 -1
  2. loco.xml +38 -0
  3. readme.txt +6 -2
latest-tweets.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Latest Tweets Widget
4
  Plugin URI: http://wordpress.org/extend/plugins/latest-tweets-widget/
5
  Description: Provides a sidebar widget showing latest tweets - compatible with the new Twitter API 1.1
6
  Author: Tim Whitlock
7
- Version: 1.1.3
8
  Author URI: http://timwhitlock.info/
9
  Text Domain: twitter-api
10
  Domain Path: /api/lang/
4
  Plugin URI: http://wordpress.org/extend/plugins/latest-tweets-widget/
5
  Description: Provides a sidebar widget showing latest tweets - compatible with the new Twitter API 1.1
6
  Author: Tim Whitlock
7
+ Version: 1.1.4
8
  Author URI: http://timwhitlock.info/
9
  Text Domain: twitter-api
10
  Domain Path: /api/lang/
loco.xml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <bundle name="Latest Tweets Widget">
3
+ <domain name="twitter-api">
4
+ <project name="Latest Tweets Widget" slug="twitter-api">
5
+ <source>
6
+ <directory>.</directory>
7
+ <exclude>
8
+ <directory>api/lang</directory>
9
+ </exclude>
10
+ </source>
11
+ <target>
12
+ <directory>api/lang</directory>
13
+ <exclude>
14
+ <directory>api/lang/extra</directory>
15
+ </exclude>
16
+ </target>
17
+ <template locked="true">
18
+ <file>api/lang/twitter-api.pot</file>
19
+ </template>
20
+ </project>
21
+ </domain>
22
+ <domain name="twitter-errors">
23
+ <project name="Twitter errors" slug="twitter-errors">
24
+ <source>
25
+ <file>api/lang/extra/twitter-errors.php</file>
26
+ </source>
27
+ <target>
28
+ <directory>api/lang/extra</directory>
29
+ </target>
30
+ <template locked="true">
31
+ <file>api/lang/extra/twitter-errors.pot</file>
32
+ </template>
33
+ </project>
34
+ </domain>
35
+ <exclude>
36
+ <directory>api/test</directory>
37
+ </exclude>
38
+ </bundle>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: timwhitlock
3
  Donate link: http://timwhitlock.info/donate-to-a-project/
4
  Tags: twitter, tweets, oauth, api, rest, api, widget, sidebar
5
  Requires at least: 3.5.1
6
- Tested up to: 4.1.1
7
- Stable tag: 1.1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -85,6 +85,10 @@ Yes, as of version 1.1.2 Emojis are rendered the same as on twitter.com. See the
85
 
86
  == Changelog ==
87
 
 
 
 
 
88
  = 1.1.3 =
89
  * Query string encoding fix
90
  * Added Spanish translations
3
  Donate link: http://timwhitlock.info/donate-to-a-project/
4
  Tags: twitter, tweets, oauth, api, rest, api, widget, sidebar
5
  Requires at least: 3.5.1
6
+ Tested up to: 4.5.3
7
+ Stable tag: 1.1.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
85
 
86
  == Changelog ==
87
 
88
+ = 1.1.4 =
89
+ * Shipping loco.xml description
90
+ * Bumped WordPress version
91
+
92
  = 1.1.3 =
93
  * Query string encoding fix
94
  * Added Spanish translations