[Bps-public-commit] RT-Extension-MandatoryOnTransition branch, master, updated. 0.18-5-gc4b2eb6

Jim Brandt jbrandt at bestpractical.com
Mon Aug 19 11:47:43 EDT 2019


The branch, master has been updated
       via  c4b2eb6dfee3cd0b60886edb4ddd7d5812d31a2a (commit)
      from  d189396bcd95ce3fb2ee098ebba1e8f29ea08fd9 (commit)

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

- Log -----------------------------------------------------------------
commit c4b2eb6dfee3cd0b60886edb4ddd7d5812d31a2a
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Mon Aug 19 11:35:32 2019 -0400

    Prep for 0.19

diff --git a/Changes b/Changes
index 44b901b..d01ddd2 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,11 @@
+0.19 2019-08-19
+ - Only check for mandatory fields on a status or queue change.
+ - Process Content the same as RT, which includes clearing whitespace
+   like spaces or carriage returns. Also clear automatic signatures before
+   testing whether Content was provided. Note that this will result in a
+   change in behavior if users previously were entering whitespace or
+   including a signature to satisfy a required Content rule.
+
 0.18 2019-03-06
  - Add support for all the roles as mandatory fields.
 
diff --git a/META.yml b/META.yml
index 5496763..6bc0104 100644
--- a/META.yml
+++ b/META.yml
@@ -27,6 +27,6 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
   repository: https://github.com/bestpractical/rt-extension-mandatoryontransition
-version: '0.18'
+version: '0.19'
 x_module_install_rtx_version: '0.40'
 x_requires_rt: 4.0.9
diff --git a/lib/RT/Extension/MandatoryOnTransition.pm b/lib/RT/Extension/MandatoryOnTransition.pm
index d6f9b89..32f710a 100644
--- a/lib/RT/Extension/MandatoryOnTransition.pm
+++ b/lib/RT/Extension/MandatoryOnTransition.pm
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 package RT::Extension::MandatoryOnTransition;
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 =head1 NAME
 

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


More information about the Bps-public-commit mailing list