Skip to content

Commit 728d9a1

Browse files
committed
chore(release): 5.1.3
##### [Version 5.1.3](v5.1.2...v5.1.3) (2026-04-23) - Added crons removal on uninstallation of the plugin - Fixed issue when Custom Fields were missing after import - Preserve HTML tags in “Content Area” When editing Import Jobs - Added Feedzy educational videos to dashboard - Made http_headers_useragent filter compatible with WP - Fixed issue with featured image not being assigned from some feeds
1 parent 2469714 commit 728d9a1

7 files changed

Lines changed: 44 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
##### [Version 5.1.3](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.1.2...v5.1.3) (2026-04-23)
2+
3+
- Added crons removal on uninstallation of the plugin
4+
- Fixed issue when Custom Fields were missing after import
5+
- Preserve HTML tags in “Content Area” When editing Import Jobs
6+
- Added Feedzy educational videos to dashboard
7+
- Made http_headers_useragent filter compatible with WP
8+
- Fixed issue with featured image not being assigned from some feeds
9+
110
##### [Version 5.1.2](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.1.1...v5.1.2) (2025-11-20)
211

312
- Enhanced security

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.2
5+
* Version: 5.1.3
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.2
18+
* Version: 5.1.3
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.2';
107+
self::$version = '5.1.3';
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.2",
3+
"version": "5.1.3",
44
"description": "Feedzy RSS Feeds - lite version",
55
"repository": {
66
"type": "git",

readme.md

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

@@ -18,10 +18,10 @@ The Ultimate WordPress RSS aggregator, helping you Curate content, Autoblog, Imp
1818

1919
## 🔗 HELPFUL LINKS: ##
2020

21-
* Want to see Feedzy in action before installing? [VIEW FEEDZY DEMO](https://demo.themeisle.com/feedzy-rss-feeds/?utm_source=wpadmin&utm_medium=readme&utm_campaign=feedzy)
21+
* Want to see Feedzy in action before installing? [VIEW FEEDZY DEMO](https://demo.themeisle.com/feedzy-rss-feeds/?utm_source=wordpressorg&utm_medium=readme&utm_campaign=feedzy)
2222
* Need any help with setup? [CHECK DOCUMENTATION](https://docs.themeisle.com/category/712-feedzy)
2323
* Don’t like reading? [CHECK YOUTUBE TUTORIALS](https://www.youtube.com/channel/UCAQcBsP3h6p5yXgFap4LEGA/search?query=feedzy)
24-
* Interested in Feedzy Pro? [KNOW MORE ABOUT FEEDZY PRO](https://themeisle.com/plugins/feedzy-rss-feeds/upgrade/?utm_source=wpadmin&utm_medium=readme&utm_campaign=feedzy)
24+
* Interested in Feedzy Pro? [KNOW MORE ABOUT FEEDZY PRO](https://themeisle.com/plugins/feedzy-rss-feeds/upgrade/?utm_source=wordpressorg&utm_medium=readme&utm_campaign=feedzy)
2525

2626
With FEEDZY RSS Aggregator, you can sit back, let your site autoblog and always stay fresh with new content, which in return helps improve content marketing, boost your SEO, increase audience engagement, and probably earn more money.
2727

@@ -67,11 +67,11 @@ Take your “Feed to Post” automation to the next level with powerful Pro-only
6767
* **Custom Post Author:** Assign imported posts to a specific author profile.
6868
* **Post Excerpts and Custom Fields:** Map feed data to post excerpts or custom fields for richer content display.
6969

70-
These advanced controls give you full editorial power over your imported content, whether you are curating news, running an affiliate store, or managing multiple client sites. [Get Feedzy Pro](https://themeisle.com/plugins/feedzy-rss-feeds/upgrade/?utm_source=wpadmin&utm_medium=readme&utm_campaign=feedzy)
70+
These advanced controls give you full editorial power over your imported content, whether you are curating news, running an affiliate store, or managing multiple client sites. [Get Feedzy Pro](https://themeisle.com/plugins/feedzy-rss-feeds/upgrade/?utm_source=wordpressorg&utm_medium=readme&utm_campaign=feedzy)
7171

7272
## 🤔 WHAT YOU CAN DO WITH FEEDZY RSS AGGREGATOR: ##
7373

74-
* **[Feed to post](https://docs.themeisle.com/article/742-how-to-import-posts-from-feeds-in-feedzy)** (our most loved feature 💕): automatically convert RSS feed items to Wordpress pages, posts, and custom post type.
74+
* **[Feed to post](https://docs.themeisle.com/article/742-how-to-import-posts-from-feeds-in-feedzy)** (our most loved feature 💕): automatically convert RSS feed items to WordPress pages, posts, and custom post type.
7575
* **Automatically import** and aggregate RSS feeds from unlimited sources.
7676
* **Bulk import and organize** multiple feed sources of similar topics into Categories. See how our user, **Barry Seward**, loves this feature [here](https://wordpress.org/support/topic/works-great-6051/)
7777
* **Easily display RSS feeds** using shortcodes, Gutenberg blocks, or widgets in your third-party page builders like Elementor
@@ -112,18 +112,18 @@ If you love FEEDZY RSS Aggregator, why not bring your site to the next level wit
112112
**USE CASE:** 🔍 Mark, a content curator, maximizes efficiency with Keyword Filter. He effortlessly refines his RSS feed imports by specifying keywords like "AI" and "tech trends." This automatic sorting saves Mark hours of manual review, allowing him to focus on crafting engaging content and boosting his blog's SEO impact.
113113

114114
* **Map the imported feed elements to your post elements**: totally control and customize how your feed to post, such as using the feed’s image or your image as the featured image, importing only the feed’s content or both the content and image into the post content, creating post drafts first to review or publishing right away, and so many more.
115-
* **[Full-text RSS feeds import (with image)](https://docs.themeisle.com/article/742-how-to-import-posts-from-feeds-in-feedzy)** (with image): by extracting the entire HTML from each feed item, you can import full-text content to post, not just the feed excerpt.
115+
* **[Full-text RSS feeds import (with image)](https://docs.themeisle.com/article/742-how-to-import-posts-from-feeds-in-feedzy)** : by extracting the entire HTML from each feed item, you can import full-text content to post, not just the feed excerpt.
116116
* **Paraphrasing content before import**: Rewrite your content before RSS import with the built-in feature.
117117
* **Automatically translate the content on import**: Choose to translate the feed into various languages before import.
118-
* **[Multiple feed templates](https://demo.themeisle.com/feedzy-rss-feeds/)**: choose the best template for each feed, such as standard grid layout, blog layout, online shop layout, or audio playback (soundcloud) playout.
118+
* **[Multiple feed templates](https://demo.themeisle.com/feedzy-rss-feeds/)**: choose the best template for each feed, such as standard grid layout, blog layout, online shop layout, or audio playback (soundcloud) layout.
119119
* **OpenAI (ChatGPT) integration**: Use the OpenAI API feature to paraphrase, summarize, generate missing featured images, or apply your custom prompt to the imported content.
120120
* **[WordAI and SpinnerChief integration](https://docs.themeisle.com/article/746-how-to-use-wordai-to-rephrase-rss-content-in-feedzy)** to avoid duplicated content.
121121
* **[Parse and display pricings](https://docs.themeisle.com/article/923-how-price-is-displayed-from-the-feed)** for online shop and product feeds.
122122
* **[Add affiliate links and referral parameters](https://docs.themeisle.com/article/715-feedzy-how-to-add-affiliate-referrals-to-feed-urls)** for your affiliate business.
123123

124124
**USE CASE:** Mike, an affiliate marketing expert, is all about maximizing profits. By seamlessly incorporating personalized referral links into his content using the "Add Affiliate Links and Referral Parameters" feature, he simplifies tracking and improves campaign efficiency. The result? Heightened conversions, enhanced earnings, and a stronger affiliate game.
125125

126-
Unlock all these premium features with [Feedzy PRO!](https://themeisle.com/plugins/feedzy-rss-feeds/upgrade/?utm_source=wpadmin&utm_medium=readme&utm_campaign=feedzy)
126+
Unlock all these premium features with [Feedzy PRO!](https://themeisle.com/plugins/feedzy-rss-feeds/upgrade/?utm_source=wordpressorg&utm_medium=readme&utm_campaign=feedzy)
127127

128128
* Still skeptical? Ask your pre-sales questions [here](https://themeisle.com/contact/), and we will get back to you shortly, or purchase with peace of mind and try it yourself. We offer **30-day-no-questions-asked money-back guarantee.**
129129

@@ -462,6 +462,11 @@ You have to check first if your feed is valid. Please test it here: https://vali
462462
= How to install and activate Feedzy Pro =
463463
[https://docs.themeisle.com/article/1247-how-to-install-and-activate-feedzy-pro](https://docs.themeisle.com/article/1247-how-to-install-and-activate-feedzy-pro)
464464

465+
= How to report a security issue? =
466+
467+
Plugin security is a core priority for us. If you identify a potential vulnerability, we ask that you disclose it responsibly.
468+
Please follow the reporting protocols outlined on our [Security Page](https://themeisle.com/security/).
469+
465470
== Screenshots ==
466471

467472
1. Add Categories
@@ -474,9 +479,14 @@ You have to check first if your feed is valid. Please test it here: https://vali
474479

475480
== Changelog ==
476481

477-
##### [Version 5.1.2](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.1.1...v5.1.2) (2025-11-20)
482+
##### [Version 5.1.3](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.1.2...v5.1.3) (2026-04-23)
478483

479-
- Enhanced security
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
480490

481491

482492

readme.txt

Lines changed: 10 additions & 3 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.2
7+
Stable tag: 5.1.3
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

480480
== Changelog ==
481481

482-
##### [Version 5.1.2](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.1.1...v5.1.2) (2025-11-20)
482+
##### [Version 5.1.3](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.1.2...v5.1.3) (2026-04-23)
483+
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
490+
483491

484-
- Enhanced security
485492

486493

487494
[See changelog for all versions](https://github.com/Codeinwp/feedzy-rss-feeds/blob/master/CHANGELOG.md).

0 commit comments

Comments
 (0)