Version Description
25-Aug-2015 = * Small Updates in code
Download this release
Release Info
Developer | weblizar |
Plugin | Weblizar Twitter Widget |
Version | 1.0 |
Comparing to | |
See all releases |
Code changes from version 0.9 to 1.0
- readme.txt +8 -4
- twitter-tweets.php +2 -2
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
===
|
2 |
Contributors: weblizar
|
3 |
Donate link: http://www.weblizar.com/
|
4 |
-
Tags: twitter, twitter plugin, button, connect, follow button, tvet, tvett, tvit, tviter, tvitt, tweet, tweeter, twett, twit, twiter, twitter connect, tweet, twitter connect, twitter follow, twitter follow button, twitter share, twitter share button, social, button, social button, stream, tweets, twitter widget, latest tweets, add tweet, twitter shortcode, twitter button, reply, follow me, like, follow, twitter news, tweets, bitly, links, microblogging, Post, redirect, shortener,
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -77,6 +77,10 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
77 |
|
78 |
For more information, see Weblizar(http://wwww.weblizar.com/).
|
79 |
|
|
|
|
|
|
|
|
|
80 |
= 0.9 22-Apr-2015 =
|
81 |
* New: WordPress 4.2 Compatible
|
82 |
|
1 |
+
=== Twitter ===
|
2 |
Contributors: weblizar
|
3 |
Donate link: http://www.weblizar.com/
|
4 |
+
Tags: twitter, twitter plugin, button, connect, follow button, tvet, tvett, tvit, tviter, tvitt, tweet, tweeter, twett, twit, twiter, twitter connect, tweet, twitter connect, twitter follow, twitter follow button, twitter share, twitter share button, social, button, social button, stream, tweets, twitter widget, latest tweets, add tweet, twitter shortcode, twitter button, reply, follow me, like, follow, twitter news, tweets, bitly, links, microblogging, Post, redirect, shortener, yourls, widget, plugin, wordpress twitter, twitter bootstrap, archive, integrate, integration, notify, shortcode, twitter search, twitter sidebar, twitter timeline, twitter tools, twitter-followers, WordPress Twitter , twitter api, twitter badge, twitter button, twitter cards, twitter connect, twitter favorites, social bookmark, social bookmarking, add link to twitter, post to twitter, publish post to twitter, social media, feed, twitter feed, social feed, social news, twitter ads, twitter analytics, twitter cards, twitter video, embedded tweet,
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.3
|
7 |
+
Stable tag: 1.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
77 |
|
78 |
For more information, see Weblizar(http://wwww.weblizar.com/).
|
79 |
|
80 |
+
|
81 |
+
= 1.0 25-Aug-2015 =
|
82 |
+
* Small Updates in code
|
83 |
+
|
84 |
= 0.9 22-Apr-2015 =
|
85 |
* New: WordPress 4.2 Compatible
|
86 |
|
twitter-tweets.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Twitter Tweets
|
4 |
-
* Version: 0
|
5 |
-
* Description: Display latest tweets on WordPress blog from Twitter account.
|
6 |
* Author: WebLizar
|
7 |
* Author URI: http://www.weblizar.com
|
8 |
* Plugin URI: http://www.weblizar.com/plugins/
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Twitter Tweets
|
4 |
+
* Version: 1.0
|
5 |
+
* Description: Display your latest tweets on WordPress blog from your Twitter account.
|
6 |
* Author: WebLizar
|
7 |
* Author URI: http://www.weblizar.com
|
8 |
* Plugin URI: http://www.weblizar.com/plugins/
|