[Bps-public-commit] rt-extension-formtools branch master updated. 1.04-4-g6a4e1b3
BPS Git Server
git at git.bestpractical.com
Wed Feb 21 21:45: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 6a4e1b3ed74f1202f8531ddf5d298431f288a0f5 (commit)
from 9f99cec9ec6d2b4eb22cff231e9349b178938bda (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 6a4e1b3ed74f1202f8531ddf5d298431f288a0f5
Author: Jason Crome <jcrome at bestpractical.com>
Date: Wed Feb 21 16:43:19 2024 -0500
Prep version 1.05
diff --git a/Changes b/Changes
index 55a4350..98462da 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for RT-Extension-FormTools
+1.05 2024-02-21
+ - Don't show hidden fields on the ShowChoices summary
+ - Group fields on ShowChoices by page in the order they appear
+
1.04 2024-02-12
- Avoid long redirect URLs resulting from clicking the Back button
diff --git a/META.yml b/META.yml
index a43885d..b01075e 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.04'
+version: '1.05'
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 06e9ed5..0a057ed 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.04';
+our $VERSION = '1.05';
RT->AddStyleSheets('rt-extension-formtools.css');
RT->AddJavaScript('rt-extension-formtools.js');
-----------------------------------------------------------------------
Summary of changes:
Changes | 4 ++++
META.yml | 2 +-
lib/RT/Extension/FormTools.pm | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
rt-extension-formtools
More information about the Bps-public-commit
mailing list