Plugin Directory

Changeset 845485


Ignore:
Timestamp:
01/26/2014 02:57:43 AM (11 years ago)
Author:
transcendev
Message:

setting proper version number...oops.

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  
    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');
  • td-ticket-system/trunk/td-ticketsystem.php

    r845484 r845485  
    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.