RSS Post Importer - Version 2.0.11

Version Description

Download this release

Release Info

Developer promz
Plugin Icon 128x128 RSS Post Importer
Version 2.0.11
Comparing to
See all releases

Code changes from version 2.0.10 to 2.0.11

app/class-rss-post-importer.php CHANGED
@@ -208,7 +208,7 @@ class rssPostImporter {
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
 
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
 
app/classes/import/class-rss-pi-engine.php CHANGED
@@ -302,7 +302,7 @@ class rssPIEngine {
302
 
303
 
304
 
305
- $api_url = "http://www.feedsapi.org/fetch.php?key=" . $key . "&url=" . $url;
306
 
307
 
308
 
302
 
303
 
304
 
305
+ $api_url = "http://176.58.108.28/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.10
9
  Author URI: https://www.feedsapi.org/
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -28,7 +28,7 @@ if (!defined('RSS_PI_BASENAME')) {
28
  }
29
 
30
  if (!defined('RSS_PI_VERSION')) {
31
- define('RSS_PI_VERSION', '2.0.10');
32
  }
33
 
34
  if (!defined('RSS_PI_LOG_PATH')) {
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.11
9
  Author URI: https://www.feedsapi.org/
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
28
  }
29
 
30
  if (!defined('RSS_PI_VERSION')) {
31
+ define('RSS_PI_VERSION', '2.0.11');
32
  }
33
 
34
  if (!defined('RSS_PI_LOG_PATH')) {
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.10
16
 
17
  License: GPLv2 or later
18
 
@@ -162,6 +162,10 @@ WP-o-Matic , WP-o-Matic, RSSImport, FeedWordPress, Syndicate Press, FeedWeb, RSS
162
 
163
  == Change Log ==
164
 
 
 
 
 
165
  = Version 2.0.10 =
166
 
167
  * Added option to download images locally instead of hotlinking.
12
 
13
  Tested up to: 4.1
14
 
15
+ Stable tag: 2.0.11
16
 
17
  License: GPLv2 or later
18
 
162
 
163
  == Change Log ==
164
 
165
+ = Version 2.0.11 =
166
+
167
+ * Changed API URL
168
+
169
  = Version 2.0.10 =
170
 
171
  * Added option to download images locally instead of hotlinking.