RSS Post Importer - Version 2.0.13

Version Description

Download this release

Release Info

Developer feedsapi
Plugin Icon 128x128 RSS Post Importer
Version 2.0.13
Comparing to
See all releases

Code changes from version 2.0.12 to 2.0.13

app/class-rss-post-importer.php CHANGED
@@ -208,7 +208,7 @@ class rssPostImporter {
208
 
209
 
210
 
211
- $url = "http://176.58.108.28/fetch.php?key=$key&url=http://dummyurl.com";
212
 
213
  $content = file_get_contents($url);
214
 
208
 
209
 
210
 
211
+ $url = "http://www.feedsapi.org/fetch.php?key=$key&url=http://dummyurl.com";
212
 
213
  $content = file_get_contents($url);
214
 
app/classes/import/class-rss-pi-engine.php CHANGED
@@ -302,7 +302,7 @@ class rssPIEngine {
302
 
303
 
304
 
305
- $api_url = "http://176.58.108.28/fetch.php?key=" . $key . "&url=" . $url;
306
 
307
 
308
 
302
 
303
 
304
 
305
+ $api_url = "http://www.feedsapi.org/fetch.php?key=" . $key . "&url=" . $url;
306
 
307
 
308
 
index.php CHANGED
@@ -5,7 +5,7 @@
5
  Plugin URI: https://wordpress.org/plugins/rss-post-importer/
6
  Description: This plugin lets you set up an import posts from one or several rss-feeds and save them as posts on your site, simple and flexible.
7
  Author: feedsapi
8
- Version: 2.0.12
9
  Author URI: https://www.feedsapi.org/
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
5
  Plugin URI: https://wordpress.org/plugins/rss-post-importer/
6
  Description: This plugin lets you set up an import posts from one or several rss-feeds and save them as posts on your site, simple and flexible.
7
  Author: feedsapi
8
+ Version: 2.0.13
9
  Author URI: https://www.feedsapi.org/
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
readme.txt CHANGED
@@ -12,7 +12,7 @@ Requires at least: 3.5
12
 
13
  Tested up to: 4.1
14
 
15
- Stable tag: 2.0.12
16
 
17
  License: GPLv2 or later
18
 
@@ -163,6 +163,10 @@ WP-o-Matic , WP-o-Matic, RSSImport, FeedWordPress, Syndicate Press, FeedWeb, RSS
163
 
164
  == Change Log ==
165
 
 
 
 
 
166
  = Version 2.0.12 =
167
 
168
  * Added export/import option to backup/restore feeds and settings.
12
 
13
  Tested up to: 4.1
14
 
15
+ Stable tag: 2.0.13
16
 
17
  License: GPLv2 or later
18
 
163
 
164
  == Change Log ==
165
 
166
+ = Version 2.0.13 =
167
+
168
+ * Bug Fixing - API related
169
+
170
  = Version 2.0.12 =
171
 
172
  * Added export/import option to backup/restore feeds and settings.