Changeset 845485
- Timestamp:
- 01/26/2014 02:57:43 AM (11 years ago)
- Location:
- td-ticket-system
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
td-ticket-system/tags/1.0.2/trunk/td-ticketsystem.php
r845484 r845485 4 4 * Plugin URI: http://www.transcendevelopment.com/td-ticket-system/ 5 5 * Description: A ticket system for Wordpress to maintain reliable communication with customers without the worry of missing emails. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: TranscenDevelopment 8 8 * Author URI: http://www.transcendevelopment.com … … 39 39 define('DIR', plugin_dir_path( __FILE__ )); 40 40 define('DIRURL', plugin_dir_url( __FILE__ )); 41 define('TDTTSVER', '1.0. 1');41 define('TDTTSVER', '1.0.2'); 42 42 43 43 add_action('admin_menu', 'td_tts_regMenuPage'); -
td-ticket-system/trunk/td-ticketsystem.php
r845484 r845485 4 4 * Plugin URI: http://www.transcendevelopment.com/td-ticket-system/ 5 5 * Description: A ticket system for Wordpress to maintain reliable communication with customers without the worry of missing emails. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: TranscenDevelopment 8 8 * Author URI: http://www.transcendevelopment.com … … 39 39 define('DIR', plugin_dir_path( __FILE__ )); 40 40 define('DIRURL', plugin_dir_url( __FILE__ )); 41 define('TDTTSVER', '1.0. 1');41 define('TDTTSVER', '1.0.2'); 42 42 43 43 add_action('admin_menu', 'td_tts_regMenuPage');
Note: See TracChangeset
for help on using the changeset viewer.