Super RSS Reader - Version 4.4.1

Version Description

Download this release

Release Info

Developer vaakash
Plugin Icon 128x128 Super RSS Reader
Version 4.4.1
Comparing to
See all releases

Code changes from version 4.4 to 4.4.1

Files changed (4) hide show
  1. Thumbs.db +0 -0
  2. includes/feed.php +1 -1
  3. readme.txt +4 -1
  4. super-rss-reader.php +2 -2
Thumbs.db DELETED
Binary file
includes/feed.php CHANGED
@@ -301,7 +301,7 @@ class SRR_Feed{
301
 
302
  function process_items( $items, $count, $order_by ){
303
 
304
- if( count( $items ) == 0 || $order_by == 'default' ){
305
  return $items;
306
  }
307
 
301
 
302
  function process_items( $items, $count, $order_by ){
303
 
304
+ if( count( $items ) == 0 ){
305
  return $items;
306
  }
307
 
readme.txt CHANGED
@@ -8,7 +8,7 @@ Donate Link: https://www.paypal.me/vaakash
8
  Requires at least: 2.8
9
  Requires PHP: 5.3
10
  Tested up to: 5.8.2
11
- Stable tag: 4.4
12
 
13
  Display any RSS feed(s) in widget with news ticker effect in multiple tabs, thumbnails, customizable color themes and more.
14
 
@@ -128,6 +128,9 @@ The additional effect needs only 2.5 KB of additional JavaScript file which is v
128
 
129
  ## Changelog
130
 
 
 
 
131
  ### 4.4
132
  * New: Option to prefer full content or summary to display as feed description.
133
  * New: Default ordering option.
8
  Requires at least: 2.8
9
  Requires PHP: 5.3
10
  Tested up to: 5.8.2
11
+ Stable tag: 4.4.1
12
 
13
  Display any RSS feed(s) in widget with news ticker effect in multiple tabs, thumbnails, customizable color themes and more.
14
 
128
 
129
  ## Changelog
130
 
131
+ ### 4.4.1
132
+ * Fix: All feed items were displayed when "Order by" is selected as "default"
133
+
134
  ### 4.4
135
  * New: Option to prefer full content or summary to display as feed description.
136
  * New: Default ordering option.
super-rss-reader.php CHANGED
@@ -5,12 +5,12 @@
5
  * Description: Display any RSS feed(s) in widget with news ticker effect in multiple tabs, thumbnails, customizable color themes and more.
6
  * Author: Aakash Chakravarthy
7
  * Author URI: https://www.aakashweb.com/
8
- * Version: 4.4
9
  * Text Domain: super-rss-reader
10
  * Domain Path: /languages
11
  */
12
 
13
- define( 'SRR_VERSION', '4.4' );
14
  define( 'SRR_PATH', plugin_dir_path( __FILE__ ) ); // All have trailing slash
15
  define( 'SRR_URL', plugin_dir_url( __FILE__ ) );
16
  define( 'SRR_BASE_NAME', plugin_basename( __FILE__ ) );
5
  * Description: Display any RSS feed(s) in widget with news ticker effect in multiple tabs, thumbnails, customizable color themes and more.
6
  * Author: Aakash Chakravarthy
7
  * Author URI: https://www.aakashweb.com/
8
+ * Version: 4.4.1
9
  * Text Domain: super-rss-reader
10
  * Domain Path: /languages
11
  */
12
 
13
+ define( 'SRR_VERSION', '4.4.1' );
14
  define( 'SRR_PATH', plugin_dir_path( __FILE__ ) ); // All have trailing slash
15
  define( 'SRR_URL', plugin_dir_url( __FILE__ ) );
16
  define( 'SRR_BASE_NAME', plugin_basename( __FILE__ ) );