Skip to content

Commit abb49fd

Browse files
committed
chore(release): 4.2.0
#### [Version 4.2.0](v4.1.1...v4.2.0) (2023-02-24) ### Features: - Add onboarding screen - Improve caching mechanism for feeds - Ensure consistency between parameters in widgets/shortcodes/elementor contexts - Add a no-style attribute when displaying feeds which removes any extra style ### Fixes: - Minor UI fixes - Fix redirect to archive page issues - Fix display title on multiple feeds - Fix the refresh option on elementor - Fix additional classes parameter in Gutenberg
1 parent 07ceeca commit abb49fd

File tree

6 files changed

+39
-4
lines changed

6 files changed

+39
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
#### [Version 4.2.0](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.1.1...v4.2.0) (2023-02-24)
2+
3+
### Features:
4+
5+
- Add onboarding screen
6+
- Improve caching mechanism for feeds
7+
- Ensure consistency between parameters in widgets/shortcodes/elementor contexts
8+
- Add a no-style attribute when displaying feeds which removes any extra style
9+
10+
### Fixes:
11+
- Minor UI fixes
12+
- Fix redirect to archive page issues
13+
- Fix display title on multiple feeds
14+
- Fix the refresh option on elementor
15+
- Fix additional classes parameter in Gutenberg
16+
117
##### [Version 4.1.1](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.1.0...v4.1.1) (2023-01-03)
218

319
- fix className parameter in the shortcode

css/feedzy-rss-feeds.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* feedzy-rss-feeds.css
33
* Feedzy RSS Feed
44
* Copyright: (c) 2016 Themeisle, themeisle.com
5-
* Version: 4.1.1
5+
* Version: 4.2.0
66
* Plugin Name: FEEDZY RSS Feeds
77
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
88
* Author: Themeisle

feedzy-rss-feed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Plugin Name: Feedzy RSS Feeds Lite
1616
* Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds/
1717
* 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.
18-
* Version: 4.1.1
18+
* Version: 4.2.0
1919
* Author: Themeisle
2020
* Author URI: http://themeisle.com
2121
* License: GPL-2.0+

includes/feedzy-rss-feeds.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public static function instance() {
104104
*/
105105
public function init() {
106106
self::$plugin_name = 'feedzy-rss-feeds';
107-
self::$version = '4.1.1';
107+
self::$version = '4.2.0';
108108
self::$instance->load_dependencies();
109109
self::$instance->set_locale();
110110
self::$instance->define_admin_hooks();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "feedzy-rss-feeds",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"description": "Feedzy RSS Feeds - lite version",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,25 @@ You have to check first if your feed is valid. Please test it here: https://vali
464464

465465
== Changelog ==
466466

467+
#### [Version 4.2.0](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.1.1...v4.2.0) (2023-02-24)
468+
469+
### Features:
470+
471+
- Add onboarding screen
472+
- Improve caching mechanism for feeds
473+
- Ensure consistency between parameters in widgets/shortcodes/elementor contexts
474+
- Add a no-style attribute when displaying feeds which removes any extra style
475+
476+
### Fixes:
477+
- Minor UI fixes
478+
- Fix redirect to archive page issues
479+
- Fix display title on multiple feeds
480+
- Fix the refresh option on elementor
481+
- Fix additional classes parameter in Gutenberg
482+
483+
484+
485+
467486
##### [Version 4.1.1](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.1.0...v4.1.1) (2023-01-03)
468487

469488
- fix className parameter in the shortcode

0 commit comments

Comments
 (0)