AccessPress Twitter Feed – Twitter Feed for WordPress - Version 1.5.3

Version Description

  • Updated social media links in backend
Download this release

Release Info

Developer Access Keys
Plugin Icon 128x128 AccessPress Twitter Feed – Twitter Feed for WordPress
Version 1.5.3
Comparing to
See all releases

Code changes from version 1.5.2 to 1.5.3

accesspress-twitter-feed.php CHANGED
@@ -4,7 +4,7 @@ defined('ABSPATH') or die('No script kiddies please!');
4
  * Plugin Name: AccessPress Twitter Feed
5
  * Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed/
6
  * Description: A plugin to show your twitter feed in your site with various configurable settings
7
- * Version: 1.5.2
8
  * Author: AccessPress Themes
9
  * Author URI: http://accesspressthemes.com
10
  * Text Domain: accesspress-twitter-feed
@@ -24,7 +24,7 @@ if (!defined('APTF_CSS_DIR')) {
24
  define('APTF_CSS_DIR', plugin_dir_url(__FILE__) . 'css');
25
  }
26
  if (!defined('APTF_VERSION')) {
27
- define('APTF_VERSION', '1.5.2');
28
  }
29
 
30
  if (!defined('APTF_TD')) {
4
  * Plugin Name: AccessPress Twitter Feed
5
  * Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed/
6
  * Description: A plugin to show your twitter feed in your site with various configurable settings
7
+ * Version: 1.5.3
8
  * Author: AccessPress Themes
9
  * Author URI: http://accesspressthemes.com
10
  * Text Domain: accesspress-twitter-feed
24
  define('APTF_CSS_DIR', plugin_dir_url(__FILE__) . 'css');
25
  }
26
  if (!defined('APTF_VERSION')) {
27
+ define('APTF_VERSION', '1.5.3');
28
  }
29
 
30
  if (!defined('APTF_TD')) {
inc/backend/boards/about.php CHANGED
@@ -39,7 +39,7 @@
39
  <iframe style="border: none; overflow: hidden; width: 100%; height: 206px;" src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FAccessPress-Themes%2F1396595907277967&amp;width=842&amp;height=258&amp;colorscheme=light&amp;show_faces=true&amp;header=false&amp;stream=false&amp;show_border=true&amp;appId=1411139805828592" width="240" height="150" frameborder="0" scrolling="no"></iframe></p>
40
 
41
  <ul class="social-icon">
42
- <li><a href="https://plus.google.com/u/0/+Accesspressthemesprofile/about" target="_blank"><img src="<?php echo APTF_IMAGE_DIR; ?>/googleplus.png" alt="google+"></a></li>
43
  <li><a href="http://www.pinterest.com/accesspresswp/" target="_blank"><img src="<?php echo APTF_IMAGE_DIR; ?>/pinterest.png" alt="pinterest"></a></li>
44
  <li><a href="https://www.flickr.com/photos/accesspressthemes/" target="_blank"><img src="<?php echo APTF_IMAGE_DIR; ?>/flicker.png" alt="flicker"></a></li>
45
  <li><a href="https://twitter.com/apthemes" target="_blank"><img src="<?php echo APTF_IMAGE_DIR; ?>/twitter.png" alt="twitter"/></a></li>
39
  <iframe style="border: none; overflow: hidden; width: 100%; height: 206px;" src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FAccessPress-Themes%2F1396595907277967&amp;width=842&amp;height=258&amp;colorscheme=light&amp;show_faces=true&amp;header=false&amp;stream=false&amp;show_border=true&amp;appId=1411139805828592" width="240" height="150" frameborder="0" scrolling="no"></iframe></p>
40
 
41
  <ul class="social-icon">
42
+ <li><a href="https://plus.google.com/+Accesspressthemesprofile" target="_blank"><img src="<?php echo APTF_IMAGE_DIR; ?>/googleplus.png" alt="google+"></a></li>
43
  <li><a href="http://www.pinterest.com/accesspresswp/" target="_blank"><img src="<?php echo APTF_IMAGE_DIR; ?>/pinterest.png" alt="pinterest"></a></li>
44
  <li><a href="https://www.flickr.com/photos/accesspressthemes/" target="_blank"><img src="<?php echo APTF_IMAGE_DIR; ?>/flicker.png" alt="flicker"></a></li>
45
  <li><a href="https://twitter.com/apthemes" target="_blank"><img src="<?php echo APTF_IMAGE_DIR; ?>/twitter.png" alt="twitter"/></a></li>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Access Keys
3
  Tags: twitter, twitter feeds, twitter slider, twitter feeds slider, twitter plugin, twitter feed plugin, twitter tweets, tweets, twitter tweet plugin, recent tweets widget, recent tweets plugin, recent tweet feeds
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.0
6
- Tested up to: 4.6
7
- Stable tag: 1.5.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -13,6 +13,7 @@ Display real-time Twitter feeds on your website. Update your website visitors wi
13
  == Description ==
14
  [Homepage](https://accesspressthemes.com/) | [Documentation](https://accesspressthemes.com/documentation/accesspress-twitter-feed/) | [Support](https://accesspressthemes.com/support) | [Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed/) | [Premium Version](https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed-pro/)
15
 
 
16
 
17
  <strong>AccessPress Twitter Feed</strong> is a FREE 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. Display tweets as a feed or in slider. It just takes a few minute to set it up and use. Start strong Twitter integration right on your website and increase your social reach to next level.
18
 
@@ -112,6 +113,9 @@ Once you install the plugin , you can check some general documentation about how
112
 
113
 
114
  == Changelog ==
 
 
 
115
  = 1.5.2 =
116
  * Revised about section
117
 
3
  Tags: twitter, twitter feeds, twitter slider, twitter feeds slider, twitter plugin, twitter feed plugin, twitter tweets, tweets, twitter tweet plugin, recent tweets widget, recent tweets plugin, recent tweet feeds
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.0
6
+ Tested up to: 4.7
7
+ Stable tag: 1.5.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
13
  == Description ==
14
  [Homepage](https://accesspressthemes.com/) | [Documentation](https://accesspressthemes.com/documentation/accesspress-twitter-feed/) | [Support](https://accesspressthemes.com/support) | [Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed/) | [Premium Version](https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed-pro/)
15
 
16
+ Tested with WordPress 4.7
17
 
18
  <strong>AccessPress Twitter Feed</strong> is a FREE 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. Display tweets as a feed or in slider. It just takes a few minute to set it up and use. Start strong Twitter integration right on your website and increase your social reach to next level.
19
 
113
 
114
 
115
  == Changelog ==
116
+ = 1.5.3 =
117
+ * Updated social media links in backend
118
+
119
  = 1.5.2 =
120
  * Revised about section
121