We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9335bd9 commit b657419Copy full SHA for b657419
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.22.1
+ * Version: 4.22.2
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.22.1' );
+ define( 'WPRSS_VERSION', '4.22.2' );
80
81
if( !defined( 'WPRSS_WP_MIN_VERSION' ) )
82
define( 'WPRSS_WP_MIN_VERSION', '4.8' );
0 commit comments