[Bps-public-commit] rt-extension-formtools branch master updated. 0.50-19-gdacca01

BPS Git Server git at git.bestpractical.com
Tue May 3 19:26:08 UTC 2022


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  dacca0173567983791c9f6dba0c3b8a984ef5cfd (commit)
      from  794b7af23b43ff0676751801ff80b9f83a2c8b45 (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 dacca0173567983791c9f6dba0c3b8a984ef5cfd
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed May 4 03:23:54 2022 +0800

    Prep 0.53

diff --git a/Changes b/Changes
index be38149..6a4ffcd 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for RT-Extension-FormTools
 
+0.53 2022-05-03
+
+ - Update example to render radio using RT core feature
+ - Use RT core feature to render radio/checkbox/date
+ - Clean up code: GetCustomFieldInputName is available since RT 4.2.3
+ - Bump minimal RT version to 4.2.3
+
 0.52 2020-04-30
  - Prioritize user submitted args before default values in field component
  - Add labels for radio and check inputs (Thanks Matt!)
diff --git a/META.yml b/META.yml
index 3230215..cb10c3a 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.52'
+version: '0.53'
 x_module_install_rtx_version: '0.43'
 x_requires_rt: 4.2.3
diff --git a/README b/README
index 53a4006..406ec8b 100644
--- a/README
+++ b/README
@@ -102,7 +102,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-2018 by Best Practical Solutions
+    This software is Copyright (c) 2014-2022 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 8cc5124..f4a59c8 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.52';
+our $VERSION = '0.53';
 
 =head1 NAME
 
@@ -226,7 +226,7 @@ or via the web at
 
 =head1 LICENSE AND COPYRIGHT
 
-This software is Copyright (c) 2014-2018 by Best Practical Solutions
+This software is Copyright (c) 2014-2022 by Best Practical Solutions
 
 This is free software, licensed under:
 

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

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


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


More information about the Bps-public-commit mailing list