Plugin Directory

Changeset 1179090


Ignore:
Timestamp:
06/11/2015 04:48:23 PM (11 years ago)
Author:
expresscurate
Message:

new version v2.1.1 with changes:

  • New Setting: Stop Keywords. Content Feed will filter out the posts that contain these stop words.
  • New Setting: Content Alert Users. Content (Keyword Match) Alert will be sent to the specified users only.
  • New Feature: All Posts now shows the number of approved social promotion messages.
  • Miscellaneous bug fixes and improvements.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • expresscurate/trunk/ExpressCurate_FeedManager.php

    r1179063 r1179090  
    409409                foreach ($curated_links_rss as $url => $feed_url) {
    410410                    // pull content
    411                     $lookup_url = "http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&scoring=h&q=" . urlencode($feed_url['feed_url']);
     411                    $lookup_url = "http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&q=" . urlencode($feed_url['feed_url']);
    412412                    $htmlparser = new ExpressCurate_HtmlParser($lookup_url);
    413413                    $res = $htmlparser->download();
Note: See TracChangeset for help on using the changeset viewer.