[Bps-public-commit] rt-extension-createbyproblemtype branch master updated. 1.03-5-ga565c3e

BPS Git Server git at git.bestpractical.com
Sat Apr 30 03:20:39 UTC 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-createbyproblemtype".

The branch, master has been updated
       via  a565c3e48fdb1790f0911e2012ee5dbd9db3a0c3 (commit)
      from  da5ccdb8ba7c9d4e02d488de24089d68851cf1d1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a565c3e48fdb1790f0911e2012ee5dbd9db3a0c3
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Apr 30 11:18:13 2022 +0800

    Prep 1.04

diff --git a/Changes b/Changes
index 66d7d94..b9a8157 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+1.04 2022-04-30
+ - Add odd/even css classes to problem options
+ - Split queue and problem options to ease future changes
+ - Mark queues bold to make them more distinguishale
+ - Add dividers for queues not having "Problem Type"
+
 1.03 2022-04-28
  - Ignore submitted "Problem Type" value on problem change
  - Fix "Problem Type" lookup type: it's a ticket custom field
diff --git a/META.yml b/META.yml
index 87db829..618843d 100644
--- a/META.yml
+++ b/META.yml
@@ -22,6 +22,6 @@ requires:
   perl: 5.8.3
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: '1.03'
+version: '1.04'
 x_module_install_rtx_version: '0.43'
 x_requires_rt: 4.0.0
diff --git a/lib/RT/Extension/CreateByProblemType.pm b/lib/RT/Extension/CreateByProblemType.pm
index 9f2f90d..8104097 100644
--- a/lib/RT/Extension/CreateByProblemType.pm
+++ b/lib/RT/Extension/CreateByProblemType.pm
@@ -1,6 +1,6 @@
 package RT::Extension::CreateByProblemType;
 
-our $VERSION = '1.03';
+our $VERSION = '1.04';
 
 use warnings;
 use strict;

-----------------------------------------------------------------------

Summary of changes:
 Changes                                 | 6 ++++++
 META.yml                                | 2 +-
 lib/RT/Extension/CreateByProblemType.pm | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
rt-extension-createbyproblemtype


More information about the Bps-public-commit mailing list