Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2017.1004 / ver bump.
  • Loading branch information
Rad Geek committed Oct 4, 2017
1 parent d3b58e4 commit b15228c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions feedwordpress.php
Expand Up @@ -3,15 +3,15 @@
Plugin Name: FeedWordPress Plugin Name: FeedWordPress
Plugin URI: http://feedwordpress.radgeek.com/ Plugin URI: http://feedwordpress.radgeek.com/
Description: simple and flexible Atom/RSS syndication for WordPress Description: simple and flexible Atom/RSS syndication for WordPress
Version: 2017.0913 Version: 2017.1004
Author: Charles Johnson Author: Charles Johnson
Author URI: http://radgeek.com/ Author URI: http://radgeek.com/
License: GPL License: GPL
*/ */


/** /**
* @package FeedWordPress * @package FeedWordPress
* @version 2017.0913 * @version 2017.1004
*/ */


# This uses code derived from: # This uses code derived from:
Expand All @@ -32,7 +32,7 @@


# -- Don't change these unless you know what you're doing... # -- Don't change these unless you know what you're doing...


define ('FEEDWORDPRESS_VERSION', '2017.0913'); define ('FEEDWORDPRESS_VERSION', '2017.1004');
define ('FEEDWORDPRESS_AUTHOR_CONTACT', 'http://radgeek.com/contact'); define ('FEEDWORDPRESS_AUTHOR_CONTACT', 'http://radgeek.com/contact');


if (!defined('FEEDWORDPRESS_BLEG')) : if (!defined('FEEDWORDPRESS_BLEG')) :
Expand Down
2 changes: 1 addition & 1 deletion syndicatedpost.class.php
Expand Up @@ -12,7 +12,7 @@
* different feed formats, which may be useful to FeedWordPress users * different feed formats, which may be useful to FeedWordPress users
* who make use of feed data in PHP add-ons and filters. * who make use of feed data in PHP add-ons and filters.
* *
* @version 2013.0525 * @version 2017.1004
*/ */
class SyndicatedPost { class SyndicatedPost {
var $item = null; // MagpieRSS representation var $item = null; // MagpieRSS representation
Expand Down

0 comments on commit b15228c

Please sign in to comment.