[Bps-public-commit] RT-Extension-PriorityAsString branch, master, updated. 1.02

Alex Vandiver alexmv at bestpractical.com
Mon Sep 29 13:01:11 EDT 2014


The branch, master has been updated
       via  8fe485c3c6da4e61e7ffb6c474a94f9fb154e318 (commit)
      from  8c14acd3c92f6322195d050edd568e07af5d61cb (commit)

Summary of changes:
 CHANGES                              | 3 +++
 META.yml                             | 2 +-
 lib/RT/Extension/PriorityAsString.pm | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 8fe485c3c6da4e61e7ffb6c474a94f9fb154e318
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Sep 29 13:00:44 2014 -0400

    Version 1.02 releng

diff --git a/CHANGES b/CHANGES
index 6468b77..b5bb54f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+1.02 2014-09-29
+ - Provide our own copy of CSSClass(), for compatibility with RT 4.0
+
 1.01 2014-09-29
  - Ensure that priorities with spaces have them translated to _ before
    being embedded in CSS classes
diff --git a/META.yml b/META.yml
index 84cb88f..97b7ed1 100644
--- a/META.yml
+++ b/META.yml
@@ -25,7 +25,7 @@ requires:
 resources:
   license: http://dev.perl.org/licenses/
   repository: https://github.com/bestpractical/rt-extension-priorityasstring
-version: '1.01'
+version: '1.02'
 x_module_install_rtx_version: '0.36'
 x_requires_rt: 4.0.0
 x_rt_too_new: 4.4.0
diff --git a/lib/RT/Extension/PriorityAsString.pm b/lib/RT/Extension/PriorityAsString.pm
index 39cbf66..8df9b3e 100644
--- a/lib/RT/Extension/PriorityAsString.pm
+++ b/lib/RT/Extension/PriorityAsString.pm
@@ -4,7 +4,7 @@ use warnings;
 
 package RT::Extension::PriorityAsString;
 
-our $VERSION = '1.01';
+our $VERSION = '1.02';
 
 =head1 NAME
 

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


More information about the Bps-public-commit mailing list