File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ 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.21] - 2022-07-13
8
+ ### Change
9
+ * Updated Twig to v1.42.2, to support PHP 8 or later.
10
+ * Optimized feed item date processing when an item is being imported.
11
+ * Permalink and GUID checks are now done across all feed sources when an item is being imported.
12
+
13
+ ### Fixed
14
+ * Various PHP 8 errors and deprecations compatibility.
15
+ * The classic editor button was generating incorrect shortcodes.
16
+
7
17
## [ 4.20] - 2022-01-18
8
18
### Added
9
19
* New option to use feed item GUIDs instead of permalinks to detect duplicate items.
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.20
7
+ * Version: 4.21
8
8
* Author: RebelCode
9
9
* Author URI: https://www.wprssaggregator.com
10
10
* Text Domain: wprss
76
76
77
77
// Set the version number of the plugin.
78
78
if ( !defined ( 'WPRSS_VERSION ' ) )
79
- define ( 'WPRSS_VERSION ' , '4.20 ' );
79
+ define ( 'WPRSS_VERSION ' , '4.21 ' );
80
80
81
81
if ( !defined ( 'WPRSS_WP_MIN_VERSION ' ) )
82
82
define ( 'WPRSS_WP_MIN_VERSION ' , '4.8 ' );
You can’t perform that action at this time.
0 commit comments