Plugin Directory

Changeset 1103408


Ignore:
Timestamp:
03/02/2015 04:36:01 PM (11 years ago)
Author:
jquindlen
Message:

0.9.12

Location:
wpbugtracktor
Files:
205 added
3 edited

Legend:

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

    r1076223 r1103408  
    44    <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
    55    <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
    6         <group/>
     6        <group>
     7            <file>file:/D:/PORTABLES/EasyPHP-5.3.3/www/wordpress2/wp-content/plugins/wpbugtracktor/php/installer/installer.php</file>
     8        </group>
    79    </open-files>
    810</project-private>
  • wpbugtracktor/trunk/readme.txt

    r1081728 r1103408  
    55Requires at least: 3.5.0
    66Tested up to: 4.2
    7 Stable tag: 0.9.11
     7Stable tag: 0.9.12
    88
    99The best native bug tracking and issue management system for Wordpress.
     
    1515It uses Wordpress pages, which keeps end users out of the dashboard area and allows you to use other comment plugins and solutions with this bug tracker.  Keep your bug tracker private, allow only certain users, all users, or even guests to report bugs.  Also optionally allows you to accept feature requests, enhancements, and ideas.
    1616
    17 The plugin is i18n ready and compatible (POT file included in the /languages/ directory) but we ask that you hold off translation efforts until version 1.0 is complete, because there is a lot more text that will be added from now until then, which means any translations done now would be incomplete.
     17The plugin is i18n ready and compatible (POT file included in the /languages/ directory)
     18
     19 * Hebrew (עִבְרִית) translation provided by http://atar4u.com/
    1820
    1921NOTE: This is NOT a support ticket plugin, this is bug tracking software.  However, we have also written a [free support ticket plugin](http://indiedevbundle.com/app/idb-ultimate-wordpress-bundle/#idbbugtracker "free support ticket plugin") called: IDB Support Tickets.
     
    4749
    4850== Changelog ==
     51
     52= 0.9.12 =
     53 * Hebrew (עִבְרִית) translation provided by http://atar4u.com/
    4954
    5055= 0.9.11 =
  • wpbugtracktor/trunk/wpbugtracktor.php

    r1081728 r1103408  
    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.11
     6Version: 0.9.12
    77Author: IndieDevBundle.com
    88Author URI: http://indiedevbundle.com/app/idb-ultimate-wordpress-bundle/#idbbugtracker
     
    3333
    3434/* Global variables: */
    35 $wpscbt_version = '0.9.11';
    36 $wpscbt_version_int = 009011; // 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.12';
     36$wpscbt_version_int = 009012; // 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.