Changeset 1022620
- Timestamp:
- 11/09/2014 09:33:57 PM (11 years ago)
- Location:
- classdex/trunk
- Files:
-
- 2 edited
-
classdex.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
classdex/trunk/classdex.php
r1022616 r1022620 5 5 Description: A class and customer management system for Wordpress. 6 6 Author: John Daskovsky 7 Version: 1. 1.97 Version: 1.2.0 8 8 Author URI: http://howtononprofit.wordpress.com/about/ 9 9 … … 123 123 } 124 124 register_activation_hook(__FILE__, 'classdex_install'); 125 add_action( 'upgrader_process_complete', 'classdex_install');125 register_update_hook(__FILE__, 'classdex_install'); 126 126 127 127 //Create plugin Options page -
classdex/trunk/readme.txt
r1022616 r1022620 4 4 Requires at least: 3.5 5 5 Tested up to: 4.0 6 Stable tag: 1. 1.96 Stable tag: 1.2.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 46 47 47 == Changelog == 48 49 50 = Version 1.2.0 = 51 * FIXED: Upgrade issue resolved. 48 52 49 53 = Version 1.1.8 =
Note: See TracChangeset
for help on using the changeset viewer.