AccessPress Twitter Feed – Twitter Feed for WordPress - Version 1.5.5

Version Description

  • Updated documentation link
  • Fixed few broken html tags in how to use section
Download this release

Release Info

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

Code changes from version 1.5.4 to 1.5.5

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.4
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.4');
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.5
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.5');
28
  }
29
 
30
  if (!defined('APTF_TD')) {
inc/backend/boards/how-to-use.php CHANGED
@@ -2,11 +2,11 @@
2
  <h3><?php _e('How to use', 'accesspress-twitter-feed'); ?></h3>
3
  <p>There are two methods to display your Twitter Feeds in your site using AccessPress Twitter Feed Plugin.</p>
4
  <h4>Normal Feeds</h4>
5
- <p>For displaying Twitter Feeds in normal manner, you can use <br><br/>[ap-twitter-feed]<br/><br/> shortcode or AccessPress Twitter Feed Widget in any registered widget area from Appearance Widget Section.You can also pass template parameter in the shortcode such as <br/>
6
  [ap-twitter-feed template="template-1/template-2/template-3"]</p>
7
 
8
  <h4>Feeds In Slider</h4>
9
- <p>To display the twitter feeds, you can either use <br/><Br/>
10
  [ap-twitter-feed-slider] <br/><br/> <strong>Shortcode</strong> or <strong>AccessPress Twitter Feed Widget</strong> in any registered widget area from Appearance Widget Section.You can use template parameter in this shortcode too.</p>
11
  <p>Extra parameters that you can pass in slider shortcode are auto_slide="true/false" slide_duration="any duration in milliseconds:e.g: 1000" and controls="true/false"</p>
12
  <p>
2
  <h3><?php _e('How to use', 'accesspress-twitter-feed'); ?></h3>
3
  <p>There are two methods to display your Twitter Feeds in your site using AccessPress Twitter Feed Plugin.</p>
4
  <h4>Normal Feeds</h4>
5
+ <p>For displaying Twitter Feeds in normal manner, you can use <br/><br/>[ap-twitter-feed]<br/><br/> shortcode or AccessPress Twitter Feed Widget in any registered widget area from Appearance Widget Section.You can also pass template parameter in the shortcode such as <br/>
6
  [ap-twitter-feed template="template-1/template-2/template-3"]</p>
7
 
8
  <h4>Feeds In Slider</h4>
9
+ <p>To display the twitter feeds, you can either use <br/><br/>
10
  [ap-twitter-feed-slider] <br/><br/> <strong>Shortcode</strong> or <strong>AccessPress Twitter Feed Widget</strong> in any registered widget area from Appearance Widget Section.You can use template parameter in this shortcode too.</p>
11
  <p>Extra parameters that you can pass in slider shortcode are auto_slide="true/false" slide_duration="any duration in milliseconds:e.g: 1000" and controls="true/false"</p>
12
  <p>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: twitter, twitter feeds, twitter slider, twitter feeds slider, twitter plug
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.0
6
  Tested up to: 4.7
7
- Stable tag: 1.5.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -113,6 +113,13 @@ Once you install the plugin , you can check some general documentation about how
113
 
114
 
115
  == Changelog ==
 
 
 
 
 
 
 
116
  = 1.5.3 =
117
  * Updated social media links in backend
118
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.0
6
  Tested up to: 4.7
7
+ Stable tag: 1.5.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
113
 
114
 
115
  == Changelog ==
116
+ = 1.5.5 =
117
+ * Updated documentation link
118
+ * Fixed few broken html tags in how to use section
119
+
120
+ = 1.5.4 =
121
+ * Added delete cache for plugin activation
122
+
123
  = 1.5.3 =
124
  * Updated social media links in backend
125