From eced321ba798d4cd7dca5def0388c96d65ec3201 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Mon, 15 Apr 2024 10:41:53 +0000 Subject: [PATCH] chore(release): 4.4.8 ##### [Version 4.4.8](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.7...v4.4.8) (2024-04-15) ### Fixes - **Updated internal dependencies:** Enhanced performance and security. --- CHANGELOG.md | 5 +++++ css/feedzy-rss-feeds.css | 2 +- feedzy-rss-feed.php | 2 +- includes/feedzy-rss-feeds.php | 2 +- package.json | 2 +- readme.txt | 8 ++++++++ 6 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50cc0030..7eb74c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##### [Version 4.4.8](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.7...v4.4.8) (2024-04-15) + +### Fixes +- **Updated internal dependencies:** Enhanced performance and security. + ##### [Version 4.4.7](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.6...v4.4.7) (2024-04-10) ### Fixes diff --git a/css/feedzy-rss-feeds.css b/css/feedzy-rss-feeds.css index af657c0f..468f2f35 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.4.7 + * Version: 4.4.8 * 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 d43a2361..1f05d0e2 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.4.7 + * Version: 4.4.8 * 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 f8d482b9..31604e54 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.4.7'; + self::$version = '4.4.8'; self::$instance->load_dependencies(); self::$instance->set_locale(); self::$instance->define_admin_hooks(); diff --git a/package.json b/package.json index e648126c..37790b67 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "feedzy-rss-feeds", - "version": "4.4.7", + "version": "4.4.8", "description": "Feedzy RSS Feeds - lite version", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 0e391c7b..69ce4c94 100644 --- a/readme.txt +++ b/readme.txt @@ -493,6 +493,14 @@ You have to check first if your feed is valid. Please test it here: https://vali == Changelog == +##### [Version 4.4.8](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.7...v4.4.8) (2024-04-15) + +### Fixes +- **Updated internal dependencies:** Enhanced performance and security. + + + + ##### [Version 4.4.7](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.6...v4.4.7) (2024-04-10) ### Fixes