File tree Expand file tree Collapse file tree 6 files changed +17
-4
lines changed Expand file tree Collapse file tree 6 files changed +17
-4
lines changed Original file line number Diff line number Diff line change
1
+ ##### [ Version 4.1.1] ( https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.1.0...v4.1.1 ) (2023-01-03)
2
+
3
+ - fix className parameter in the shortcode
4
+ - Improve plugin security
5
+
1
6
#### [ Version 4.1.0] ( https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.0.5...v4.1.0 ) (2022-12-06)
2
7
3
8
Original file line number Diff line number Diff line change 2
2
* feedzy-rss-feeds.css
3
3
* Feedzy RSS Feed
4
4
* Copyright: (c) 2016 Themeisle, themeisle.com
5
- * Version: 4.1.0
5
+ * Version: 4.1.1
6
6
* Plugin Name: FEEDZY RSS Feeds
7
7
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
8
8
* Author: Themeisle
Original file line number Diff line number Diff line change 15
15
* Plugin Name: Feedzy RSS Feeds Lite
16
16
* Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds/
17
17
* Description: A small and lightweight RSS aggregator plugin. Fast and very easy to use, it allows you to aggregate multiple RSS feeds into your WordPress site through fully customizable shortcodes & widgets.
18
- * Version: 4.1.0
18
+ * Version: 4.1.1
19
19
* Author: Themeisle
20
20
* Author URI: http://themeisle.com
21
21
* License: GPL-2.0+
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ public static function instance() {
104
104
*/
105
105
public function init () {
106
106
self ::$ plugin_name = 'feedzy-rss-feeds ' ;
107
- self ::$ version = '4.1.0 ' ;
107
+ self ::$ version = '4.1.1 ' ;
108
108
self ::$ instance ->load_dependencies ();
109
109
self ::$ instance ->set_locale ();
110
110
self ::$ instance ->define_admin_hooks ();
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " feedzy-rss-feeds" ,
3
- "version" : " 4.1.0 " ,
3
+ "version" : " 4.1.1 " ,
4
4
"description" : " Feedzy RSS Feeds - lite version" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -464,6 +464,14 @@ You have to check first if your feed is valid. Please test it here: https://vali
464
464
465
465
== Changelog ==
466
466
467
+ ##### [Version 4.1.1](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.1.0...v4.1.1) (2023-01-03)
468
+
469
+ - fix className parameter in the shortcode
470
+ - Improve plugin security
471
+
472
+
473
+
474
+
467
475
#### [Version 4.1.0](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.0.5...v4.1.0) (2022-12-06)
468
476
469
477
You can’t perform that action at this time.
0 commit comments