We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a319123 commit 8e14913Copy full SHA for 8e14913
wp-rss-aggregator.php
@@ -4,7 +4,7 @@
4
* Plugin Name: WP RSS Aggregator
5
* Plugin URI: https://www.wprssaggregator.com/#utm_source=wpadmin&utm_medium=plugin&utm_campaign=wpraplugin
6
* Description: Imports and aggregates multiple RSS Feeds.
7
- * Version: 4.21
+ * Version: 4.21.1
8
* Author: RebelCode
9
* Author URI: https://www.wprssaggregator.com
10
* Text Domain: wprss
@@ -76,7 +76,7 @@
76
77
// Set the version number of the plugin.
78
if( !defined( 'WPRSS_VERSION' ) )
79
- define( 'WPRSS_VERSION', '4.21' );
+ define( 'WPRSS_VERSION', '4.21.1' );
80
81
if( !defined( 'WPRSS_WP_MIN_VERSION' ) )
82
define( 'WPRSS_WP_MIN_VERSION', '4.8' );
0 commit comments