Changeset 1078139
- Timestamp:
- 01/29/2015 12:25:41 PM (10 years ago)
- Location:
- rss-post-importer
- Files:
-
- 8 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
rss-post-importer/tags/2.0.9/app/class-rss-post-importer.php
r1074029 r1078139 207 207 208 208 209 $url = "http:// 176.58.108.28/makefulltextfeed.php?key=$key&url=http://dummyurl.com";209 $url = "http://www.feedsapi.org/fetch.php?key=$key&url=http://dummyurl.com"; 210 210 211 211 $content = file_get_contents($url); -
rss-post-importer/tags/2.0.9/app/classes/import/class-rss-pi-engine.php
r1074029 r1078139 303 303 304 304 305 $api_url = "http:// 176.58.108.28/makefulltextfeed.php?key=" . $key . "&url=" . $url;305 $api_url = "http://www.feedsapi.org/fetch.php?key=" . $key . "&url=" . $url; 306 306 307 307 -
rss-post-importer/tags/2.0.9/index.php
r1078030 r1078139 13 13 Author: feedsapi 14 14 15 Version: 2.0. 815 Version: 2.0.9 16 16 17 17 Author URI: https://www.feedsapi.org/ … … 59 59 if (!defined('RSS_PI_VERSION')) { 60 60 61 define('RSS_PI_VERSION', '2.0. 8');61 define('RSS_PI_VERSION', '2.0.9'); 62 62 63 63 } -
rss-post-importer/tags/2.0.9/readme.txt
r1078030 r1078139 13 13 Tested up to: 4.1 14 14 15 Stable tag: 2.0. 815 Stable tag: 2.0.9 16 16 17 17 License: GPLv2 or later … … 163 163 == Change Log == 164 164 165 = Version 2.0.9 = 166 167 * Bug fixed and Improvements in code. 168 169 170 = Version 2.0.8 = 171 172 * default category always selected issue resolved. 173 174 * {excerpt:n} not working - Fixed. 175 176 177 = Version 2.0.7 = 178 179 * Bug fixed and Improvements in code. 165 180 166 181 -
rss-post-importer/trunk/app/class-rss-post-importer.php
r1074029 r1078139 207 207 208 208 209 $url = "http:// 176.58.108.28/makefulltextfeed.php?key=$key&url=http://dummyurl.com";209 $url = "http://www.feedsapi.org/fetch.php?key=$key&url=http://dummyurl.com"; 210 210 211 211 $content = file_get_contents($url); -
rss-post-importer/trunk/app/classes/import/class-rss-pi-engine.php
r1074029 r1078139 303 303 304 304 305 $api_url = "http:// 176.58.108.28/makefulltextfeed.php?key=" . $key . "&url=" . $url;305 $api_url = "http://www.feedsapi.org/fetch.php?key=" . $key . "&url=" . $url; 306 306 307 307 -
rss-post-importer/trunk/index.php
r1078030 r1078139 13 13 Author: feedsapi 14 14 15 Version: 2.0. 815 Version: 2.0.9 16 16 17 17 Author URI: https://www.feedsapi.org/ … … 59 59 if (!defined('RSS_PI_VERSION')) { 60 60 61 define('RSS_PI_VERSION', '2.0. 8');61 define('RSS_PI_VERSION', '2.0.9'); 62 62 63 63 } -
rss-post-importer/trunk/readme.txt
r1078030 r1078139 13 13 Tested up to: 4.1 14 14 15 Stable tag: 2.0. 815 Stable tag: 2.0.9 16 16 17 17 License: GPLv2 or later … … 163 163 == Change Log == 164 164 165 = Version 2.0.9 = 166 167 * Bug fixed and Improvements in code. 168 169 170 = Version 2.0.8 = 171 172 * default category always selected issue resolved. 173 174 * {excerpt:n} not working - Fixed. 175 176 177 = Version 2.0.7 = 178 179 * Bug fixed and Improvements in code. 165 180 166 181
Note: See TracChangeset
for help on using the changeset viewer.