Version Description
[21-12-2021] * Tested with php 8.0.9
Download this release
Release Info
Developer | weblizar |
Plugin | Weblizar Twitter Widget |
Version | 2.1.1 |
Comparing to | |
See all releases |
Code changes from version 2.1.0 to 2.1.1
- readme.txt +4 -2
- twiiter_help.php +1 -1
- twitter-tweets.php +1 -1
- twitter-tweets_shortcode.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.8
|
7 |
-
Stable tag: 2.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -112,6 +112,8 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
112 |
== Change-log ==
|
113 |
|
114 |
For more information, see Weblizar(https://weblizar.com/)
|
|
|
|
|
115 |
|
116 |
= 2.1.0 =[21-12-2021]
|
117 |
* Tested Upto WP 5.8.2
|
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.8.2
|
7 |
+
Stable tag: 2.1.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
112 |
== Change-log ==
|
113 |
|
114 |
For more information, see Weblizar(https://weblizar.com/)
|
115 |
+
= 2.1.1 =[21-12-2021]
|
116 |
+
* Tested with php 8.0.9
|
117 |
|
118 |
= 2.1.0 =[21-12-2021]
|
119 |
* Tested Upto WP 5.8.2
|
twiiter_help.php
CHANGED
@@ -69,7 +69,7 @@ if ( isset( $_REQUEST['wl_twitter_consumer_key'] ) && isset( $_REQUEST['twitter_
|
|
69 |
<form name='fb-form' id='fb-form'>
|
70 |
<?php
|
71 |
$twitterSettings = unserialize( get_option( 'ali_twitter_shortcode' ) );
|
72 |
-
$TwitterUserName = '
|
73 |
if ( isset( $twitterSettings['TwitterUserName'] ) ) {
|
74 |
$TwitterUserName = $twitterSettings['TwitterUserName'];
|
75 |
}
|
69 |
<form name='fb-form' id='fb-form'>
|
70 |
<?php
|
71 |
$twitterSettings = unserialize( get_option( 'ali_twitter_shortcode' ) );
|
72 |
+
$TwitterUserName = 'weblizarT';
|
73 |
if ( isset( $twitterSettings['TwitterUserName'] ) ) {
|
74 |
$TwitterUserName = $twitterSettings['TwitterUserName'];
|
75 |
}
|
twitter-tweets.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Customize Feeds for Twitter
|
4 |
-
* Version: 2.1.
|
5 |
* Description: Customize Feeds 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/
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Customize Feeds for Twitter
|
4 |
+
* Version: 2.1.1
|
5 |
* Description: Customize Feeds 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/
|
twitter-tweets_shortcode.php
CHANGED
@@ -11,7 +11,7 @@ function twitter_tweet_shortcode() {
|
|
11 |
if ( isset( $twitterSettings['TwitterUserName'] ) ) {
|
12 |
$TwitterUserName = $twitterSettings['TwitterUserName'];
|
13 |
} else {
|
14 |
-
$TwitterUserName = '
|
15 |
}
|
16 |
|
17 |
$Theme = 'light';
|
11 |
if ( isset( $twitterSettings['TwitterUserName'] ) ) {
|
12 |
$TwitterUserName = $twitterSettings['TwitterUserName'];
|
13 |
} else {
|
14 |
+
$TwitterUserName = 'weblizarT';
|
15 |
}
|
16 |
|
17 |
$Theme = 'light';
|