Changeset 1022616
- Timestamp:
- 11/09/2014 09:05:21 PM (11 years ago)
- Location:
- classdex/trunk
- Files:
-
- 2 edited
-
classdex.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
classdex/trunk/classdex.php
r1022590 r1022616 5 5 Description: A class and customer management system for Wordpress. 6 6 Author: John Daskovsky 7 Version: 1.1. 87 Version: 1.1.9 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 126 126 127 //Create plugin Options page -
classdex/trunk/readme.txt
r1022590 r1022616 4 4 Requires at least: 3.5 5 5 Tested up to: 4.0 6 Stable tag: 1.1. 86 Stable tag: 1.1.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.