Skip to content

Commit c0520d7

Browse files
authored
Merge pull request #52 from Codeinwp/bump
Added new doc for feedzy categories. Bump themeisle-sdk version.
2 parents 0826420 + 8d0b698 commit c0520d7

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

css/feedzy-rss-feeds.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* feedzy-rss-feeds.css
33
* Feedzy RSS Feed
44
* Copyright: (c) 2016 Themeisle, themeisle.com
5-
* Version: 3.1.3
5+
* Version: 3.1.4
66
* Plugin Name: FEEDZY RSS Feeds
77
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
88
* Author: Themeisle

feedzy-rss-feed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Plugin Name: Feedzy RSS Feeds Lite
1616
* Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds-lite/
1717
* Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area.
18-
* Version: 3.1.3
18+
* Version: 3.1.4
1919
* Author: Themeisle
2020
* Author URI: http://themeisle.com
2121
* License: GPL-2.0+

includes/feedzy-rss-feeds.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public static function instance() {
104104
*/
105105
public function init() {
106106
self::$plugin_name = 'feedzy-rss-feeds';
107-
self::$version = '3.1.3';
107+
self::$version = '3.1.4';
108108
self::$instance->load_dependencies();
109109
self::$instance->set_locale();
110110
self::$instance->define_admin_hooks();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "feedzy-rss-feeds",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "Feedzy RSS Feeds Lite",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ http://docs.themeisle.com/article/636-how-to-change-author-url
193193
= How remove feed items duplicates by url =
194194
http://docs.themeisle.com/article/638-how-to-eliminate-duplicate-feed-item
195195

196+
= How to use feedzy categories =
197+
http://docs.themeisle.com/article/640-how-to-use-feedzy-categories
198+
196199
== Screenshots ==
197200

198201
1. Simple example
@@ -203,6 +206,9 @@ http://docs.themeisle.com/article/638-how-to-eliminate-duplicate-feed-item
203206

204207
== Changelog ==
205208

209+
= 3.1.4 - 29/05/2017 =
210+
* Added new doc on how to use feedzy categories.
211+
206212
= 3.1.3 - 29/05/2017 =
207213
* Added new SDK features.
208214
* Fixed some edge case issues on image parsing.

0 commit comments

Comments
 (0)