File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 2
2
* feedzy-rss-feeds.css
3
3
* Feedzy RSS Feed
4
4
* Copyright: (c) 2016 Themeisle, themeisle.com
5
- * Version: 3.1.3
5
+ * Version: 3.1.4
6
6
* Plugin Name: FEEDZY RSS Feeds
7
7
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
8
8
* Author: Themeisle
Original file line number Diff line number Diff line change 15
15
* Plugin Name: Feedzy RSS Feeds Lite
16
16
* Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds-lite/
17
17
* 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
19
19
* Author: Themeisle
20
20
* Author URI: http://themeisle.com
21
21
* License: GPL-2.0+
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ public static function instance() {
104
104
*/
105
105
public function init () {
106
106
self ::$ plugin_name = 'feedzy-rss-feeds ' ;
107
- self ::$ version = '3.1.3 ' ;
107
+ self ::$ version = '3.1.4 ' ;
108
108
self ::$ instance ->load_dependencies ();
109
109
self ::$ instance ->set_locale ();
110
110
self ::$ instance ->define_admin_hooks ();
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " feedzy-rss-feeds" ,
3
- "version" : " 3.1.3 " ,
3
+ "version" : " 3.1.4 " ,
4
4
"description" : " Feedzy RSS Feeds Lite" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -193,6 +193,9 @@ http://docs.themeisle.com/article/636-how-to-change-author-url
193
193
= How remove feed items duplicates by url =
194
194
http://docs.themeisle.com/article/638-how-to-eliminate-duplicate-feed-item
195
195
196
+ = How to use feedzy categories =
197
+ http://docs.themeisle.com/article/640-how-to-use-feedzy-categories
198
+
196
199
== Screenshots ==
197
200
198
201
1. Simple example
@@ -203,6 +206,9 @@ http://docs.themeisle.com/article/638-how-to-eliminate-duplicate-feed-item
203
206
204
207
== Changelog ==
205
208
209
+ = 3.1.4 - 29/05/2017 =
210
+ * Added new doc on how to use feedzy categories.
211
+
206
212
= 3.1.3 - 29/05/2017 =
207
213
* Added new SDK features.
208
214
* Fixed some edge case issues on image parsing.
You can’t perform that action at this time.
0 commit comments