Skip to content

Commit 7dc69bc

Browse files
committed
Ver bump - 2022.0222.
1 parent a98028e commit 7dc69bc

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

feedwordpress.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
Plugin Name: FeedWordPress
44
Plugin URI: http://feedwordpress.radgeek.com/
55
Description: simple and flexible Atom/RSS syndication for WordPress
6-
Version: 2022.0208
6+
Version: 2022.0222
77
Author: C. Johnson
88
Author URI: https://feedwordpress.radgeek.com/contact/
99
License: GPL
1010
*/
1111

1212
/**
1313
* @package FeedWordPress
14-
* @version 2022.0208
14+
* @version 2022.0222
1515
*/
1616

1717
# This plugin uses code derived from:
@@ -30,7 +30,7 @@
3030
## CONSTANTS & DEFAULTS ############################################################
3131
####################################################################################
3232

33-
define ('FEEDWORDPRESS_VERSION', '2022.0208');
33+
define ('FEEDWORDPRESS_VERSION', '2022.0222');
3434
define ('FEEDWORDPRESS_AUTHOR_CONTACT', 'http://feedwordpress.radgeek.com/contact');
3535

3636
if (!defined('FEEDWORDPRESS_BLEG')) :

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://feedwordpress.radgeek.com/donate/
44
Tags: syndication, aggregation, feed, atom, rss
55
Requires at least: 4.5
66
Tested up to: 5.9
7-
Stable tag: 2022.0208
7+
Stable tag: 2022.0222
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -65,6 +65,10 @@ FeedWordPress has many options which can be accessed through the WordPress Dashb
6565

6666
== Changelog ==
6767

68+
= 2022.0222 =
69+
70+
* ADDITIONAL CODE CLEANUP: This version does some additional code clean-up to remove some obsolete methods of generating output, and to do a better job of sanitizing input and escaping output in the FeedWordPress administrative dashboard.
71+
6872
= 2022.0204 =
6973

7074
* ADDITIONAL CODE CLEANUP: This version does some additional code clean-up to remove some obsolete methods of generating output, and to do a better job of sanitizing input and escaping output in the FeedWordPress administrative dashboard.

0 commit comments

Comments
 (0)