From 40fc10cdaac5cec4d318160e134c275f948dd409 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Mon, 5 Jun 2023 11:23:07 +0000 Subject: [PATCH] chore(release): 4.2.5 ##### [Version 4.2.5](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.2.4...v4.2.5) (2023-06-05) - Fixed compatibility issue with the FSE editor - Fixed onboarding wizard js console error - Added About Us page integration --- CHANGELOG.md | 6 ++++++ css/feedzy-rss-feeds.css | 2 +- feedzy-rss-feed.php | 2 +- includes/feedzy-rss-feeds.php | 2 +- package.json | 2 +- readme.txt | 9 +++++++++ 6 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7294c97c..65973146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +##### [Version 4.2.5](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.2.4...v4.2.5) (2023-06-05) + +- Fixed compatibility issue with the FSE editor +- Fixed onboarding wizard js console error +- Added About Us page integration + ##### [Version 4.2.4](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.2.3...v4.2.4) (2023-05-01) - Fixed duplicate items import issue diff --git a/css/feedzy-rss-feeds.css b/css/feedzy-rss-feeds.css index edc61756..f8b512c7 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.4 + * Version: 4.2.5 * 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 d3e51fb6..917da39a 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.4 + * Version: 4.2.5 * 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 dfbfa9ec..2921cee4 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.4'; + self::$version = '4.2.5'; self::$instance->load_dependencies(); self::$instance->set_locale(); self::$instance->define_admin_hooks(); diff --git a/package.json b/package.json index f8e47e31..10d77e48 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "feedzy-rss-feeds", - "version": "4.2.4", + "version": "4.2.5", "description": "Feedzy RSS Feeds - lite version", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index bf532145..6c2a9fb8 100644 --- a/readme.txt +++ b/readme.txt @@ -464,6 +464,15 @@ You have to check first if your feed is valid. Please test it here: https://vali == Changelog == +##### [Version 4.2.5](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.2.4...v4.2.5) (2023-06-05) + +- Fixed compatibility issue with the FSE editor +- Fixed onboarding wizard js console error +- Added About Us page integration + + + + ##### [Version 4.2.4](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.2.3...v4.2.4) (2023-05-01) - Fixed duplicate items import issue