Changeset 1179598
- Timestamp:
- 06/12/2015 12:25:38 PM (11 years ago)
- Location:
- expresscurate/trunk
- Files:
-
- 4 edited
-
ExpressCurate.php (modified) (1 diff)
-
ExpressCurate_FeedManager.php (modified) (2 diffs)
-
ExpressCurate_HtmlParser.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
expresscurate/trunk/ExpressCurate.php
r1179063 r1179598 5 5 Plugin URI: http://www.expresscurate.com/products 6 6 Description: ExpressCurate plugin is a content curation tool for WordPress. It enables you to create and publish high quality content within minutes. 7 Version: 2.1. 17 Version: 2.1.2 8 8 Author: ExpressCurate 9 9 Author URI: http://www.expresscurate.com -
expresscurate/trunk/ExpressCurate_FeedManager.php
r1179090 r1179598 449 449 } 450 450 451 $blockWords = split(', ', trim(get_option('expresscurate_content_stop_keywords', '')));451 $blockWords = split(', ', trim(get_option('expresscurate_content_stop_keywords', ''))); 452 452 $blockWords = empty($blockWords) ? false : $blockWords; 453 453 … … 504 504 } 505 505 } 506 507 506 508 507 $keywords = $html_parser->analyzeKeywords(); -
expresscurate/trunk/ExpressCurate_HtmlParser.php
r1179063 r1179598 563 563 $escaped = array(); 564 564 foreach ($words as $word) { 565 $word = trim($word); 566 if(empty($word)) { 567 continue; 568 } 565 569 $escaped[] = preg_quote($word); 570 } 571 if(empty($escaped)) { 572 return false; 566 573 } 567 574 $escapedExp = implode('|', $escaped); -
expresscurate/trunk/readme.txt
r1179063 r1179598 5 5 Requires at least: 3.9 6 6 Tested up to: 4.2.2 7 Stable tag: 2.1. 17 Stable tag: 2.1.2 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl.html … … 81 81 82 82 = How To Get Started = 83 [Download ExpressCurate plugin](http://downloads.wordpress.org/plugin/expresscurate.2.1. 1.zip "Your favorite content marketing tools") for WordPress.83 [Download ExpressCurate plugin](http://downloads.wordpress.org/plugin/expresscurate.2.1.2.zip "Your favorite content marketing tools") for WordPress. 84 84 You can also [download](http://www.expresscurate.com/p/products/wordpress-theme "Your favorite WordPress Theme") a **free** [ExpressCurate WordPress theme](http://www.expresscurate.com/p/products/wordpress-theme "Your favorite WordPress Theme"). It will give your curated content a modern online news look. 85 85 … … 132 132 == Changelog == 133 133 134 = 2.1.2 = 135 * Miscellaneous bug fixes and improvements. 136 134 137 = 2.1.1 = 135 138 * New Setting: Stop Keywords. Content Feed will filter out the posts that contain these stop words.
Note: See TracChangeset
for help on using the changeset viewer.