File tree Expand file tree Collapse file tree 5 files changed +12
-2
lines changed
Expand file tree Collapse file tree 5 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11Revision 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+
3101.16 2024-12-03
411 - Support to conditionally show fields
512
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ Makefile.PL
6161MANIFEST This list of files
6262META.yml
6363patches/Support-custom-labels-for-ValidateCustomFields.patch
64+ po/ca.po
65+ po/es.po
6466po/formtools.pot
6567po/fr.po
6668README
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ requires:
2727resources :
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 '
3131x_module_install_rtx_version : ' 0.43'
3232x_requires_rt : 5.0.5
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use strict;
33
44package RT::Extension::FormTools ;
55
6- our $VERSION = ' 1.16 ' ;
6+ our $VERSION = ' 1.17 ' ;
77
88RT-> AddStyleSheets(' rt-extension-formtools.css' );
99RT-> AddJavaScript(' rt-extension-formtools.js' );
You can’t perform that action at this time.
0 commit comments