Plugin Directory

Changeset 1022620


Ignore:
Timestamp:
11/09/2014 09:33:57 PM (11 years ago)
Author:
johndaskovsky
Message:

1.2.0 - Upgrade issue resolved.

Location:
classdex/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • classdex/trunk/classdex.php

    r1022616 r1022620  
    55Description: A class and customer management system for Wordpress.
    66Author: John Daskovsky 
    7 Version: 1.1.9
     7Version: 1.2.0
    88Author URI: http://howtononprofit.wordpress.com/about/
    99
     
    123123}
    124124register_activation_hook(__FILE__, 'classdex_install');
    125 add_action( 'upgrader_process_complete', 'classdex_install' );
     125register_update_hook(__FILE__, 'classdex_install');
    126126
    127127//Create plugin Options page
  • classdex/trunk/readme.txt

    r1022616 r1022620  
    44Requires at least: 3.5
    55Tested up to: 4.0
    6 Stable tag: 1.1.9
     6Stable tag: 1.2.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4646
    4747== Changelog ==
     48
     49
     50= Version 1.2.0 =
     51* FIXED: Upgrade issue resolved.
    4852
    4953= Version 1.1.8 =
Note: See TracChangeset for help on using the changeset viewer.