Changeset 1022690
- Timestamp:
- 11/10/2014 12:45:01 AM (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
r1022680 r1022690 5 5 Description: A class and customer management system for Wordpress. 6 6 Author: John Daskovsky 7 Version: 1.2. 27 Version: 1.2.3 8 8 Author URI: http://howtononprofit.wordpress.com/about/ 9 9 … … 123 123 } 124 124 register_activation_hook(__FILE__, 'classdex_install'); 125 add_action( 'plugins_loaded', 'classdex_install' ); 125 126 if(function_exists('register_update_hook')) { 127 register_update_hook(__FILE__, 'classdex_install'); 128 } 129 126 130 127 131 //Create plugin Options page -
classdex/trunk/readme.txt
r1022680 r1022690 4 4 Requires at least: 3.5 5 5 Tested up to: 4.0 6 Stable tag: 1.2. 26 Stable tag: 1.2.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 48 48 49 49 50 = Version 1.2. 2=50 = Version 1.2.3 = 51 51 * FIXED: Upgrade issue resolved. 52 52
Note: See TracChangeset
for help on using the changeset viewer.