File tree 6 files changed +13
-15
lines changed
6 files changed +13
-15
lines changed Original file line number Diff line number Diff line change
1
+ ##### [ Version 4.4.15] ( https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.14...v4.4.15 ) (2024-11-11)
2
+
3
+ - Fixed JavaScript exception and PHP deprecation errors appearing in the console
4
+ - Updated dependencies
5
+
1
6
##### [ Version 4.4.14] ( https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.13...v4.4.14 ) (2024-10-29)
2
7
3
8
New Features
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.4.14
5
+ * Version: 4.4.15
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.4.14
18
+ * Version: 4.4.15
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.4.14 ' ;
107
+ self ::$ version = '4.4.15 ' ;
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.4.14 " ,
3
+ "version" : " 4.4.15 " ,
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 @@ -493,19 +493,12 @@ You have to check first if your feed is valid. Please test it here: https://vali
493
493
494
494
== Changelog ==
495
495
496
- ##### [Version 4.4.14](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.13...v4.4.14) (2024-10-29)
496
+ ##### [Version 4.4.15](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.14...v4.4.15) (2024-11-11)
497
+
498
+ - Fixed JavaScript exception and PHP deprecation errors appearing in the console
499
+ - Updated dependencies
497
500
498
- New Features
499
- - New action to modify links.
500
501
501
- Improvements
502
- - Enhanced visibility for automatic translation.
503
- - Support for all default WP HTML tags in import content.
504
- - Additional strings available for translation.
505
502
506
- Fixes
507
- - Fixed issue with preview import data.
508
- - Resolved UI issue with legacy magic tags in post title dropdown.
509
- - Fixed prompt content text attachment to rephrased text.
510
503
511
504
[See changelog for all versions](https://github.com/Codeinwp/feedzy-rss-feeds/blob/master/CHANGELOG.md).
You can’t perform that action at this time.
0 commit comments