Plugin Directory

Changeset 1081728


Ignore:
Timestamp:
02/03/2015 06:33:57 PM (11 years ago)
Author:
jquindlen
Message:

0.9.11

  • Updated: Comments admin page adjusted to make it easier to tell what comments belong to which bug report.
Location:
wpbugtracktor
Files:
201 added
3 edited

Legend:

Unmodified
Added
Removed
  • wpbugtracktor/trunk/php/issues/issues.php

    r1043814 r1081728  
    6161        if ($comments) {
    6262       
    63             $output .= '<table class="wpBugTracktorTable wpBugTracktorListCommentsTable">';
     63            $output .= '<table class="widefat wpBugTracktorTable wpBugTracktorListCommentsTable">';
    6464            foreach($comments as $comment) {
    6565                if ($comment->comment_approved == 0 ) {
  • wpbugtracktor/trunk/readme.txt

    r1076223 r1081728  
    55Requires at least: 3.5.0
    66Tested up to: 4.2
    7 Stable tag: 0.9.10
     7Stable tag: 0.9.11
    88
    99The best native bug tracking and issue management system for Wordpress.
     
    4747
    4848== Changelog ==
     49
     50= 0.9.11 =
     51* Updated: Comments admin page adjusted to make it easier to tell what comments belong to which bug report.
    4952
    5053= 0.9.10 =
  • wpbugtracktor/trunk/wpbugtracktor.php

    r1076223 r1081728  
    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.10
     6Version: 0.9.11
    77Author: IndieDevBundle.com
    88Author URI: http://indiedevbundle.com/app/idb-ultimate-wordpress-bundle/#idbbugtracker
     
    3333
    3434/* Global variables: */
    35 $wpscbt_version = '0.9.10';
    36 $wpscbt_version_int = 009010; // 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.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
    3737
    3838if(session_id() == '') {
Note: See TracChangeset for help on using the changeset viewer.