Skip to content

Commit a00bf96

Browse files
committed
Update changelog and version for 4.21
1 parent d466d5d commit a00bf96

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.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+
717
## [4.20] - 2022-01-18
818
### Added
919
* New option to use feed item GUIDs instead of permalinks to detect duplicate items.

wp-rss-aggregator.php

Lines changed: 2 additions & 2 deletions
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.20
7+
* Version: 4.21
88
* Author: RebelCode
99
* Author URI: https://www.wprssaggregator.com
1010
* Text Domain: wprss
@@ -76,7 +76,7 @@
7676

7777
// Set the version number of the plugin.
7878
if( !defined( 'WPRSS_VERSION' ) )
79-
define( 'WPRSS_VERSION', '4.20' );
79+
define( 'WPRSS_VERSION', '4.21' );
8080

8181
if( !defined( 'WPRSS_WP_MIN_VERSION' ) )
8282
define( 'WPRSS_WP_MIN_VERSION', '4.8' );

0 commit comments

Comments
 (0)