Version Description
- Compatible with wp5.2.1
Download this release
Release Info
Developer | weblizar |
Plugin | Weblizar Twitter Widget |
Version | 1.8.4 |
Comparing to | |
See all releases |
Code changes from version 1.8.3 to 1.8.4
- readme.txt +5 -2
- twitter-tweets.php +1 -1
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: weblizar
|
|
3 |
Donate link: https://www.weblizar.com/
|
4 |
Tags: twitter, tweets, twitter tweets, twitter widget, twitter wordPress plugin, twitter feed
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 1.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -111,6 +111,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
111 |
|
112 |
For more information, see Weblizar(https://weblizar.com/)
|
113 |
|
|
|
|
|
|
|
114 |
= 1.8.3 =
|
115 |
- Compatible with wp5.1.1
|
116 |
- Bug fixed related to widget ( internal server error 500 ).
|
3 |
Donate link: https://www.weblizar.com/
|
4 |
Tags: twitter, tweets, twitter tweets, twitter widget, twitter wordPress plugin, twitter feed
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 5.2.1
|
7 |
+
Stable tag: 1.8.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
111 |
|
112 |
For more information, see Weblizar(https://weblizar.com/)
|
113 |
|
114 |
+
= 1.8.4 =
|
115 |
+
- Compatible with wp5.2.1
|
116 |
+
|
117 |
= 1.8.3 =
|
118 |
- Compatible with wp5.1.1
|
119 |
- Bug fixed related to widget ( internal server error 500 ).
|
twitter-tweets.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Weblizar Twitter Tweets
|
4 |
-
* Version: 1.8.
|
5 |
* Description: Weblizar Twitter Tweets plugin for WordPress. You can use this to display real time Twitter feeds on any where on your webiste by using shortcode or widgets
|
6 |
* Author: Weblizar
|
7 |
* Author URI: https://www.weblizar.com/
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Weblizar Twitter Tweets
|
4 |
+
* Version: 1.8.4
|
5 |
* Description: Weblizar Twitter Tweets plugin for WordPress. You can use this to display real time Twitter feeds on any where on your webiste by using shortcode or widgets
|
6 |
* Author: Weblizar
|
7 |
* Author URI: https://www.weblizar.com/
|