File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
+
7
18
## [ 4.23.7] - 2024-02-28
8
19
### Fixed
9
20
* Media thumbnail images without a MIME type were not being properly detected.
Original file line number Diff line number Diff line change 4
4
* Plugin Name: WP RSS Aggregator
5
5
* Plugin URI: https://www.wprssaggregator.com/#utm_source=wpadmin&utm_medium=plugin&utm_campaign=wpraplugin
6
6
* Description: Imports and aggregates multiple RSS Feeds.
7
- * Version: 4.23.7
7
+ * Version: 4.23.8
8
8
* Author: RebelCode
9
9
* Author URI: https://www.wprssaggregator.com
10
10
* Text Domain: wprss
78
78
79
79
// Set the version number of the plugin.
80
80
if ( !defined ( 'WPRSS_VERSION ' ) )
81
- define ( 'WPRSS_VERSION ' , '4.23.7 ' );
81
+ define ( 'WPRSS_VERSION ' , '4.23.8 ' );
82
82
83
83
if ( !defined ( 'WPRSS_WP_MIN_VERSION ' ) )
84
84
define ( 'WPRSS_WP_MIN_VERSION ' , '4.8 ' );
You can’t perform that action at this time.
0 commit comments