Skip to content

Commit 1e31097

Browse files
committed
Version 4.23.8
1 parent 9717e29 commit 1e31097

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [4.23.8] - 2024-04-25
8+
### Added
9+
* Prepared notices and messages for the upcoming v5.0 update.
10+
11+
### Changed
12+
* Better error logging when a feed item fails to get saved.
13+
14+
### Fixed
15+
* Compatibility with PHP 8.x versions.
16+
* Compatibility with the "Widget Options" plugin.
17+
718
## [4.23.7] - 2024-02-28
819
### Fixed
920
* Media thumbnail images without a MIME type were not being properly detected.

wp-rss-aggregator.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: WP RSS Aggregator
55
* Plugin URI: https://www.wprssaggregator.com/#utm_source=wpadmin&utm_medium=plugin&utm_campaign=wpraplugin
66
* Description: Imports and aggregates multiple RSS Feeds.
7-
* Version: 4.23.7
7+
* Version: 4.23.8
88
* Author: RebelCode
99
* Author URI: https://www.wprssaggregator.com
1010
* Text Domain: wprss
@@ -78,7 +78,7 @@
7878

7979
// Set the version number of the plugin.
8080
if( !defined( 'WPRSS_VERSION' ) )
81-
define( 'WPRSS_VERSION', '4.23.7' );
81+
define( 'WPRSS_VERSION', '4.23.8' );
8282

8383
if( !defined( 'WPRSS_WP_MIN_VERSION' ) )
8484
define( 'WPRSS_WP_MIN_VERSION', '4.8' );

0 commit comments

Comments
 (0)