Skip to content

Commit

Permalink
bump version and readme update.
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed May 29, 2017
1 parent f4600bd commit c63d9a5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/feedzy-rss-feeds.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* feedzy-rss-feeds.css
* Feedzy RSS Feed
* Copyright: (c) 2016 Themeisle, themeisle.com
* Version: 3.1.2
* Version: 3.1.3
* Plugin Name: FEEDZY RSS Feeds
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
* Author: Themeisle
Expand Down
2 changes: 1 addition & 1 deletion feedzy-rss-feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Feedzy RSS Feeds Lite
* Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds-lite/
* Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area.
* Version: 3.1.2
* Version: 3.1.3
* Author: Themeisle
* Author URI: http://themeisle.com
* License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion includes/feedzy-rss-feeds.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static function instance() {
*/
public function init() {
self::$plugin_name = 'feedzy-rss-feeds';
self::$version = '3.1.2';
self::$version = '3.1.3';
self::$instance->load_dependencies();
self::$instance->set_locale();
self::$instance->define_admin_hooks();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feedzy-rss-feeds",
"version": "3.1.2",
"version": "3.1.3",
"description": "Feedzy RSS Feeds Lite",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ http://docs.themeisle.com/article/638-how-to-eliminate-duplicate-feed-item

== Changelog ==

= 3.1.3 - 29/05/2017 =
* Added new SDK features.
* Fixed some edge case issues on image parsing.

= 3.1.2 - 22/05/2017 =
* Fixed author protocol.
* Added core fetch_feed method.
Expand Down

0 comments on commit c63d9a5

Please sign in to comment.