AccessPress Twitter Feed – Twitter Feed for WordPress - Version 1.6.6

Version Description

  • Added necessary translations to code
Download this release

Release Info

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

Code changes from version 1.6.5 to 1.6.6

accesspress-twitter-feed.php CHANGED
@@ -4,7 +4,7 @@ defined('ABSPATH') or die('No script kiddies please!');
4
  * Plugin Name: WP TFeed
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.6.5
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.6.5');
28
  }
29
 
30
  if (!defined('APTF_TD')) {
4
  * Plugin Name: WP TFeed
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.6.6
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.6.6');
28
  }
29
 
30
  if (!defined('APTF_TD')) {
inc/backend/boards/how-to-use.php CHANGED
@@ -2,7 +2,7 @@
2
  <h3><?php _e('How to use', 'accesspress-twitter-feed'); ?></h3>
3
  <p><?php _e('There are two methods to display your Twitter Feeds in your site using WP TFeed.', 'accesspress-twitter-feed'); ?></p>
4
  <h4><?php _e('Normal Feeds', 'accesspress-twitter-feed'); ?></h4>
5
- <p><?php _e('For displaying Twitter Feeds in normal manner, you can use <br/><br/>[ap-twitter-feed]<br/><br/> shortcode or WP TFeed 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"]', 'accesspress-twitter-feed'); ?></p>
7
 
8
  <h4><?php _e('Feeds In Slider', 'accesspress-twitter-feed'); ?></h4>
2
  <h3><?php _e('How to use', 'accesspress-twitter-feed'); ?></h3>
3
  <p><?php _e('There are two methods to display your Twitter Feeds in your site using WP TFeed.', 'accesspress-twitter-feed'); ?></p>
4
  <h4><?php _e('Normal Feeds', 'accesspress-twitter-feed'); ?></h4>
5
+ <p><?php _e('For displaying Twitter Feeds in normal manner, you can use:<br/><br/>[ap-twitter-feed]<br/><br/> shortcode or WP TFeed 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"]', 'accesspress-twitter-feed'); ?></p>
7
 
8
  <h4><?php _e('Feeds In Slider', 'accesspress-twitter-feed'); ?></h4>
inc/backend/boards/more-wp.php DELETED
@@ -1,4 +0,0 @@
1
- <div class="aptf-single-board-wrapper" id="aptf-morewp-board" style="display:none">
2
-
3
-
4
- </div>
 
 
 
 
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: 5.5
7
- Stable tag: 1.6.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -106,6 +106,9 @@ Once you install the plugin , you can check some general documentation about how
106
 
107
 
108
  == Changelog ==
 
 
 
109
  = 1.6.5 =
110
  * Code refinement to fix backend issues
111
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.0
6
  Tested up to: 5.5
7
+ Stable tag: 1.6.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
106
 
107
 
108
  == Changelog ==
109
+ = 1.6.6 =
110
+ * Added necessary translations to code
111
+
112
  = 1.6.5 =
113
  * Code refinement to fix backend issues
114