Plugin Directory

Changeset 845492


Ignore:
Timestamp:
01/26/2014 03:04:57 AM (12 years ago)
Author:
transcendev
Message:

one more try to get the version right

File:
1 edited

Legend:

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

    r845484 r845492  
    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.1
     6 * Version: 1.0.2
    77 * Author: TranscenDevelopment
    88 * Author URI: http://www.transcendevelopment.com
     
    3939define('DIR', plugin_dir_path( __FILE__ ));
    4040define('DIRURL', plugin_dir_url( __FILE__ ));
    41 define('TDTTSVER', '1.0.1');
     41define('TDTTSVER', '1.0.2');
    4242
    4343add_action('admin_menu', 'td_tts_regMenuPage');
Note: See TracChangeset for help on using the changeset viewer.