[Bps-public-commit] rt-extension-tags branch, update-for-rt5, created. 0.03-6-g213015a
Aaron Trevena
ast at bestpractical.com
Fri Jul 17 10:22:40 EDT 2020
The branch, update-for-rt5 has been created
at 213015ab7b0c3b177ac5c49625dae13bc31facd8 (commit)
- Log -----------------------------------------------------------------
commit 213015ab7b0c3b177ac5c49625dae13bc31facd8
Author: Aaron Trevena <aaron at aarontrevena.co.uk>
Date: Tue Jul 7 16:53:08 2020 +0100
Update to documentation, bumped version
Confirming works with RT5, updated documentation to show works
with RT 4.2, 4.4 and 5.0
diff --git a/Changes b/Changes
index 0a932f6..91a1d11 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for RT-Extension-Tags
+0.05 2020-07-07
+ - Update documentation & Makefile.PL for RT 5 release
+
0.04 2017-02-20
- Update tag input elements to be consistent with usage in RT 4.2, 4.4
diff --git a/Makefile.PL b/Makefile.PL
index 12fb1d6..6f9d489 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@ license 'gplv2';
repository 'https://github.com/bestpractical/rt-extension-tags';
requires_rt '4.0.0';
-rt_too_new '4.6.0';
+rt_too_new '5.2.0';
sign;
WriteAll;
diff --git a/README b/README
index c19e3af..86a4448 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ DESCRIPTION
The initdb step installs an example global Tag custom field.
RT VERSION
- Works with RT 4.0, 4.2, 4.4
+ Works with RT 4.2, 4.4, 5.0
INSTALLATION
perl Makefile.PL
diff --git a/lib/RT/Extension/Tags.pm b/lib/RT/Extension/Tags.pm
index 34aac6e..a71968b 100644
--- a/lib/RT/Extension/Tags.pm
+++ b/lib/RT/Extension/Tags.pm
@@ -2,7 +2,7 @@ use strict;
use warnings;
package RT::Extension::Tags;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
require RT::CustomField;
@@ -68,7 +68,7 @@ The initdb step installs an example global Tag custom field.
=head1 RT VERSION
-Works with RT 4.0, 4.2, 4.4
+Works with RT 4.2, 4.4, 5.0
=head1 INSTALLATION
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list