Super RSS Reader - Version 4.8

Version Description

Download this release

Release Info

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

Code changes from version 4.7 to 4.8

includes/options.php CHANGED
@@ -146,7 +146,8 @@ class SRR_Options{
146
  'grey' => 'Grey',
147
  'dark' => 'Dark',
148
  'orange' => 'Orange',
149
- 'smodern' => 'Simple modern'
 
150
  )
151
  ),
152
  'display_type' => array(
146
  'grey' => 'Grey',
147
  'dark' => 'Dark',
148
  'orange' => 'Orange',
149
+ 'smodern' => 'Modern 1',
150
+ 'modern2' => 'Modern 2 (New)'
151
  )
152
  ),
153
  'display_type' => array(
includes/widget-admin.php CHANGED
@@ -375,6 +375,7 @@ class super_rss_reader_widget extends WP_Widget{
375
  </div>
376
  <div class="srr_pro_details">
377
  <ul class="srr_pro_features">
 
378
  <li>Shortcode - <span>Display RSS feed anywhere in your website</span></li>
379
  <li>Grid display - <span>Display feed item in rows and columns</span></li>
380
  <li>Filter by keyword - <span>Show/hide feed items based on keyword</span></li>
375
  </div>
376
  <div class="srr_pro_details">
377
  <ul class="srr_pro_features">
378
+ <li>Merge feeds - <span>Merge multiple feeds into one</span></li>
379
  <li>Shortcode - <span>Display RSS feed anywhere in your website</span></li>
380
  <li>Grid display - <span>Display feed item in rows and columns</span></li>
381
  <li>Filter by keyword - <span>Show/hide feed items based on keyword</span></li>
public/css/style.css CHANGED
@@ -171,7 +171,7 @@
171
  border-radius: 5px;
172
  }
173
 
174
- /** Simple modern **/
175
  .srr-style-smodern{
176
  border: 0;
177
  }
@@ -194,6 +194,38 @@
194
  background: #f8f8f8;
195
  }
196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
197
  /* float clearing for everyone else */
198
  .srr-clearfix:after{
199
  clear: both;
171
  border-radius: 5px;
172
  }
173
 
174
+ /** Modern 1 **/
175
  .srr-style-smodern{
176
  border: 0;
177
  }
194
  background: #f8f8f8;
195
  }
196
 
197
+ /** Modern 2 **/
198
+ .srr-style-modern2 .srr-title{
199
+ font-weight: bold;
200
+ }
201
+ .srr-style-modern2 .srr-meta{
202
+ background: rgb(0 0 0 / 3%);
203
+ padding: 0.5em 1em;
204
+ font-size: 70%;
205
+ border-radius: 0.75em;
206
+ }
207
+ .srr-style-modern2 .srr-thumb{
208
+ border-radius: 0.75em;
209
+ box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
210
+ }
211
+ .srr-style-modern2.srr-wrap .srr-item > div > * {
212
+ margin-bottom: 1em !important;
213
+ }
214
+ .srr-tab-style-modern2.srr-tab-wrap{
215
+ padding: 0 1em !important;
216
+ }
217
+ .srr-tab-style-modern2.srr-tab-wrap li{
218
+ border: none;
219
+ background: rgb(0 0 0 / 2%);
220
+ margin-right: 1em !important;
221
+ padding: 0.25em 1em !important;
222
+ border-radius: 0.75em;
223
+ }
224
+ .srr-tab-style-modern2.srr-tab-wrap .srr-active-tab{
225
+ background: rgb(0 0 0 / 3%);
226
+ box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
227
+ }
228
+
229
  /* float clearing for everyone else */
