From 0c0219332657cc06e9f801437d4fad49a3b375a6 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Mon, 11 Nov 2024 15:23:47 +0000 Subject: [PATCH] chore(release): 4.4.15 ##### [Version 4.4.15](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.14...v4.4.15) (2024-11-11) - Fixed JavaScript exception and PHP deprecation errors appearing in the console - Updated dependencies --- 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 | 15 ++++----------- 6 files changed, 13 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c412eec..99f2bd08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##### [Version 4.4.15](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.14...v4.4.15) (2024-11-11) + +- Fixed JavaScript exception and PHP deprecation errors appearing in the console +- Updated dependencies + ##### [Version 4.4.14](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.13...v4.4.14) (2024-10-29) New Features diff --git a/css/feedzy-rss-feeds.css b/css/feedzy-rss-feeds.css index 9095c83d..2d1a119c 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.14 + * Version: 4.4.15 * 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 bd40ceb1..49b64516 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.14 + * Version: 4.4.15 * 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 529d1ec9..7146ac2b 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.14'; + self::$version = '4.4.15'; self::$instance->load_dependencies(); self::$instance->set_locale(); self::$instance->define_admin_hooks(); diff --git a/package.json b/package.json index ca706d2c..68efaca3 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "feedzy-rss-feeds", - "version": "4.4.14", + "version": "4.4.15", "description": "Feedzy RSS Feeds - lite version", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 1f3b9204..a9f2e06d 100644 --- a/readme.txt +++ b/readme.txt @@ -493,19 +493,12 @@ You have to check first if your feed is valid. Please test it here: https://vali == Changelog == -##### [Version 4.4.14](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.13...v4.4.14) (2024-10-29) +##### [Version 4.4.15](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.14...v4.4.15) (2024-11-11) + +- Fixed JavaScript exception and PHP deprecation errors appearing in the console +- Updated dependencies -New Features -- New action to modify links. -Improvements -- Enhanced visibility for automatic translation. -- Support for all default WP HTML tags in import content. -- Additional strings available for translation. -Fixes -- Fixed issue with preview import data. -- Resolved UI issue with legacy magic tags in post title dropdown. -- Fixed prompt content text attachment to rephrased text. [See changelog for all versions](https://github.com/Codeinwp/feedzy-rss-feeds/blob/master/CHANGELOG.md). \ No newline at end of file