Version Description
- version update
Download this release
Release Info
Developer | weblizar |
Plugin | Weblizar Twitter Widget |
Version | 1.6.0 |
Comparing to | |
See all releases |
Code changes from version 1.5.9 to 1.6.0
- readme.txt +4 -3
- twitter-tweets.php +1 -1
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Twitter ===
|
2 |
Contributors: weblizar
|
3 |
Donate link: http://www.weblizar.com/
|
4 |
-
Tags: twitter, twitter
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -78,6 +78,7 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
78 |
|
79 |
For more information, see Weblizar(http://wwww.weblizar.com/).
|
80 |
|
|
|
81 |
= 1.5.9 - update
|
82 |
= 1.5.8 10/10/16 =
|
83 |
* plugin version u
|
1 |
=== Twitter ===
|
2 |
Contributors: weblizar
|
3 |
Donate link: http://www.weblizar.com/
|
4 |
+
Tags: twitter, twitter widget, twitter wordpress plugin,twitter feed
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 4.7.4
|
7 |
+
Stable tag: 1.6.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
78 |
|
79 |
For more information, see Weblizar(http://wwww.weblizar.com/).
|
80 |
|
81 |
+
= 1.6.0 - version update
|
82 |
= 1.5.9 - update
|
83 |
= 1.5.8 10/10/16 =
|
84 |
* plugin version u
|
twitter-tweets.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Twitter Tweets
|
4 |
-
* Version: 1.
|
5 |
* Description: Display your latest tweets on WordPress blog from your Twitter account.
|
6 |
* Author: WebLizar
|
7 |
* Author URI: http://www.weblizar.com/
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Twitter Tweets
|
4 |
+
* Version: 1.6.0
|
5 |
* Description: Display your latest tweets on WordPress blog from your Twitter account.
|
6 |
* Author: WebLizar
|
7 |
* Author URI: http://www.weblizar.com/
|