Plugin Directory

Changeset 766746


Ignore:
Timestamp:
09/04/2013 07:28:07 AM (13 years ago)
Author:
nethmk
Message:

Version 0.2.0.9 ( Fix few bugs )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • exxmlrpc/trunk/exxmlrpc.php

    r760467 r766746  
    22/*
    33Plugin Name: ExXmlRpc for WordPressPost
    4 Version: 0.2.0.8
     4Version: 0.2.0.9
    55Plugin URI:http://wpp.nethmk.com/plugin/ExXmlRpcForWPP/ExXmlRpc.zip
    66Description:ExXmlRpc(WordPressPost) is a plugin to post to WordPress from WordPressPost.
     
    88Author URI: http://wp.nethmk.com
    99*/
     10
     11define("THIS_VERSION",     "0.2.0.9");
     12
    1013
    1114add_filter('is_protected_meta', 'my_is_protected_meta_filter', 10, 2);
     
    4649/* ------------------------------------------------------------------------- */
    4750    function wpex_getCurrentVersion($args) {
    48         return '0.2.0.7';
     51        return THIS_VERSION;
    4952    }
    5053
Note: See TracChangeset for help on using the changeset viewer.