Changeset 1165793
- Timestamp:
- 05/22/2015 02:46:54 PM (11 years ago)
- Location:
- expresscurate/trunk
- Files:
-
- 3 edited
-
ExpressCurate.php (modified) (1 diff)
-
ExpressCurate_Actions.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
expresscurate/trunk/ExpressCurate.php
r1165036 r1165793 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.0.1 57 Version: 2.0.16 8 8 Author: ExpressCurate 9 9 Author URI: http://www.expresscurate.com -
expresscurate/trunk/ExpressCurate_Actions.php
r1165036 r1165793 537 537 $defined_tags = explode(",", $defined_tags); 538 538 } 539 //$the_post = get_post($post_id);540 541 539 // get the content of the post 542 540 $post_content = $post->post_content; … … 667 665 public function save_post($post_id,$post=null) 668 666 { 669 670 //out($post);671 //$post_type = get_post_type($post_id);672 667 $post_type = $post->post_type; 673 668 … … 688 683 $post_content = $this->generate_tags($post); 689 684 } else { 690 //$the_post = get_post($post_id);691 685 $post_content = $post->post_content; 692 $tags_obj = new Express curate_Tags();686 $tags_obj = new ExpressCurate_Tags(); 693 687 $post_content = $tags_obj->removeTagLinks($post_content); 694 688 } -
expresscurate/trunk/readme.txt
r1165036 r1165793 5 5 Requires at least: 3.9 6 6 Tested up to: 4.2.2 7 Stable tag: 2.0.1 57 Stable tag: 2.0.16 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.0.1 5.zip "Your favorite content marketing tools") for WordPress.83 [Download ExpressCurate plugin](http://downloads.wordpress.org/plugin/expresscurate.2.0.16.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 … … 131 131 == Changelog == 132 132 133 = 2.0.16 = 134 * Miscellaneous bug fixes and improvements. 135 133 136 = 2.0.15 = 134 137 * Compatibility with Fusion Core Plugin and Avada Theme.
Note: See TracChangeset
for help on using the changeset viewer.