[Bps-public-commit] RT-BugTracker branch, 4.2-4.4-compatibility, updated. 5.2-19-gf76f067

Shawn Moore shawn at bestpractical.com
Wed Jun 21 14:58:13 EDT 2017


The branch, 4.2-4.4-compatibility has been updated
       via  f76f0679b0be0e0eb359094491c8f8b17fcdb533 (commit)
      from  65a708f1e408504b67361f06f042463bbb89cc1d (commit)

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

- Log -----------------------------------------------------------------
commit f76f0679b0be0e0eb359094491c8f8b17fcdb533
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Wed Jun 21 18:58:01 2017 +0000

    5.5 releng

diff --git a/Changes b/Changes
index 4ecae8d..da213b6 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+5.5 2017-06-21
+ - Avoid breaking self-service UI
+
 5.4 2017-03-29
  - Make several features configurable:
    * BugTracker_CustomFieldsOnUpdate - specify CFs to update on maintainer reply
diff --git a/META.yml b/META.yml
index cd0f9a2..418740c 100644
--- a/META.yml
+++ b/META.yml
@@ -27,7 +27,7 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
   repository: https://github.com/bestpractical/rt-bugtracker
-version: '5.4'
+version: '5.5'
 x_module_install_rtx_version: '0.38'
 x_requires_rt: 4.2.0
 x_rt_too_new: 4.6.0
diff --git a/lib/RT/BugTracker.pm b/lib/RT/BugTracker.pm
index 5077e74..b949a1b 100644
--- a/lib/RT/BugTracker.pm
+++ b/lib/RT/BugTracker.pm
@@ -53,7 +53,7 @@ use warnings;
 package RT::BugTracker;
 
 use 5.008003;
-our $VERSION = '5.4';
+our $VERSION = '5.5';
 
 =head1 NAME
 

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


More information about the Bps-public-commit mailing list