[Bps-public-commit] RT-Extension-CustomField-HideEmptyValues branch, master, updated. 1.10-1-gd11e28a

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


The branch, master has been updated
       via  d11e28ada9bbd93490b36cbda45025449de39dcb (commit)
      from  8723b3d2f4c2deb7687d43fa60d6e824476b2b3e (commit)

Summary of changes:
 META.yml    | 2 +-
 Makefile.PL | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit d11e28ada9bbd93490b36cbda45025449de39dcb
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Nov 3 20:12:53 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 2b1b154..e2efd01 100644
--- a/META.yml
+++ b/META.yml
@@ -26,4 +26,4 @@ resources:
 version: '1.10'
 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 4a58068..f70a415 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,7 +3,7 @@ use inc::Module::Install;
 RTx('RT-Extension-CustomField-HideEmptyValues');
 repository('https://github.com/bestpractical/rt-extension-customfield-hideemptyvalues');
 
-rt_too_new('4.4.0');
+rt_too_new('4.6.0');
 
 sign;
 WriteAll();

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


More information about the Bps-public-commit mailing list