Plugin Directory

Changeset 1050391


Ignore:
Timestamp:
12/20/2014 05:10:19 PM (11 years ago)
Author:
jquindlen
Message:

0.9.9

  • Updated: Compatible with 4.1 and 4.2 nightly build
  • Updated: Shortcode documentation updated
Location:
wpbugtracktor
Files:
201 added
4 edited

Legend:

Unmodified
Added
Removed
  • wpbugtracktor/trunk/nbproject/private/private.xml

    r1044192 r1050391  
    55    <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
    66        <group>
     7            <file>file:/D:/PORTABLES/EasyPHP-5.3.3/www/wordpress2/wp-content/plugins/wpbugtracktor/php/admin/adminajax.php</file>
     8            <file>file:/D:/PORTABLES/EasyPHP-5.3.3/www/wordpress2/wp-content/plugins/wpbugtracktor/php/admin/adminpages.php</file>
    79            <file>file:/D:/PORTABLES/EasyPHP-5.3.3/www/wordpress2/wp-content/plugins/wpbugtracktor/wpbugtracktor.php</file>
    810            <file>file:/D:/PORTABLES/EasyPHP-5.3.3/www/wordpress2/wp-content/plugins/wpbugtracktor/readme.txt</file>
  • wpbugtracktor/trunk/php/admin/adminpages.php

    r1044192 r1050391  
    10701070                        <tr>
    10711071                            <td>
    1072                                 <p>'.__('This is your main IDB Bug Tracker parent page.  All other IDB Bug Tracker pages are children of this page.', 'wpbugtracktor').'  <i>'.__('This page requires the IDB Bug Tracker shortcode be inserted into it, like this:', 'wpbugtracktor').'</i> [wpbugtracktor]</p>
     1072                                <p>'.__('This is your main IDB Bug Tracker parent page.  All other IDB Bug Tracker pages are children of this page.', 'wpbugtracktor').'  <i>'.__('This page requires the IDB Bug Tracker shortcode be inserted into it, like this:', 'wpbugtracktor').'</i> [idbbugtracker]</p>
    10731073                                <select name="mainpage">
    10741074                                    <option value="">
  • wpbugtracktor/trunk/readme.txt

    r1044192 r1050391  
    44Tags: bug,track,bug tracker,issue,bugs,issues,projects,feature request,tracker,wpBugTracktor,idbbugtracker
    55Requires at least: 3.5.0
    6 Tested up to: 4.0
    7 Stable tag: 0.9.8
     6Tested up to: 4.2
     7Stable tag: 0.9.9
    88
    99The best native bug tracking and issue management system for Wordpress.
     
    4848== Changelog ==
    4949
     50= 0.9.9 =
     51* Updated: Compatible with 4.1 and 4.2 nightly build
     52* Updated: Shortcode documentation updated
     53
    5054= 0.9.8 =
    5155* Fixed: Can now successfully delete versions
  • wpbugtracktor/trunk/wpbugtracktor.php

    r1044192 r1050391  
    44Plugin URI: http://indiedevbundle.com/app/idb-ultimate-wordpress-bundle/#idbbugtracker
    55Description: IDB Bug Tracker is a free, open source, and full featured bug tracking and issue management system built atop of Wordpress.
    6 Version: 0.9.8
     6Version: 0.9.9
    77Author: IndieDevBundle.com
    88Author URI: http://indiedevbundle.com/app/idb-ultimate-wordpress-bundle/#idbbugtracker
     
    3333
    3434/* Global variables: */
    35 $wpscbt_version = '0.9.8';
    36 $wpscbt_version_int = 009008; // Mm_p__ which is 1 digit for Major, 2 for minor, and 3 digits for patch updates, so version 2.0.14 would be 200014
     35$wpscbt_version = '0.9.9';
     36$wpscbt_version_int = 009009; // Mm_p__ which is 1 digit for Major, 2 for minor, and 3 digits for patch updates, so version 2.0.14 would be 200014
    3737
    3838if(session_id() == '') {
Note: See TracChangeset for help on using the changeset viewer.