Plugin Directory

Changeset 864447


Ignore:
Timestamp:
02/25/2014 02:34:30 AM (12 years ago)
Author:
transcendev
Message:

updating version

Location:
td-ticket-system
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • td-ticket-system/trunk/td-ticketsystem.php

    r864445 r864447  
    44 * Plugin URI: http://www.transcendevelopment.com/td-ticket-system/
    55 * Description: A ticket system for Wordpress to maintain reliable communication with customers without the worry of missing emails.
    6  * Version: 1.0.4
     6 * Version: 1.0.5
    77 * Author: TranscenDevelopment
    88 * Author URI: http://www.transcendevelopment.com
     
    3939define('TDTTSDIR', plugin_dir_path( __FILE__ ));
    4040define('TDPLUGINURL', plugins_url().'/td-ticket-system/');
    41 define('TDTTSVER', '1.0.4');
     41define('TDTTSVER', '1.0.5');
    4242
    4343$td_tts_menuPos = get_option('td_tts_menuPos') . '.312';
     
    13261326    }
    13271327   
    1328     if ($td_tts_version != '1.0.4') {
     1328    if ($td_tts_version != '1.0.5') {
    13291329        td_tts_populateDefaultTemplates();
    13301330    }
    1331     add_option( "td_tts_db_version", "1.0.4" );
     1331    add_option( "td_tts_db_version", "1.0.5" );
    13321332}
    13331333//---------------------------------------------------------//
Note: See TracChangeset for help on using the changeset viewer.