Plugin Directory

Changeset 1078139


Ignore:
Timestamp:
01/29/2015 12:25:41 PM (10 years ago)
Author:
phpaddicted
Message:

tagging version 2.0.9

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  
    207207
    208208
    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";
    210210
    211211                $content = file_get_contents($url);
  • rss-post-importer/tags/2.0.9/app/classes/import/class-rss-pi-engine.php

    r1074029 r1078139  
    303303
    304304
    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;
    306306
    307307
  • rss-post-importer/tags/2.0.9/index.php

    r1078030 r1078139  
    1313  Author: feedsapi
    1414
    15   Version: 2.0.8
     15  Version: 2.0.9
    1616
    1717  Author URI: https://www.feedsapi.org/
     
    5959if (!defined('RSS_PI_VERSION')) {
    6060
    61         define('RSS_PI_VERSION', '2.0.8');
     61        define('RSS_PI_VERSION', '2.0.9');
    6262
    6363}
  • rss-post-importer/tags/2.0.9/readme.txt

    r1078030 r1078139  
    1313Tested up to: 4.1
    1414
    15 Stable tag: 2.0.8
     15Stable tag: 2.0.9
    1616
    1717License: GPLv2 or later
     
    163163== Change Log ==
    164164
     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.
    165180
    166181
  • rss-post-importer/trunk/app/class-rss-post-importer.php

    r1074029 r1078139  
    207207
    208208
    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";
    210210
    211211                $content = file_get_contents($url);
  • rss-post-importer/trunk/app/classes/import/class-rss-pi-engine.php

    r1074029 r1078139  
    303303
    304304
    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;
    306306
    307307
  • rss-post-importer/trunk/index.php

    r1078030 r1078139  
    1313  Author: feedsapi
    1414
    15   Version: 2.0.8
     15  Version: 2.0.9
    1616
    1717  Author URI: https://www.feedsapi.org/
     
    5959if (!defined('RSS_PI_VERSION')) {
    6060
    61         define('RSS_PI_VERSION', '2.0.8');
     61        define('RSS_PI_VERSION', '2.0.9');
    6262
    6363}
  • rss-post-importer/trunk/readme.txt

    r1078030 r1078139  
    1313Tested up to: 4.1
    1414
    15 Stable tag: 2.0.8
     15Stable tag: 2.0.9
    1616
    1717License: GPLv2 or later
     
    163163== Change Log ==
    164164
     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.
    165180
    166181
Note: See TracChangeset for help on using the changeset viewer.