Skip to content

Commit ea39ea6

Browse files
committed
chore(release): 5.1.4
##### [Version 5.1.4](v5.1.3...v5.1.4) (2026-04-23) - Fixed error appearing in settings page when configuring custom crons
1 parent 7961808 commit ea39ea6

7 files changed

Lines changed: 14 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 5.1.4](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.1.3...v5.1.4) (2026-04-23)
2+
3+
- Fixed error appearing in settings page when configuring custom crons
4+
15
##### [Version 5.1.3](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.1.2...v5.1.3) (2026-04-23)
26

37
- Added crons removal on uninstallation of the plugin

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: 5.1.3
5+
* Version: 5.1.4
66
* Plugin Name: FEEDZY RSS Feeds
77
* Plugin URI: https://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: 5.1.3
18+
* Version: 5.1.4
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 = '5.1.3';
107+
self::$version = '5.1.4';
108108
self::$instance->load_dependencies();
109109
self::$instance->define_admin_hooks();
110110
}

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": "5.1.3",
3+
"version": "5.1.4",
44
"description": "Feedzy RSS Feeds - lite version",
55
"repository": {
66
"type": "git",

readme.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Requires at least:** 6.0
55
**Requires PHP:** 7.2
66
**Tested up to:** 6.9
7-
**Stable tag:** 5.1.3
7+
**Stable tag:** 5.1.4
88
**License:** GPLv2 or later
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -479,14 +479,9 @@ You have to check first if your feed is valid. Please test it here: https://vali
479479

480480
== Changelog ==
481481

482-
##### [Version 5.1.3](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.1.2...v5.1.3) (2026-04-23)
482+
##### [Version 5.1.4](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.1.3...v5.1.4) (2026-04-23)
483483

484-
- Added crons removal on uninstallation of the plugin
485-
- Fixed issue when Custom Fields were missing after import
486-
- Preserve HTML tags in “Content Area” When editing Import Jobs
487-
- Added Feedzy educational videos to dashboard
488-
- Made http_headers_useragent filter compatible with WP
489-
- Fixed issue with featured image not being assigned from some feeds
484+
- Fixed error appearing in settings page when configuring custom crons
490485

491486

492487

readme.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: rss aggregator, news aggregator, autoblogging, feed to post, rss import
44
Requires at least: 6.0
55
Requires PHP: 7.2
66
Tested up to: 6.9
7-
Stable tag: 5.1.3
7+
Stable tag: 5.1.4
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -479,14 +479,9 @@ You have to check first if your feed is valid. Please test it here: https://vali
479479

480480
== Changelog ==
481481

482-
##### [Version 5.1.3](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.1.2...v5.1.3) (2026-04-23)
482+
##### [Version 5.1.4](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.1.3...v5.1.4) (2026-04-23)
483483

484-
- Added crons removal on uninstallation of the plugin
485-
- Fixed issue when Custom Fields were missing after import
486-
- Preserve HTML tags in “Content Area” When editing Import Jobs
487-
- Added Feedzy educational videos to dashboard
488-
- Made http_headers_useragent filter compatible with WP
489-
- Fixed issue with featured image not being assigned from some feeds
484+
- Fixed error appearing in settings page when configuring custom crons
490485

491486

492487

0 commit comments

Comments
 (0)