Skip to content

Commit 848610b

Browse files
committed
chore(release): 5.0.0
#### [Version 5.0.0](v4.4.16...v5.0.0) (2025-01-06) ### New Features - [Free] Created a new Feedzy Loop block that provides greater flexibility. This new block allows you to easily modify the design of feed items using the Gutenberg editor, giving you enhanced control over layout and styling. - [PRO] Auto-delete featured image after a number of days set up together with the post. - [PRO] Added the possibility to choose more, randomly selected fallback images for posts. - [PRO] Assign individual imports to specific authors (existing usernames) using the Feedzy UI. - [PRO] Allow actions to be used on custom fields in Feedzy import jobs. You can now translate, trim, search & replace, or even rephrase with AI custom fields that you import to your posts from different tags. - [PRO] Added the ability to export and upload import jobs. This feature helps with re-creating existing imports, transferring them to a different server where Feedzy is also used, and saves significant time. - [PRO] Global management for assigning imported posts to categories based on keywords used in titles with [#auto_categories]. - [PRO] Added OpenRouter integration for enhanced connectivity, allowing users to utilize more large language models (LLMs) beyond OpenAI. - [PRO] Allowed cron settings to be configured per import job instead of globally. ### Improvements - [Free] Made the default tags created with new import actionable. - [Free] Improved the run_cron method to enhance compatibility and stability across various server setups. - [Free] Made the image URL an available option for use as a featured image. This enhancement allows you to use a direct URL of an online image in your import job instead of the [#item_image] tag, setting it as the featured image for imported posts. - [Free] Renamed Feed Categories to Feed Groups for better clarity. - [Free] Improved error logging next to each import job to provide more detailed insights. - [Free] Added regex and wildcard support in the Search and Replace action. - [Free] Use the Action Scheduler when available for better reliability. - [Free] Added a new integrations tab for managing service connections. - [PRO] Improved filtering systems for the import process and the Feedzy Loop block. With robust filtering options, you can include items matching any condition, filter by fields like title, description, or custom fields, and use operators like contains, equals, or regex for precise control. - [PRO] Improved the way duplicates are removed during imports [Option to filter duplicates by magic tags]. - [PRO] Simplified the translation user experience by incorporating translations into the action tags. - [PRO] Added more OpenAI models for enhanced selection options. - [PRO] Created a prompt for passing parameters to OpenAI to generate featured images more accurately. - [PRO] Moved the license key field from General Settings to Feedzy Settings for better accessibility. ### Bug Fixes - [Free] Added the option to exclude the default category (ID not equal to 1) from being assigned to imported posts. - [Free] Fixed reappearing notices for a smoother user experience. - [Free] Updated the demo URL in the onboarding process. - [Free] Ensured that an author is always assigned to imported posts. - [PRO] Fixed the helper link to direct users to the correct OpenAI API key page. - [PRO] Fixed compatibility issues with certain third-party products when Feedzy External Image is used. - [PRO] Fixed a bug where content paraphrased with OpenAI returned quotes unexpectedly. - [PRO] Clarified that the PRO version requires the free plugin for seamless functionality.
1 parent 4307eb7 commit 848610b

File tree

6 files changed

+81
-7
lines changed

6 files changed

