[Bps-public-commit] rt-extension-quickupdate branch, master, updated. 1.00-1-gecb3f21

? sunnavy sunnavy at bestpractical.com
Tue Nov 3 07:23:34 EST 2015


The branch, master has been updated
       via  ecb3f21f857b670691c1c364402cba09a1ea0e2c (commit)
      from  e7678c8cf5dfd314cdb3ce5d417d50e74d74a935 (commit)

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

- Log -----------------------------------------------------------------
commit ecb3f21f857b670691c1c364402cba09a1ea0e2c
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Nov 3 20:23:04 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 34cd63c..e0b4ab1 100644
--- a/META.yml
+++ b/META.yml
@@ -25,4 +25,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 7aaa32f..d7332c4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,7 +2,7 @@ use inc::Module::Install;
 
 RTx('RT-Extension-QuickUpdate');
 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 6e03cf2..621ed8f 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ DESCRIPTION
     instead of needing to browse between tabs in order to do so.
 
 RT VERSION
-    Works with all releases of RT 4.0 and 4.2.
+    Works with all releases of RT 4.
 
 INSTALLATION
     perl Makefile.PL
diff --git a/lib/RT/Extension/QuickUpdate.pm b/lib/RT/Extension/QuickUpdate.pm
index cf760ca..6b0ebe6 100644
--- a/lib/RT/Extension/QuickUpdate.pm
+++ b/lib/RT/Extension/QuickUpdate.pm
@@ -18,7 +18,7 @@ needing to browse between tabs in order to do so.
 
 =head1 RT VERSION
 
-Works with all releases of RT 4.0 and 4.2.
+Works with all releases of RT 4.
 
 =head1 INSTALLATION
 

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


More information about the Bps-public-commit mailing list