AccessPress Twitter Feed – Twitter Feed for WordPress - Version 1.5.7

Version Description

  • Updated default fallback message
Download this release

Release Info

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

Code changes from version 1.5.6 to 1.5.7

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.6
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.6');
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.7
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.7');
28
  }
29
 
30
  if (!defined('APTF_TD')) {
inc/frontend/shortcode.php CHANGED
@@ -19,7 +19,7 @@ if(isset($atts['follow_button'])){
19
 
20
  }
21
  if(isset($tweets->errors)){
22
- $fallback_message = ($aptf_settings['fallback_message']=='')?__('Something went wrong with the twitter.','accesspress-twitter-feed'):$aptf_settings['fallback_message'];
23
  ?>
24
  <p><?php echo $fallback_message;?></p>
25
  <?php
19
 
20
  }
21
  if(isset($tweets->errors)){
22
+ $fallback_message = ($aptf_settings['fallback_message']=='')?__('Something went wrong with the twitter. Please check your credentials and twitter username in the twitter settings.','accesspress-twitter-feed'):$aptf_settings['fallback_message'];
23
  ?>
24
  <p><?php echo $fallback_message;?></p>
25
  <?php
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.9
7
- Stable tag: 1.5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -110,6 +110,9 @@ Once you install the plugin , you can check some general documentation about how
110
 
111
 
112
  == Changelog ==
 
 
 
113
  = 1.5.6 =
114
  * WordPress 4.8 Compatibility Check
115
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.0
6
  Tested up to: 4.9
7
+ Stable tag: 1.5.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
110
 
111
 
112
  == Changelog ==
113
+ = 1.5.7 =
114
+ * Updated default fallback message
115
+
116
  = 1.5.6 =
117
  * WordPress 4.8 Compatibility Check
118