+81
-7
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
#### [Version 5.0.0](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.16...v5.0.0) (2025-01-06)
2+
3+
### New Features
4+
- [Free] Created a new Feedzy Loop block that provides greater flexibility. This new block allows you to easily modify the design of feed items using the Gutenberg editor, giving you enhanced control over layout and styling.
5+
- [PRO] Auto-delete featured image after a number of days set up together with the post.
6+
- [PRO] Added the possibility to choose more, randomly selected fallback images for posts.
7+
- [PRO] Assign individual imports to specific authors (existing usernames) using the Feedzy UI.
8+
- [PRO] Allow actions to be used on custom fields in Feedzy import jobs. You can now translate, trim, search & replace, or even rephrase with AI custom fields that you import to your posts from different tags.
9+
- [PRO] Added the ability to export and upload import jobs. This feature helps with re-creating existing imports, transferring them to a different server where Feedzy is also used, and saves significant time.
10+
- [PRO] Global management for assigning imported posts to categories based on keywords used in titles with [#auto_categories].
11+
- [PRO] Added OpenRouter integration for enhanced connectivity, allowing users to utilize more large language models (LLMs) beyond OpenAI.
12+
- [PRO] Allowed cron settings to be configured per import job instead of globally.
13+
14+
### Improvements
15+
- [Free] Made the default tags created with new import actionable.
16+
- [Free] Improved the run_cron method to enhance compatibility and stability across various server setups.
17+
- [Free] Made the image URL an available option for use as a featured image. This enhancement allows you to use a direct URL of an online image in your import job instead of the [#item_image] tag, setting it as the featured image for imported posts.
18+
- [Free] Renamed Feed Categories to Feed Groups for better clarity.
19+
- [Free] Improved error logging next to each import job to provide more detailed insights.
20+
- [Free] Added regex and wildcard support in the Search and Replace action.
21+
- [Free] Use the Action Scheduler when available for better reliability.
22+
- [Free] Added a new integrations tab for managing service connections.
23+
- [PRO] Improved filtering systems for the import process and the Feedzy Loop block. With robust filtering options, you can include items matching any condition, filter by fields like title, description, or custom fields, and use operators like contains, equals, or regex for precise control.
24+
- [PRO] Improved the way duplicates are removed during imports [Option to filter duplicates by magic tags].
25+
- [PRO] Simplified the translation user experience by incorporating translations into the action tags.
26+
- [PRO] Added more OpenAI models for enhanced selection options.
27+
- [PRO] Created a prompt for passing parameters to OpenAI to generate featured images more accurately.
28+
- [PRO] Moved the license key field from General Settings to Feedzy Settings for better accessibility.
29+
30+
### Bug Fixes
31+
- [Free] Added the option to exclude the default category (ID not equal to 1) from being assigned to imported posts.
32+
- [Free] Fixed reappearing notices for a smoother user experience.
33+
- [Free] Updated the demo URL in the onboarding process.
34+
- [Free] Ensured that an author is always assigned to imported posts.
35+
- [PRO] Fixed the helper link to direct users to the correct OpenAI API key page.
36+
- [PRO] Fixed compatibility issues with certain third-party products when Feedzy External Image is used.
37+
- [PRO] Fixed a bug where content paraphrased with OpenAI returned quotes unexpectedly.
38+
- [PRO] Clarified that the PRO version requires the free plugin for seamless functionality.
39+
140
##### [Version 4.4.16](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.15...v4.4.16) (2024-11-18)
241

342
- Fixed compatibility issue with WordPress 6.7, preventing the New Import button from showing up

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

readme.txt

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

494494
== Changelog ==
495495

496-
##### [Version 4.4.16](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.15...v4.4.16) (2024-11-18)
497-
498-
- Fixed compatibility issue with WordPress 6.7, preventing the New Import button from showing up
496+
#### [Version 5.0.0](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.16...v5.0.0) (2025-01-06)
497+
498+
### New Features
499+
- [Free] Created a new Feedzy Loop block that provides greater flexibility. This new block allows you to easily modify the design of feed items using the Gutenberg editor, giving you enhanced control over layout and styling.
500+
- [PRO] Auto-delete featured image after a number of days set up together with the post.
501+
- [PRO] Added the possibility to choose more, randomly selected fallback images for posts.
502+
- [PRO] Assign individual imports to specific authors (existing usernames) using the Feedzy UI.
503+
- [PRO] Allow actions to be used on custom fields in Feedzy import jobs. You can now translate, trim, search & replace, or even rephrase with AI custom fields that you import to your posts from different tags.
504+
- [PRO] Added the ability to export and upload import jobs. This feature helps with re-creating existing imports, transferring them to a different server where Feedzy is also used, and saves significant time.
505+
- [PRO] Global management for assigning imported posts to categories based on keywords used in titles with [#auto_categories].
506+
- [PRO] Added OpenRouter integration for enhanced connectivity, allowing users to utilize more large language models (LLMs) beyond OpenAI.
507+
- [PRO] Allowed cron settings to be configured per import job instead of globally.
508+
509+
### Improvements
510+
- [Free] Made the default tags created with new import actionable.
511+
- [Free] Improved the run_cron method to enhance compatibility and stability across various server setups.
512+
- [Free] Made the image URL an available option for use as a featured image. This enhancement allows you to use a direct URL of an online image in your import job instead of the [#item_image] tag, setting it as the featured image for imported posts.
513+
- [Free] Renamed Feed Categories to Feed Groups for better clarity.
514+
- [Free] Improved error logging next to each import job to provide more detailed insights.
515+
- [Free] Added regex and wildcard support in the Search and Replace action.
516+
- [Free] Use the Action Scheduler when available for better reliability.
517+
- [Free] Added a new integrations tab for managing service connections.
518+
- [PRO] Improved filtering systems for the import process and the Feedzy Loop block. With robust filtering options, you can include items matching any condition, filter by fields like title, description, or custom fields, and use operators like contains, equals, or regex for precise control.
519+
- [PRO] Improved the way duplicates are removed during imports [Option to filter duplicates by magic tags].
520+
- [PRO] Simplified the translation user experience by incorporating translations into the action tags.
521+
- [PRO] Added more OpenAI models for enhanced selection options.
522+
- [PRO] Created a prompt for passing parameters to OpenAI to generate featured images more accurately.
523+
- [PRO] Moved the license key field from General Settings to Feedzy Settings for better accessibility.
524+
525+
### Bug Fixes
526+
- [Free] Added the option to exclude the default category (ID not equal to 1) from being assigned to imported posts.
527+
- [Free] Fixed reappearing notices for a smoother user experience.
528+
- [Free] Updated the demo URL in the onboarding process.
529+
- [Free] Ensured that an author is always assigned to imported posts.
530+
- [PRO] Fixed the helper link to direct users to the correct OpenAI API key page.
531+
- [PRO] Fixed compatibility issues with certain third-party products when Feedzy External Image is used.
532+
- [PRO] Fixed a bug where content paraphrased with OpenAI returned quotes unexpectedly.
533+
- [PRO] Clarified that the PRO version requires the free plugin for seamless functionality.
499534

500535

501536

0 commit comments

Comments
 (0)