Skip to content

Commit 0c044f6

Browse files
committed
chore(release): 4.4.2
##### [Version 4.4.2](v4.4.1...v4.4.2) (2024-02-02) ### Fixes - Clarified helper text in the taxonomy field - Updated support dashboard page with new features - Enhanced security - Updated dependencies
1 parent 56696c3 commit 0c044f6

6 files changed

+23
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
##### [Version 4.4.2](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.1...v4.4.2) (2024-02-02)
2+
3+
### Fixes
4+
- Clarified helper text in the taxonomy field
5+
- Updated support dashboard page with new features
6+
- Enhanced security
7+
- Updated dependencies
8+
19
##### [Version 4.4.1](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.0...v4.4.1) (2024-01-29)
210

311
### Fixes

css/feedzy-rss-feeds.css

+1-1
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.4.1
5+
* Version: 4.4.2
66
* Plugin Name: FEEDZY RSS Feeds
77
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
88
* Author: Themeisle

feedzy-rss-feed.php

+1-1
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.4.1
18+
* Version: 4.4.2
1919
* Author: Themeisle
2020
* Author URI: http://themeisle.com
2121
* License: GPL-2.0+

includes/feedzy-rss-feeds.php

+1-1
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.4.1';
107+
self::$version = '4.4.2';
108108
self::$instance->load_dependencies();
109109
self::$instance->set_locale();
110110
self::$instance->define_admin_hooks();

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "feedzy-rss-feeds",
3-
"version": "4.4.1",
3+
"version": "4.4.2",
44
"description": "Feedzy RSS Feeds - lite version",
55
"repository": {
66
"type": "git",

readme.txt

+11
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,17 @@ You have to check first if your feed is valid. Please test it here: https://vali
493493

494494
== Changelog ==
495495

496+
##### [Version 4.4.2](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.1...v4.4.2) (2024-02-02)
497+
498+
### Fixes
499+
- Clarified helper text in the taxonomy field
500+
- Updated support dashboard page with new features
501+
- Enhanced security
502+
- Updated dependencies
503+
504+
505+
506+
496507
##### [Version 4.4.1](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v4.4.0...v4.4.1) (2024-01-29)
497508

498509
### Fixes

0 commit comments

Comments
 (0)