Changeset 864447
- Timestamp:
- 02/25/2014 02:34:30 AM (12 years ago)
- Location:
- td-ticket-system
- Files:
-
- 1 deleted
- 1 edited
-
tags/1.0.5 (deleted)
-
trunk/td-ticketsystem.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
td-ticket-system/trunk/td-ticketsystem.php
r864445 r864447 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. 46 * Version: 1.0.5 7 7 * Author: TranscenDevelopment 8 8 * Author URI: http://www.transcendevelopment.com … … 39 39 define('TDTTSDIR', plugin_dir_path( __FILE__ )); 40 40 define('TDPLUGINURL', plugins_url().'/td-ticket-system/'); 41 define('TDTTSVER', '1.0. 4');41 define('TDTTSVER', '1.0.5'); 42 42 43 43 $td_tts_menuPos = get_option('td_tts_menuPos') . '.312'; … … 1326 1326 } 1327 1327 1328 if ($td_tts_version != '1.0. 4') {1328 if ($td_tts_version != '1.0.5') { 1329 1329 td_tts_populateDefaultTemplates(); 1330 1330 } 1331 add_option( "td_tts_db_version", "1.0. 4" );1331 add_option( "td_tts_db_version", "1.0.5" ); 1332 1332 } 1333 1333 //---------------------------------------------------------//
Note: See TracChangeset
for help on using the changeset viewer.