[Bps-public-commit] rt-extension-formtools branch master updated. 1.07-3-g353d498

BPS Git Server git at git.bestpractical.com
Fri Mar 8 20:19:11 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  353d498934591244f369a8df01227d1e3e922f33 (commit)
       via  ed33d7c705e0c8e3192c66bb715c4a4ad25c1f5a (commit)
      from  4a5693ca82f300b45854e254ab9cdf3bc06df87d (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 353d498934591244f369a8df01227d1e3e922f33
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Mar 7 17:06:47 2024 -0500

    Prepare version 1.08

diff --git a/Changes b/Changes
index 3ac82da..f2cb2c4 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-FormTools
 
+1.08 2024-03-07
+ - Fix form action to include WebPath
+
 1.07 2024-02-22
  - Document ticket variables available for HTML blocks
  - Fix uninitialized warnings for modify page
diff --git a/META.yml b/META.yml
index fd0aeea..56370b5 100644
--- a/META.yml
+++ b/META.yml
@@ -25,6 +25,6 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
   repository: https://github.com/bestpractical/rt-extension-formtools
-version: '1.07'
+version: '1.08'
 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 1b29009..5088a3e 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 = '1.07';
+our $VERSION = '1.08';
 
 RT->AddStyleSheets('rt-extension-formtools.css');
 RT->AddJavaScript('rt-extension-formtools.js');

commit ed33d7c705e0c8e3192c66bb715c4a4ad25c1f5a
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Mar 8 15:16:56 2024 -0500

    Update copyright year

diff --git a/README b/README
index afd43ae..99e8b09 100644
--- a/README
+++ b/README
@@ -192,7 +192,7 @@ BUGS
         L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Extension-FormTools>.
 
 LICENSE AND COPYRIGHT
-    This software is Copyright (c) 2014-2023 by Best Practical Solutions
+    This software is Copyright (c) 2014-2024 by Best Practical Solutions
 
     This is free software, licensed under:
 
diff --git a/lib/RT/Extension/FormTools.pm b/lib/RT/Extension/FormTools.pm
index 3f522b2..1b29009 100644
--- a/lib/RT/Extension/FormTools.pm
+++ b/lib/RT/Extension/FormTools.pm
@@ -449,7 +449,7 @@ or via the web at
 
 =head1 LICENSE AND COPYRIGHT
 
-This software is Copyright (c) 2014-2023 by Best Practical Solutions
+This software is Copyright (c) 2014-2024 by Best Practical Solutions
 
 This is free software, licensed under:
 

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

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


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


More information about the Bps-public-commit mailing list