[Bps-public-commit] RT-Extension-CommandByMail branch, update-for-rt5, created. 3.00-1-gaf3cdd4

Aaron Trevena ast at bestpractical.com
Fri Jul 3 16:42:53 EDT 2020


The branch, update-for-rt5 has been created
        at  af3cdd4a20e19aad5715c621e5ddd4c6665b6d83 (commit)

- Log -----------------------------------------------------------------
commit af3cdd4a20e19aad5715c621e5ddd4c6665b6d83
Author: Aaron Trevena <aaron at aarontrevena.co.uk>
Date:   Fri Jul 3 21:41:43 2020 +0100

    Update to version, changelog and documentation
    
    Update to include support for RT version 5

diff --git a/Changes b/Changes
index 78820f3..6c4d1d1 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+3.01 2020-07-01
+ - Updated documentation with RT5 support
+
 3.00 2016-09-09
  - Change default behavior for unknown commands: Unknown commands no longer
    generate an unknown command email. There will be a warning in the logs
diff --git a/README b/README
index 2d68cee..4686573 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     RT::Extension::CommandByMail - Change ticket metadata via email
 
 RT VERSION
-    Works with RT 4.0, 4.2, 4.4
+    Works with RT 4.2, 4.4, 5.0
 
 SYNOPSIS
         (Send email with content that looks like the following.)
diff --git a/lib/RT/Extension/CommandByMail.pm b/lib/RT/Extension/CommandByMail.pm
index c4d161a..12a4733 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 = '3.00';
+our $VERSION = '3.01';
 
 =head1 NAME
 
@@ -19,7 +19,7 @@ RT::Extension::CommandByMail - Change ticket metadata via email
 
 =head1 RT VERSION
 
-Works with RT 4.0, 4.2, 4.4
+Works with RT 4.2, 4.4, 5.0
 
 =head1 SYNOPSIS
 

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


More information about the Bps-public-commit mailing list