Plugin Directory

Changeset 1165793


Ignore:
Timestamp:
05/22/2015 02:46:54 PM (11 years ago)
Author:
expresscurate
Message:

new version v2.0.16 with changes:

  • Miscellaneous bug fixes and improvements.
Location:
expresscurate/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • expresscurate/trunk/ExpressCurate.php

    r1165036 r1165793  
    55  Plugin URI: http://www.expresscurate.com/products
    66  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.15
     7  Version: 2.0.16
    88  Author: ExpressCurate
    99  Author URI: http://www.expresscurate.com
  • expresscurate/trunk/ExpressCurate_Actions.php

    r1165036 r1165793  
    537537            $defined_tags = explode(",", $defined_tags);
    538538        }
    539         //$the_post = get_post($post_id);
    540 
    541539// get the content of the post
    542540        $post_content = $post->post_content;
     
    667665    public function save_post($post_id,$post=null)
    668666    {
    669 
    670         //out($post);
    671         //$post_type = get_post_type($post_id);
    672667        $post_type = $post->post_type;
    673668
     
    688683            $post_content = $this->generate_tags($post);
    689684        } else {
    690             //$the_post = get_post($post_id);
    691685            $post_content = $post->post_content;
    692             $tags_obj = new Expresscurate_Tags();
     686            $tags_obj = new ExpressCurate_Tags();
    693687            $post_content = $tags_obj->removeTagLinks($post_content);
    694688        }
  • expresscurate/trunk/readme.txt

    r1165036 r1165793  
    55Requires at least: 3.9
    66Tested up to: 4.2.2
    7 Stable tag: 2.0.15
     7Stable tag: 2.0.16
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl.html
     
    8181
    8282= How To Get Started =
    83 [Download ExpressCurate plugin](http://downloads.wordpress.org/plugin/expresscurate.2.0.15.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. 
    8484You 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.
    8585
     
    131131== Changelog ==
    132132
     133= 2.0.16 =
     134* Miscellaneous bug fixes and improvements.
     135
    133136= 2.0.15 =
    134137* Compatibility with Fusion Core Plugin and Avada Theme.
Note: See TracChangeset for help on using the changeset viewer.