From b1569fcf42a5962fb5163b9721dbcdda49227f0e Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Mon, 20 Dec 2021 08:12:47 +0000 Subject: [PATCH] chore(release): 3.8.1 ##### [Version 3.8.1](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v3.8.0...v3.8.1) (2021-12-20) - Show the import job title in post row action - Add default thumbnail image support in the external image - [#item_url] magic tag allows opening in a new tab - Style for the input fields of setting form --- CHANGELOG.md | 7 +++++++ css/feedzy-rss-feeds.css | 2 +- feedzy-rss-feed.php | 2 +- includes/feedzy-rss-feeds.php | 2 +- package.json | 2 +- readme.txt | 10 ++++++++++ 6 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe399c1..76d0ea25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +##### [Version 3.8.1](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v3.8.0...v3.8.1) (2021-12-20) + +- Show the import job title in post row action +- Add default thumbnail image support in the external image +- [#item_url] magic tag allows opening in a new tab +- Style for the input fields of setting form + #### [Version 3.8.0](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v3.7.5...v3.8.0) (2021-10-19) #### Features: diff --git a/css/feedzy-rss-feeds.css b/css/feedzy-rss-feeds.css index 085694fe..88cd90f5 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: 3.8.0 + * Version: 3.8.1 * 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 e1f50a55..78e14dd6 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-lite/ * 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: 3.8.0 + * Version: 3.8.1 * 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 74a8ab20..408f174f 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 = '3.8.0'; + self::$version = '3.8.1'; self::$instance->load_dependencies(); self::$instance->set_locale(); self::$instance->define_admin_hooks(); diff --git a/package.json b/package.json index c1804fa8..c31d44fb 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "feedzy-rss-feeds", - "version": "3.8.0", + "version": "3.8.1", "description": "Feedzy RSS Feeds - lite version", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 9a882d8c..34067f3d 100644 --- a/readme.txt +++ b/readme.txt @@ -462,6 +462,16 @@ You have to check first if your feed is valid. Please test it here: https://vali == Changelog == +##### [Version 3.8.1](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v3.8.0...v3.8.1) (2021-12-20) + +- Show the import job title in post row action +- Add default thumbnail image support in the external image +- [#item_url] magic tag allows opening in a new tab +- Style for the input fields of setting form + + + + #### [Version 3.8.0](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v3.7.5...v3.8.0) (2021-10-19) #### Features: