AccessPress Twitter Feed – Twitter Feed for WordPress - Version 1.4.7

Version Description

  • Added aptf_date_value filter for date format
Download this release

Release Info

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

Code changes from version 1.4.6 to 1.4.7

Files changed (2) hide show
  1. accesspress-twitter-feed.php +4 -2
  2. readme.txt +4 -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.4.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.4.6');
28
  }
29
 
30
  if (!defined('APTF_TD')) {
@@ -207,6 +207,7 @@ if (!class_exists('APTF_Class')) {
207
  * @return type
208
  */
209
  function get_date_format($date, $format) {
 
210
  switch($format){
211
  case 'full_date':
212
  $date = strtotime($date);
@@ -269,6 +270,7 @@ if (!class_exists('APTF_Class')) {
269
  default:
270
  break;
271
  }
 
272
  return $date;
273
  }
274
 
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.4.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.4.7');
28
  }
29
 
30
  if (!defined('APTF_TD')) {
207
  * @return type
208
  */
209
  function get_date_format($date, $format) {
210
+ $unformatted_date = $date;
211
  switch($format){
212
  case 'full_date':
213
  $date = strtotime($date);
270
  default:
271
  break;
272
  }
273
+ $date = apply_filters('aptf_date_value',$date,$unformatted_date);
274
  return $date;
275
  }
276
 
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: 3.8
6
  Tested up to: 4.5
7
- Stable tag: 1.4.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -14,8 +14,6 @@ Display real-time Twitter feeds on your website. Update your website visitors wi
14
  <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.
15
 
16
 
17
-
18
-
19
  = Free Features: =
20
 
21
  * <strong>Fetch latest tweets from any account</strong>
@@ -107,6 +105,9 @@ Once you install the plugin , you can check some general documentation about how
107
 
108
 
109
  == Changelog ==
 
 
 
110
  = 1.4.6 =
111
  * Updated bxslider js
112
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.5
7
+ Stable tag: 1.4.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
14
  <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.
15
 
16
 
 
 
17
  = Free Features: =
18
 
19
  * <strong>Fetch latest tweets from any account</strong>
105
 
106
 
107
  == Changelog ==
108
+ = 1.4.7 =
109
+ * Added aptf_date_value filter for date format
110
+
111
  = 1.4.6 =
112
  * Updated bxslider js
113