Skip to content

Commit 6787a29

Browse files
committed
chore(release): 4.4.9
##### [Version 4.4.9](v4.4.8...v4.4.9) (2024-05-30) Improvements - Allow chained actions for `[#item_title]` - Added floating widget to the dashboard - Made item_date tag to respect and convert to site timezone on import - Updated internal dependencies Fixes - Fix `auto` option for default fallback image in Feedzy RSS Block. - Fixed issue when images with non-Latin characters in the URL are not imported - Fixed issue with fallback image per import job not working [PRO] - Fixed usage of custom tag for featured image in the import settings [PRO]
1 parent e57b1b4 commit 6787a29

File tree

6 files changed

+35
-4
lines changed

6 files changed

+35
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
##### [Version 4.4.9](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.8...v4.4.9) (2024-05-30)
2+
3+
Improvements
4+
- Allow chained actions for `[#item_title]`
5+
- Added floating widget to the dashboard
6+
- Made item_date tag to respect and convert to site timezone on import
7+
- Updated internal dependencies
8+
9+
Fixes
10+
- Fix `auto` option for default fallback image in Feedzy RSS Block.
11+
- Fixed issue when images with non-Latin characters in the URL are not imported
12+
- Fixed issue with fallback image per import job not working [PRO]
13+
- Fixed usage of custom tag for featured image in the import settings [PRO]
14+
115
##### [Version 4.4.8](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.7...v4.4.8) (2024-04-15)
216

317
### Fixes

css/feedzy-rss-feeds.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* feedzy-rss-feeds.css
33
* Feedzy RSS Feed
44
* Copyright: (c) 2016 Themeisle, themeisle.com
5-
* Version: 4.4.8
5+
* Version: 4.4.9
66
* Plugin Name: FEEDZY RSS Feeds
77
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
88
* Author: Themeisle

feedzy-rss-feed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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.8
18+
* Version: 4.4.9
1919
* Author: Themeisle
2020
* Author URI: http://themeisle.com
2121
* License: GPL-2.0+

includes/feedzy-rss-feeds.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.8';
107+
self::$version = '4.4.9';
108108
self::$instance->load_dependencies();
109109
self::$instance->set_locale();
110110
self::$instance->define_admin_hooks();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "feedzy-rss-feeds",
3-
"version": "4.4.8",
3+
"version": "4.4.9",
44
"description": "Feedzy RSS Feeds - lite version",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,23 @@ You have to check first if your feed is valid. Please test it here: https://vali
493493

494494
== Changelog ==
495495

496+
##### [Version 4.4.9](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.8...v4.4.9) (2024-05-30)
497+
498+
Improvements
499+
- Allow chained actions for
500+
- Added floating widget to the dashboard
501+
- Made item_date tag to respect and convert to site timezone on import
502+
- Updated internal dependencies
503+
504+
Fixes
505+
- Fix option for default fallback image in Feedzy RSS Block.
506+
- Fixed issue when images with non-Latin characters in the URL are not imported
507+
- Fixed issue with fallback image per import job not working [PRO]
508+
- Fixed usage of custom tag for featured image in the import settings [PRO]
509+
510+
511+
512+
496513
##### [Version 4.4.8](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.7...v4.4.8) (2024-04-15)
497514

498515
### Fixes

0 commit comments

Comments
 (0)