[Bps-public-commit] RT-Extension-CommandByMail branch, master, updated. 2.01-9-gaa0deed
Jim Brandt
jbrandt at bestpractical.com
Thu Jul 21 16:12:39 EDT 2016
The branch, master has been updated
via aa0deed355cebfbeb19eb13b532fdca3323a5c60 (commit)
from d6c1e9c73e9ec02458921c1e2094b763e8b110f9 (commit)
Summary of changes:
Changes | 4 ++++
META.yml | 2 +-
lib/RT/Extension/CommandByMail.pm | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit aa0deed355cebfbeb19eb13b532fdca3323a5c60
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Thu Jul 21 16:10:30 2016 -0400
Prep for 2.02 release
diff --git a/Changes b/Changes
index f60c7a9..013e374 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+2.02 2016-07-13
+ - Allow email through for normal processing when CommandByMailGroup
+ is set and the From: user is not in the group. Fixes #114132
+
2.01 2016-04-11
- Recreate ParseCcAddressesFromHead to support create with
ParseNewMessageForTicketCcs set
diff --git a/META.yml b/META.yml
index eab7825..1239e37 100644
--- a/META.yml
+++ b/META.yml
@@ -27,6 +27,6 @@ requires:
perl: 5.10.1
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: '2.01'
+version: '2.02'
x_module_install_rtx_version: '0.37'
x_requires_rt: 4.0.0
diff --git a/lib/RT/Extension/CommandByMail.pm b/lib/RT/Extension/CommandByMail.pm
index d82992f..85562b2 100644
--- a/lib/RT/Extension/CommandByMail.pm
+++ b/lib/RT/Extension/CommandByMail.pm
@@ -11,7 +11,7 @@ our @LINK_ATTRIBUTES = qw(MemberOf Parents Members Children
HasMember RefersTo ReferredToBy DependsOn DependedOnBy);
our @WATCHER_ATTRIBUTES = qw(Requestor Cc AdminCc);
-our $VERSION = '2.01';
+our $VERSION = '2.02';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list