diff --git a/feedwordpress.php b/feedwordpress.php index a79e4ba..96f19fc 100644 --- a/feedwordpress.php +++ b/feedwordpress.php @@ -3,7 +3,7 @@ Plugin Name: FeedWordPress Plugin URI: http://feedwordpress.radgeek.com/ Description: simple and flexible Atom/RSS syndication for WordPress -Version: 2017.1101 +Version: 2018.0117 Author: C. Johnson Author URI: https://feedwordpress.radgeek.com/contact/ License: GPL @@ -11,7 +11,7 @@ /** * @package FeedWordPress - * @version 2017.1101 + * @version 2018.0117 */ # This plugin uses code derived from: @@ -22,14 +22,14 @@ # - WordPress Blog Tool and Publishing Platform # - Github contributors @Flynsarmy, @BandonRandon, @david-robinson-practiceweb, # @daidais, @thegreatmichael, @stedaniels, @alexiskulash, @quassy, @zoul0813, -# @timmmmyboy, and @vobornik +# @timmmmyboy, @vobornik, and @inanimatt # according to the terms of the GNU General Public License. #################################################################################### ## CONSTANTS & DEFAULTS ############################################################ #################################################################################### -define ('FEEDWORDPRESS_VERSION', '2017.1101'); +define ('FEEDWORDPRESS_VERSION', '2018.0117'); define ('FEEDWORDPRESS_AUTHOR_CONTACT', 'http://feedwordpress.radgeek.com/contact'); if (!defined('FEEDWORDPRESS_BLEG')) :