Plugin Directory

Changeset 1022690


Ignore:
Timestamp:
11/10/2014 12:45:01 AM (11 years ago)
Author:
johndaskovsky
Message:

1.2.3 - Update fix

Location:
classdex/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • classdex/trunk/classdex.php

    r1022680 r1022690  
    55Description: A class and customer management system for Wordpress.
    66Author: John Daskovsky 
    7 Version: 1.2.2
     7Version: 1.2.3
    88Author URI: http://howtononprofit.wordpress.com/about/
    99
     
    123123}
    124124register_activation_hook(__FILE__, 'classdex_install');
    125 add_action( 'plugins_loaded', 'classdex_install' );
     125
     126if(function_exists('register_update_hook')) {
     127    register_update_hook(__FILE__, 'classdex_install');
     128}
     129
    126130
    127131//Create plugin Options page
  • classdex/trunk/readme.txt

    r1022680 r1022690  
    44Requires at least: 3.5
    55Tested up to: 4.0
    6 Stable tag: 1.2.2
     6Stable tag: 1.2.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4848
    4949
    50 = Version 1.2.2 =
     50= Version 1.2.3 =
    5151* FIXED: Upgrade issue resolved.
    5252
Note: See TracChangeset for help on using the changeset viewer.