Plugin Directory

Changeset 1022616


Ignore:
Timestamp:
11/09/2014 09:05:21 PM (11 years ago)
Author:
johndaskovsky
Message:

1.1.9 - Fixed a couple bugs

Location:
classdex/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • classdex/trunk/classdex.php

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

    r1022590 r1022616  
    44Requires at least: 3.5
    55Tested up to: 4.0
    6 Stable tag: 1.1.8
     6Stable tag: 1.1.9
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.