AccessPress Twitter Feed – Twitter Feed for WordPress - Version 1.6.5

Version Description

  • Code refinement to fix backend issues
Download this release

Release Info

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

Code changes from version 1.6.4 to 1.6.5

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.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.6.4');
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.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.6.5');
28
  }
29
 
30
  if (!defined('APTF_TD')) {
inc/backend/settings.php CHANGED
@@ -54,11 +54,6 @@ $aptf_settings = $this->aptf_settings;
54
  * About Panel
55
  */
56
  include('boards/about.php');
57
-
58
- /**
59
- * More WordPress Resources Panel
60
- */
61
- include('boards/more-wp.php');
62
  ?>
63
  <?php
64
  wp_nonce_field('aptf_action_nonce', 'aptf_nonce_field');
54
  * About Panel
55
  */
56
  include('boards/about.php');
 
 
 
 
 
57
  ?>
58
  <?php
59
  wp_nonce_field('aptf_action_nonce', 'aptf_nonce_field');
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.4
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.4 =
110
  * Checked compatibility with the latest wp version
111
  * Added new setting to display retweeted image
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
 
107
 
108
  == Changelog ==
109
+ = 1.6.5 =
110
+ * Code refinement to fix backend issues
111
+
112
  = 1.6.4 =
113
  * Checked compatibility with the latest wp version
114
  * Added new setting to display retweeted image