[Bps-public-commit] rt-extension-formtools branch master updated. 1.08-2-g6525d65

BPS Git Server git at git.bestpractical.com
Wed Mar 20 12:18:40 UTC 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-formtools".

The branch, master has been updated
       via  6525d655ad407aa9f1f7ed985cb021913557c417 (commit)
      from  54bb389bb48c8c0144732dfe3704ffb476303abc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6525d655ad407aa9f1f7ed985cb021913557c417
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Wed Mar 20 08:17:44 2024 -0400

    Update minimum required RT version
    
    The new web UI uses RT elements only available in RT
    5.0.5, which is the version we developed and tested with.
    Set this as the minimum version.

diff --git a/META.yml b/META.yml
index 56370b5..c5c4739 100644
--- a/META.yml
+++ b/META.yml
@@ -27,4 +27,4 @@ resources:
   repository: https://github.com/bestpractical/rt-extension-formtools
 version: '1.08'
 x_module_install_rtx_version: '0.43'
-x_requires_rt: 5.0.0
+x_requires_rt: 5.0.5
diff --git a/Makefile.PL b/Makefile.PL
index 093c2c3..05ea480 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,7 +1,7 @@
 use lib '.';
 use inc::Module::Install;
 RTx('RT-Extension-FormTools');
-requires_rt('5.0.0');
+requires_rt('5.0.5');
 
 repository('https://github.com/bestpractical/rt-extension-formtools');
 
diff --git a/README b/README
index 99e8b09..25f2316 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ DESCRIPTION
     and create a ticket.
 
 RT VERSION
-    Works with RT 5.
+    Works with RT 5.0.5 and newer.
 
 INSTALLATION
     perl Makefile.PL
diff --git a/lib/RT/Extension/FormTools.pm b/lib/RT/Extension/FormTools.pm
index 5088a3e..7240438 100644
--- a/lib/RT/Extension/FormTools.pm
+++ b/lib/RT/Extension/FormTools.pm
@@ -119,7 +119,7 @@ information and create a ticket.
 
 =head1 RT VERSION
 
-Works with RT 5.
+Works with RT 5.0.5 and newer.
 
 =head1 INSTALLATION
 

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

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


hooks/post-receive
-- 
rt-extension-formtools


More information about the Bps-public-commit mailing list