230
  .srr-clearfix:after{
231
  clear: both;
public/css/style.min.css CHANGED
@@ -1 +1 @@
1
- .srr-tab-wrap{margin:0 0 1em 0!important;background:0 0!important;border:none!important;padding:0!important}.srr-tab-wrap li{list-style:none!important;float:left;background-image:none!important;margin:5px 5px 0 0!important;padding:3px 10px!important;border-radius:3px;border:1px solid #ccc;cursor:pointer}.srr-tab-wrap li:hover{opacity:.9}.srr-main{margin-bottom:1em}.srr-main:last-child{margin-bottom:0}.srr-wrap{padding:0!important;max-width:100%;min-width:100%!important}.srr-wrap div{left:0;right:0}.srr-wrap .srr-item{border-top:0;padding:10px}.srr-wrap .srr-item:last-child{margin:0}.srr-wrap .srr-item>div>*{margin-bottom:.5em!important}.srr-wrap .srr-item>div>:first-child{margin-top:0}.srr-wrap .srr-meta,.srr-wrap .srr-title{line-height:150%}.srr-wrap .srr-thumb{position:relative;display:inline-block;width:64px;margin-top:.5em;margin-bottom:.5em;overflow:hidden}.srr-thumb img{position:absolute;left:50%;top:50%;width:100%;height:100%;max-width:none;max-height:none;transform:translate(-50%,-50%);object-fit:cover}.srr-thumb.srr-thumb-align_left{float:left;margin-right:1em}.srr-thumb.srr-thumb-align_right{float:right;margin-left:1em}.srr-thumb.srr-thumb-cover{float:none;width:100%!important}.srr-wrap .srr-summary p:last-child{margin-bottom:0}.srr-wrap .srr-summary img{width:100%;margin:0 0 1em 0}.srr-wrap .srr-summary a{margin:0!important}.srr-style-none .srr-item{padding:0 0 20px 0!important}.srr-tab-style-none .srr-active-tab{border:1px solid #888}.srr-style-grey{border:1px solid #dfdfdf}.srr-style-grey .srr-item{border-bottom:1px solid #dfdfdf}.srr-style-grey .srr-stripe{background-color:#f8f8f8}.srr-tab-style-grey .srr-active-tab{border-color:#666!important}.srr-style-dark{background:#000;border:1px solid #ccc;color:#ddd!important}.srr-style-dark a{color:#fff!important}.srr-style-dark .srr-item{border-color:#333}.srr-style-dark .srr-stripe{background:#333}.srr-tab-style-dark li{border-color:#666;background:#333;color:#fff!important}.srr-tab-style-dark .srr-active-tab{background:#666!important}.srr-style-orange{border:2px solid #f90;-webkit-border-radius:5px;border-radius:5px;-webkit-box-shadow:inset 0 2px 6px 0 rgba(0,0,0,.3);box-shadow:inset 0 2px 6px 0 rgba(0,0,0,.3)}.srr-style-orange .srr-item{border-bottom:1px solid #f90}.srr-tab-style-orange li{border-color:#f90;background:#fff8ec;color:#333!important}.srr-tab-style-orange .srr-active-tab{background:#f90!important;color:#fff!important}.srr-style-orange .srr-thumb img{border-radius:5px}.srr-style-smodern{border:0}.srr-style-smodern .srr-item{border-radius:10px;border:0}.srr-style-smodern:hover .srr-item{opacity:.3}.srr-style-smodern .srr-item:hover{opacity:1}.srr-tab-style-smodern .srr-active-tab{color:#000!important;background:#fff!important;box-shadow:inset 0 0 5px #747474}.srr-style-smodern .srr-stripe{background:#f8f8f8}.srr-clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;font-size:0}
1
+ .srr-tab-wrap{margin:0 0 1em 0!important;background:0 0!important;border:none!important;padding:0!important}.srr-tab-wrap li{list-style:none!important;float:left;background-image:none!important;margin:5px 5px 0 0!important;padding:3px 10px!important;border-radius:3px;border:1px solid #ccc;cursor:pointer}.srr-tab-wrap li:hover{opacity:.9}.srr-main{margin-bottom:1em}.srr-main:last-child{margin-bottom:0}.srr-wrap{padding:0!important;max-width:100%;min-width:100%!important}.srr-wrap div{left:0;right:0}.srr-wrap .srr-item{border-top:0;padding:10px}.srr-wrap .srr-item:last-child{margin:0}.srr-wrap .srr-item>div>*{margin-bottom:.5em!important}.srr-wrap .srr-item>div>:first-child{margin-top:0}.srr-wrap .srr-meta,.srr-wrap .srr-title{line-height:150%}.srr-wrap .srr-thumb{position:relative;display:inline-block;width:64px;margin-top:.5em;margin-bottom:.5em;overflow:hidden}.srr-thumb img{position:absolute;left:50%;top:50%;width:100%;height:100%;max-width:none;max-height:none;transform:translate(-50%,-50%);object-fit:cover}.srr-thumb.srr-thumb-align_left{float:left;margin-right:1em}.srr-thumb.srr-thumb-align_right{float:right;margin-left:1em}.srr-thumb.srr-thumb-cover{float:none;width:100%!important}.srr-wrap .srr-summary p:last-child{margin-bottom:0}.srr-wrap .srr-summary img{width:100%;margin:0 0 1em 0}.srr-wrap .srr-summary a{margin:0!important}.srr-style-none .srr-item{padding:0 0 20px 0!important}.srr-tab-style-none .srr-active-tab{border:1px solid #888}.srr-style-grey{border:1px solid #dfdfdf}.srr-style-grey .srr-item{border-bottom:1px solid #dfdfdf}.srr-style-grey .srr-stripe{background-color:#f8f8f8}.srr-tab-style-grey .srr-active-tab{border-color:#666!important}.srr-style-dark{background:#000;border:1px solid #ccc;color:#ddd!important}.srr-style-dark a{color:#fff!important}.srr-style-dark .srr-item{border-color:#333}.srr-style-dark .srr-stripe{background:#333}.srr-tab-style-dark li{border-color:#666;background:#333;color:#fff!important}.srr-tab-style-dark .srr-active-tab{background:#666!important}.srr-style-orange{border:2px solid #f90;-webkit-border-radius:5px;border-radius:5px;-webkit-box-shadow:inset 0 2px 6px 0 rgba(0,0,0,.3);box-shadow:inset 0 2px 6px 0 rgba(0,0,0,.3)}.srr-style-orange .srr-item{border-bottom:1px solid #f90}.srr-tab-style-orange li{border-color:#f90;background:#fff8ec;color:#333!important}.srr-tab-style-orange .srr-active-tab{background:#f90!important;color:#fff!important}.srr-style-orange .srr-thumb img{border-radius:5px}.srr-style-smodern{border:0}.srr-style-smodern .srr-item{border-radius:10px;border:0}.srr-style-smodern:hover .srr-item{opacity:.3}.srr-style-smodern .srr-item:hover{opacity:1}.srr-tab-style-smodern .srr-active-tab{color:#000!important;background:#fff!important;box-shadow:inset 0 0 5px #747474}.srr-style-smodern .srr-stripe{background:#f8f8f8}.srr-style-modern2 .srr-title{font-weight:700}.srr-style-modern2 .srr-meta{background:rgb(0 0 0 / 3%);padding:.5em 1em;font-size:70%;border-radius:.75em}.srr-style-modern2 .srr-thumb{border-radius:.75em;box-shadow:0 3px 10px rgb(0 0 0 / .2)}.srr-style-modern2.srr-wrap .srr-item>div>*{margin-bottom:1em!important}.srr-tab-style-modern2.srr-tab-wrap{padding:0 1em!important}.srr-tab-style-modern2.srr-tab-wrap li{border:none;background:rgb(0 0 0 / 2%);margin-right:1em!important;padding:.25em 1em!important;border-radius:.75em}.srr-tab-style-modern2.srr-tab-wrap .srr-active-tab{background:rgb(0 0 0 / 3%);box-shadow:0 1px 4px rgb(0 0 0 / 20%)}.srr-clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;font-size:0}
readme.txt CHANGED
@@ -7,8 +7,8 @@ License: GPLv2 or later
7
  Donate Link: https://www.paypal.me/vaakash
8
  Requires at least: 5.3
9
  Requires PHP: 5.3
10
- Tested up to: 6.0.1
11
- Stable tag: 4.7
12
 
13
  Display any RSS feed(s) in widget with news ticker effect in multiple tabs, thumbnails, customizable color themes and more.
14
 
@@ -51,6 +51,7 @@ Super RSS reader has a PRO version which has more features to further enhance an
51
  * **Filter by keyword** - Show/hide feed items based on keyword
52
  * **Custom feed item template** - Change order of feed item content, add HTML
53
  * **Fetch thumbnail** - Forcefully fetches the thumbnail from feed URL
 
54
  * **4 new** color themes
55
 
56
  [**More information**](https://www.aakashweb.com/wordpress-plugins/super-rss-reader/?utm_source=readme&utm_medium=description&utm_campaign=srr-pro) - [Live demo](https://wpdemos.aakashweb.com/super-rss-reader/?utm_source=readme&utm_medium=description&utm_campaign=srr-pro)
@@ -130,6 +131,9 @@ The additional effect needs only 2.5 KB of additional JavaScript file which is v
130
 
131
  ## Changelog
132
 
 
 
 
133
  ### 4.7
134
  * New: Support for lazy loading is enabled for thumbnails.
135
  * New: WordPress requirement is updated.
7
  Donate Link: https://www.paypal.me/vaakash
8
  Requires at least: 5.3
9
  Requires PHP: 5.3
10
+ Tested up to: 6.0.3
11
+ Stable tag: 4.8
12
 
13
  Display any RSS feed(s) in widget with news ticker effect in multiple tabs, thumbnails, customizable color themes and more.
14
 
51
  * **Filter by keyword** - Show/hide feed items based on keyword
52
  * **Custom feed item template** - Change order of feed item content, add HTML
53
  * **Fetch thumbnail** - Forcefully fetches the thumbnail from feed URL
54
+ * **Merge multiple feeds** - Display multiple RSS feeds as one
55
  * **4 new** color themes
56
 
57
  [**More information**](https://www.aakashweb.com/wordpress-plugins/super-rss-reader/?utm_source=readme&utm_medium=description&utm_campaign=srr-pro) - [Live demo](https://wpdemos.aakashweb.com/super-rss-reader/?utm_source=readme&utm_medium=description&utm_campaign=srr-pro)
131
 
132
  ## Changelog
133
 
134
+ ### 4.8
135
+ * New: Color theme (Modern 2).
136
+
137
  ### 4.7
138
  * New: Support for lazy loading is enabled for thumbnails.
139
  * New: WordPress requirement is updated.
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.7
9
  * Text Domain: super-rss-reader
10
  * Domain Path: /languages
11
  */
12
 
13
- define( 'SRR_VERSION', '4.7' );
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.8
9
  * Text Domain: super-rss-reader
10
  * Domain Path: /languages
11
  */
12
 
13
+ define( 'SRR_VERSION', '4.8' );
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__ ) );