Skip to content

Commit

Permalink
chore(release): 5.0.2
Browse files Browse the repository at this point in the history
##### [Version 5.0.2](v5.0.1...v5.0.2) (2025-01-23)

- Fix language pack loading
  • Loading branch information
pirate-bot committed Jan 23, 2025
1 parent cf08c40 commit a568c8c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### [Version 5.0.2](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.0.1...v5.0.2) (2025-01-23)

- Fix language pack loading

##### [Version 5.0.1](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.0.0...v5.0.1) (2025-01-10)

- Fixed Action Scheduler time issue with the old method
Expand Down
2 changes: 1 addition & 1 deletion css/feedzy-rss-feeds.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* feedzy-rss-feeds.css
* Feedzy RSS Feed
* Copyright: (c) 2016 Themeisle, themeisle.com
* Version: 5.0.1
* Version: 5.0.2
* Plugin Name: FEEDZY RSS Feeds
* Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds/
* Author: Themeisle
Expand Down
2 changes: 1 addition & 1 deletion feedzy-rss-feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -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: 5.0.1
* Version: 5.0.2
* Author: Themeisle
* Author URI: http://themeisle.com
* License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion includes/feedzy-rss-feeds.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static function instance() {
*/
public function init() {
self::$plugin_name = 'feedzy-rss-feeds';
self::$version = '5.0.1';
self::$version = '5.0.2';
self::$instance->load_dependencies();
self::$instance->define_admin_hooks();
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feedzy-rss-feeds",
"version": "5.0.1",
"version": "5.0.2",
"description": "Feedzy RSS Feeds - lite version",
"repository": {
"type": "git",
Expand Down
8 changes: 3 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Requires at least:** 6.0
**Requires PHP:** 7.2
**Tested up to:** 6.7
**Stable tag:** 5.0.1
**Stable tag:** 5.0.2
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -493,11 +493,9 @@ You have to check first if your feed is valid. Please test it here: https://vali

== Changelog ==

##### [Version 5.0.1](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.0.0...v5.0.1) (2025-01-10)
##### [Version 5.0.2](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.0.1...v5.0.2) (2025-01-23)

- Fixed Action Scheduler time issue with the old method
- Fixed Global Fallback image issue
- Fixed Feedzy Loop button not working with Groups
- Fix language pack loading



Expand Down
8 changes: 3 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: rss aggregator, news aggregator, autoblogging, feed to post, rss import
Requires at least: 6.0
Requires PHP: 7.2
Tested up to: 6.7
Stable tag: 5.0.1
Stable tag: 5.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -493,11 +493,9 @@ You have to check first if your feed is valid. Please test it here: https://vali

== Changelog ==

##### [Version 5.0.1](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.0.0...v5.0.1) (2025-01-10)
##### [Version 5.0.2](https://github.com/Codeinwp/feedzy-rss-feeds/compare/v5.0.1...v5.0.2) (2025-01-23)

- Fixed Action Scheduler time issue with the old method
- Fixed Global Fallback image issue
- Fixed Feedzy Loop button not working with Groups
- Fix language pack loading



Expand Down

0 comments on commit a568c8c

Please sign in to comment.