[Bps-public-commit] rt-extension-quickassign branch, master, updated. e07e1723426ce7bd46123529d4132e834b0ce0f1

? sunnavy sunnavy at bestpractical.com
Tue Nov 3 07:20:18 EST 2015


The branch, master has been updated
       via  e07e1723426ce7bd46123529d4132e834b0ce0f1 (commit)
      from  441672cc20359e9c8b52cfee50ec08a522e57f25 (commit)

Summary of changes:
 META.yml                        | 2 +-
 Makefile.PL                     | 2 +-
 README                          | 2 +-
 lib/RT/Extension/QuickAssign.pm | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit e07e1723426ce7bd46123529d4132e834b0ce0f1
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Nov 3 20:19:58 2015 +0800

    bump rt_too_new for 4.6.0 instead
    
    it works for 4.4

diff --git a/META.yml b/META.yml
index d110601..161d33c 100644
--- a/META.yml
+++ b/META.yml
@@ -26,4 +26,4 @@ resources:
 version: '1.00'
 x_module_install_rtx_version: '0.36'
 x_requires_rt: 4.0.0
-x_rt_too_new: 4.4.0
+x_rt_too_new: 4.6.0
diff --git a/Makefile.PL b/Makefile.PL
index ef17f31..13c4eee 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@ license 'gplv2';
 repository 'https://github.com/bestpractical/rt-extension-quickassign';
 
 requires_rt '4.0.0';
-rt_too_new '4.4.0';
+rt_too_new '4.6.0';
 
 sign;
 WriteAll;
diff --git a/README b/README
index d6ca270..f9ae461 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ DESCRIPTION
     performance impact for some installations.
 
 RT VERSION
-    Works with RT 4.0 and 4.2
+    Works with RT 4
 
 INSTALLATION
     perl Makefile.PL
diff --git a/lib/RT/Extension/QuickAssign.pm b/lib/RT/Extension/QuickAssign.pm
index 6d370a5..c2e220f 100644
--- a/lib/RT/Extension/QuickAssign.pm
+++ b/lib/RT/Extension/QuickAssign.pm
@@ -20,7 +20,7 @@ performance impact for some installations.
 
 =head1 RT VERSION
 
-Works with RT 4.0 and 4.2
+Works with RT 4
 
 =head1 INSTALLATION
 

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


More information about the Bps-public-commit mailing list