Version Description
- version update + WordPress 4.9.5 Compatible
Download this release
Release Info
Developer | weblizar |
Plugin | Weblizar Twitter Widget |
Version | 1.7.4 |
Comparing to | |
See all releases |
Code changes from version 1.7.3 to 1.7.4
- readme.txt +4 -3
- twitter-tweets.php +1 -1
readme.txt
CHANGED
@@ -3,8 +3,8 @@ 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.9.
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -76,8 +76,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
76 |
|
77 |
== Changelog ==
|
78 |
|
79 |
-
For more information, see Weblizar(
|
80 |
|
|
|
81 |
= 1.7.3 - Plugin readme and name change
|
82 |
= 1.7.2 - plugin readme update
|
83 |
= 1.7.1 - version update + WordPress 4.9 Compatible
|
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.9.5
|
7 |
+
Stable tag: 1.7.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
76 |
|
77 |
== Changelog ==
|
78 |
|
79 |
+
For more information, see Weblizar(https://weblizar.com/)
|
80 |
|
81 |
+
= 1.7.4 - version update + WordPress 4.9.5 Compatible
|
82 |
= 1.7.3 - Plugin readme and name change
|
83 |
= 1.7.2 - plugin readme update
|
84 |
= 1.7.1 - version update + WordPress 4.9 Compatible
|
twitter-tweets.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Weblizar Twitter Widget
|
4 |
-
* Version: 1.7.
|
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: Weblizar Twitter Widget
|
4 |
+
* Version: 1.7.4
|
5 |
* Description: Display your latest tweets on WordPress blog from your Twitter account.
|
6 |
* Author: Weblizar
|
7 |
* Author URI: http://www.weblizar.com/
|