From d7da0cff1f9dbcbb5e4ef592a16a6a8ad0db6f3d Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Mon, 23 Oct 2023 17:41:50 +0000 Subject: [PATCH] chore(release): 4.3.0 #### [Version 4.3.0](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.2.8...v4.3.0) (2023-10-23) ### **New Features** - **Paraphrasing using OpenAI / Chat GPT [PRO]:** This feature enables users to utilize OpenAI's Chat GPT for paraphrasing text. It can assist in rephrasing and generating alternative wording for content. - **Content summarization support using OpenAI / Chat GPT [PRO]:** With this feature, users can access support for summarizing longer pieces of content, making it easier to condense and understand the main points of a text. - **Added support to create a dynamic category [PRO]:** Feedzy can now create WordPress categories automatically during the import by taking the category name from the RSS XML Feed. - **Added individual fallback image setting [PRO]:** This feature allows users to set specific backup images for individual import jobs, not only a general fallback image for all import jobs. - **Ability to trim content to a particular amount of characters:** Users can now trim or limit the length of content to a specified number of characters, helping to meet length requirements or constraints. - **Integrated Search & Replace in the content of the tag feature:** This integration enables users to search for specific content within tags and replace it with alternative text, streamlining content management. - **Added action chain process support:** This feature facilitates the creation of multiple actions for a single Feedzy magic tag. You can now add a tag for the import job and use multiple actions on it (_paraphrase, summarize, trim, etc._). ### **Improvements** - Added feedback popup in the import screen ### **Bug Fixes** - Fixed compatibility issue PHP 8.1+ - Fixed compatibility issue with WP version lower than 5.8 - Fixed categories feed URL sanitization issue --- CHANGELOG.md | 20 ++++++++++++++++++++ css/feedzy-rss-feeds.css | 2 +- feedzy-rss-feed.php | 2 +- includes/feedzy-rss-feeds.php | 2 +- package.json | 2 +- readme.txt | 23 +++++++++++++++++++++++ 6 files changed, 47 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e19184..8c972a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +#### [Version 4.3.0](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.2.8...v4.3.0) (2023-10-23) + +### **New Features** + +- **Paraphrasing using OpenAI / Chat GPT [PRO]:** This feature enables users to utilize OpenAI's Chat GPT for paraphrasing text. It can assist in rephrasing and generating alternative wording for content. +- **Content summarization support using OpenAI / Chat GPT [PRO]:** With this feature, users can access support for summarizing longer pieces of content, making it easier to condense and understand the main points of a text. +- **Added support to create a dynamic category [PRO]:** Feedzy can now create WordPress categories automatically during the import by taking the category name from the RSS XML Feed. +- **Added individual fallback image setting [PRO]:** This feature allows users to set specific backup images for individual import jobs, not only a general fallback image for all import jobs. +- **Ability to trim content to a particular amount of characters:** Users can now trim or limit the length of content to a specified number of characters, helping to meet length requirements or constraints. +- **Integrated Search & Replace in the content of the tag feature:** This integration enables users to search for specific content within tags and replace it with alternative text, streamlining content management. +- **Added action chain process support:** This feature facilitates the creation of multiple actions for a single Feedzy magic tag. You can now add a tag for the import job and use multiple actions on it (_paraphrase, summarize, trim, etc._). + +### **Improvements** +- Added feedback popup in the import screen + +### **Bug Fixes** +- Fixed compatibility issue PHP 8.1+ +- Fixed compatibility issue with WP version lower than 5.8 +- Fixed categories feed URL sanitization issue + ##### [Version 4.2.8](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.2.7...v4.2.8) (2023-08-03) - Improved lazy load endpoint performance diff --git a/css/feedzy-rss-feeds.css b/css/feedzy-rss-feeds.css index fe36d87b..9b48d7d4 100644 --- a/css/feedzy-rss-feeds.css +++ b/css/feedzy-rss-feeds.css @@ -2,7 +2,7 @@ * feedzy-rss-feeds.css * Feedzy RSS Feed * Copyright: (c) 2016 Themeisle, themeisle.com - * Version: 4.2.8 + * Version: 4.3.0 * Plugin Name: FEEDZY RSS Feeds * Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/ * Author: Themeisle diff --git a/feedzy-rss-feed.php b/feedzy-rss-feed.php index f0850fe2..0be5aeed 100644 --- a/feedzy-rss-feed.php +++ b/feedzy-rss-feed.php @@ -15,7 +15,7 @@ * Plugin Name: Feedzy RSS Feeds Lite * Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds/ * 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. - * Version: 4.2.8 + * Version: 4.3.0 * Author: Themeisle * Author URI: http://themeisle.com * License: GPL-2.0+ diff --git a/includes/feedzy-rss-feeds.php b/includes/feedzy-rss-feeds.php index 46ddb4fa..fb16636e 100644 --- a/includes/feedzy-rss-feeds.php +++ b/includes/feedzy-rss-feeds.php @@ -104,7 +104,7 @@ public static function instance() { */ public function init() { self::$plugin_name = 'feedzy-rss-feeds'; - self::$version = '4.2.8'; + self::$version = '4.3.0'; self::$instance->load_dependencies(); self::$instance->set_locale(); self::$instance->define_admin_hooks(); diff --git a/package.json b/package.json index e7d278f0..50423645 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "feedzy-rss-feeds", - "version": "4.2.8", + "version": "4.3.0", "description": "Feedzy RSS Feeds - lite version", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 0a4ef053..78a0c498 100644 --- a/readme.txt +++ b/readme.txt @@ -492,6 +492,29 @@ You have to check first if your feed is valid. Please test it here: https://vali == Changelog == +#### [Version 4.3.0](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.2.8...v4.3.0) (2023-10-23) + +### **New Features** + +- **Paraphrasing using OpenAI / Chat GPT [PRO]:** This feature enables users to utilize OpenAI's Chat GPT for paraphrasing text. It can assist in rephrasing and generating alternative wording for content. +- **Content summarization support using OpenAI / Chat GPT [PRO]:** With this feature, users can access support for summarizing longer pieces of content, making it easier to condense and understand the main points of a text. +- **Added support to create a dynamic category [PRO]:** Feedzy can now create WordPress categories automatically during the import by taking the category name from the RSS XML Feed. +- **Added individual fallback image setting [PRO]:** This feature allows users to set specific backup images for individual import jobs, not only a general fallback image for all import jobs. +- **Ability to trim content to a particular amount of characters:** Users can now trim or limit the length of content to a specified number of characters, helping to meet length requirements or constraints. +- **Integrated Search & Replace in the content of the tag feature:** This integration enables users to search for specific content within tags and replace it with alternative text, streamlining content management. +- **Added action chain process support:** This feature facilitates the creation of multiple actions for a single Feedzy magic tag. You can now add a tag for the import job and use multiple actions on it (_paraphrase, summarize, trim, etc._). + +### **Improvements** +- Added feedback popup in the import screen + +### **Bug Fixes** +- Fixed compatibility issue PHP 8.1+ +- Fixed compatibility issue with WP version lower than 5.8 +- Fixed categories feed URL sanitization issue + + + + ##### [Version 4.2.8](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.2.7...v4.2.8) (2023-08-03) - Improved lazy load endpoint performance