Skip to content

Commit

Permalink
Bump ver, doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rad Geek committed Jan 17, 2018
1 parent 6ee7c69 commit 381ad20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions feedwordpress.php
Expand Up @@ -3,15 +3,15 @@
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
*/

/**
* @package FeedWordPress
* @version 2017.1101
* @version 2018.0117
*/

# This plugin uses code derived from:
Expand All @@ -22,14 +22,14 @@
# - WordPress Blog Tool and Publishing Platform <http://wordpress.org/>
# - 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')) :
Expand Down

0 comments on commit 381ad20

Please sign in to comment.