Skip to content

Commit 77b8598

Browse files
committed
Prepare 1.17
1 parent 780ead5 commit 77b8598

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

Changes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Revision history for RT-Extension-FormTools
22

3+
1.17 2025-04-09
4+
- Fix issue with HR component
5+
- Dynamically create cascaded custom field value options on custom field change
6+
- Add core field Starts
7+
- Localize additional strings and core fields - Sollericos
8+
- Add translation for Spanish and Catalan - Sollericos
9+
310
1.16 2024-12-03
411
- Support to conditionally show fields
512

MANIFEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ Makefile.PL
6161
MANIFEST This list of files
6262
META.yml
6363
patches/Support-custom-labels-for-ValidateCustomFields.patch
64+
po/ca.po
65+
po/es.po
6466
po/formtools.pot
6567
po/fr.po
6668
README

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ requires:
2727
resources:
2828
license: http://opensource.org/licenses/gpl-license.php
2929
repository: https://github.com/bestpractical/rt-extension-formtools
30-
version: '1.16'
30+
version: '1.17'
3131
x_module_install_rtx_version: '0.43'
3232
x_requires_rt: 5.0.5

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ Internals
186186
Content
187187
Attach
188188
Due
189+
Starts
189190
TimeEstimated
190191

191192
Any other argument to name is assumed to be the name of a custom field.

lib/RT/Extension/FormTools.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33

44
package RT::Extension::FormTools;
55

6-
our $VERSION = '1.16';
6+
our $VERSION = '1.17';
77

88
RT->AddStyleSheets('rt-extension-formtools.css');
99
RT->AddJavaScript('rt-extension-formtools.js');

0 commit comments

Comments
 (0)