Version Description
- Compatible with wp5.2.2
- Plugin name changes
- Banner and icons chanegs
Download this release
Release Info
Developer | weblizar |
Plugin | Weblizar Twitter Widget |
Version | 1.8.5 |
Comparing to | |
See all releases |
Code changes from version 1.8.4 to 1.8.5
- readme.txt +8 -6
- twitter-tweets.php +3 -3
readme.txt
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
-
===
|
2 |
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.2.
|
7 |
Stable tag: 1.8.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
|
16 |
|
17 |
It is completely customizable, responsive and search engine crawlable versions of your Twitter feed on your website. Completely match the look and feel of your site with tons of customization options!
|
18 |
|
@@ -111,8 +111,10 @@ 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.
|
115 |
-
- Compatible with wp5.2.
|
|
|
|
|
116 |
|
117 |
= 1.8.3 =
|
118 |
- Compatible with wp5.1.1
|
1 |
+
=== Custom Tweets For Twitter ===
|
2 |
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.2.2
|
7 |
Stable tag: 1.8.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Custom Tweets For Twitter plugin for WordPress. You can use this to display real time Twitter feeds on any where on your website by using shortcode or widgets.
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
Custom Tweets For Twitter plugin is display the real time Twitter feeds on your WordPress website by using shortcode or widgetsg.
|
16 |
|
17 |
It is completely customizable, responsive and search engine crawlable versions of your Twitter feed on your website. Completely match the look and feel of your site with tons of customization options!
|
18 |
|
111 |
|
112 |
For more information, see Weblizar(https://weblizar.com/)
|
113 |
|
114 |
+
= 1.8.5 =
|
115 |
+
- Compatible with wp5.2.2
|
116 |
+
- Plugin name changes
|
117 |
+
- Banner and icons chanegs
|
118 |
|
119 |
= 1.8.3 =
|
120 |
- Compatible with wp5.1.1
|
twitter-tweets.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
* Plugin Name:
|
4 |
-
* Version: 1.8.
|
5 |
-
* Description:
|
6 |
* Author: Weblizar
|
7 |
* Author URI: https://www.weblizar.com/
|
8 |
* Plugin URI: https://www.weblizar.com/plugins/
|
1 |
<?php
|
2 |
/*
|
3 |
+
* Plugin Name: Custom Tweets For Twitter
|
4 |
+
* Version: 1.8.5
|
5 |
+
* Description: Custom Tweets For Twitter 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/
|
8 |
* Plugin URI: https://www.weblizar.com/plugins/
|