[Bps-public-commit] rt-extension-formtools branch master updated. 0.60

BPS Git Server git at git.bestpractical.com
Tue Oct 10 15:15:07 UTC 2023


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  07a75b651052ff1ab0ac4225b957f47d17dbeac8 (commit)
       via  eb746e30c080822b1a7c51745b7a655ccc990cb9 (commit)
      from  2ce8ce4111c9248652e602a1476035f85e7f9c05 (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 07a75b651052ff1ab0ac4225b957f47d17dbeac8
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Jul 7 04:01:56 2022 +0800

    Prep 0.60

diff --git a/Changes b/Changes
index 6a4ffcd..198109e 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-FormTools
 
+0.60 2022-07-06
+ - Migrate to RT 5
+
 0.53 2022-05-03
 
  - Update example to render radio using RT core feature
diff --git a/META.yml b/META.yml
index 7ab87ec..5420ff8 100644
--- a/META.yml
+++ b/META.yml
@@ -23,6 +23,6 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
   repository: https://github.com/bestpractical/rt-extension-formtools
-version: '0.53'
+version: '0.60'
 x_module_install_rtx_version: '0.43'
 x_requires_rt: 5.0.0
diff --git a/lib/RT/Extension/FormTools.pm b/lib/RT/Extension/FormTools.pm
index 8ff77d5..ee2de35 100644
--- a/lib/RT/Extension/FormTools.pm
+++ b/lib/RT/Extension/FormTools.pm
@@ -3,7 +3,7 @@ use strict;
 
 package RT::Extension::FormTools;
 
-our $VERSION = '0.53';
+our $VERSION = '0.60';
 
 =head1 NAME
 

commit eb746e30c080822b1a7c51745b7a655ccc990cb9
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Jul 7 04:06:55 2022 +0800

    Update rt path to rt5 in RT-Example-FormTools

diff --git a/ex/RT-Example-FormTools/lib/RT/Example/FormTools.pm b/ex/RT-Example-FormTools/lib/RT/Example/FormTools.pm
index 6261f01..8574a94 100644
--- a/ex/RT-Example-FormTools/lib/RT/Example/FormTools.pm
+++ b/ex/RT-Example-FormTools/lib/RT/Example/FormTools.pm
@@ -32,7 +32,7 @@ in your database.
 If you are upgrading this module, check for upgrading instructions
 in case changes need to be made to your database.
 
-=item Edit your F</opt/rt4/etc/RT_SiteConfig.pm>
+=item Edit your F</opt/rt5/etc/RT_SiteConfig.pm>
 
 Add this line:
 
@@ -40,7 +40,7 @@ Add this line:
 
 =item Clear your mason cache
 
-    rm -rf /opt/rt4/var/mason_data/obj
+    rm -rf /opt/rt5/var/mason_data/obj
 
 =item Restart your webserver
 

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

Summary of changes:
 Changes                                             | 3 +++
 META.yml                                            | 2 +-
 ex/RT-Example-FormTools/lib/RT/Example/FormTools.pm | 4 ++--
 lib/RT/Extension/FormTools.pm                       | 2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)


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


More information about the Bps-public-commit mailing list