File tree Expand file tree Collapse file tree 6 files changed +37
-4
lines changed Expand file tree Collapse file tree 6 files changed +37
-4
lines changed Original file line number Diff line number Diff line change 1+ ##### [ Version 4.4.14] ( https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.13...v4.4.14 ) (2024-10-29)
2+
3+ New Features
4+ - New action to modify links.
5+
6+ Improvements
7+ - Enhanced visibility for automatic translation.
8+ - Support for all default WP HTML tags in import content.
9+ - Additional strings available for translation.
10+
11+ Fixes
12+ - Fixed issue with preview import data.
13+ - Resolved UI issue with legacy magic tags in post title dropdown.
14+ - Fixed prompt content text attachment to rephrased text.
15+
116##### [ Version 4.4.13] ( https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.12...v4.4.13 ) (2024-08-09)
217
318- Added support for a custom filter that allows modifications of the item_url tag for imported posts [ #813 ] ( https://github.com/Codeinwp/feedzy-rss-feeds/issues/813 )
Original file line number Diff line number Diff line change 22 * feedzy-rss-feeds.css
33 * Feedzy RSS Feed
44 * Copyright: (c) 2016 Themeisle, themeisle.com
5- * Version: 4.4.13
5+ * Version: 4.4.14
66 * Plugin Name: FEEDZY RSS Feeds
77 * Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
88 * Author: Themeisle
Original file line number Diff line number Diff line change 1515 * Plugin Name: Feedzy RSS Feeds Lite
1616 * Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds/
1717 * 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.13
18+ * Version: 4.4.14
1919 * Author: Themeisle
2020 * Author URI: http://themeisle.com
2121 * License: GPL-2.0+
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ public static function instance() {
104104 */
105105 public function init () {
106106 self ::$ plugin_name = 'feedzy-rss-feeds ' ;
107- self ::$ version = '4.4.13 ' ;
107+ self ::$ version = '4.4.14 ' ;
108108 self ::$ instance ->load_dependencies ();
109109 self ::$ instance ->set_locale ();
110110 self ::$ instance ->define_admin_hooks ();
Original file line number Diff line number Diff line change 11{
22 "name" : " feedzy-rss-feeds" ,
3- "version" : " 4.4.13 " ,
3+ "version" : " 4.4.14 " ,
44 "description" : " Feedzy RSS Feeds - lite version" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -493,6 +493,24 @@ You have to check first if your feed is valid. Please test it here: https://vali
493493
494494 == Changelog ==
495495
496+ ##### [Version 4.4.14](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.13...v4.4.14) (2024-10-29)
497+
498+ New Features
499+ - New action to modify links.
500+
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+
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+
511+
512+
513+
496514##### [Version 4.4.13](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.12...v4.4.13) (2024-08-09)
497515
498516- Added support for a custom filter that allows modifications of the item_url tag for imported posts [#813](https://github.com/Codeinwp/feedzy-rss-feeds/issues/813)
You can’t perform that action at this time.
0 commit comments