From 2055ad6e334b224161de7071e89a78f61e5f2303 Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Sun, 10 Feb 2013 22:53:06 -0500 Subject: [PATCH] bump version to 0.40020 --- Changes | 17 ++++++++++------- dist.ini | 2 +- lib/HTML/FormHandler.pm | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Changes b/Changes index 04a691d2..63efaa9b 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,13 @@ -0.40020 TBD - Tweak Bootsrap wrapper to check do_wrapper instead of do_label when rendering - 'controls' div - Reminder: It's always a good idea to make your own set of of widgets so that - updates don't throw off your rendering. This change was hardly noticeable - in the FH testcases, but it's possible you were relying on the old behavior - for CSS. +0.40020 Sun Feb 20, 2013 + More support for repeatable javascript: + Tweak Bootsrap wrapper to check do_wrapper instead of do_label when rendering + 'controls' div + Reminder: It's always a good idea to make your own set of of widgets so that + updates don't throw off your rendering. This change was hardly noticeable + in the FH testcases, but it's possible you were relying on the old behavior + for CSS. + Add 'controls_div' to Simple wrapper. + Add RmElement example field. 0.40019 Fri Feb 8, 2013 Move back 'before_element' tag; breaks existing rendering. Add additional diff --git a/dist.ini b/dist.ini index a214f6f4..44975aa8 100644 --- a/dist.ini +++ b/dist.ini @@ -7,7 +7,7 @@ license = Perl_5 copyright_holder = Gerda Shank copyright_year = 2013 -version = 0.40019 +version = 0.40020 [@Git] tag_format = %v diff --git a/lib/HTML/FormHandler.pm b/lib/HTML/FormHandler.pm index 7f909216..bf951bfe 100644 --- a/lib/HTML/FormHandler.pm +++ b/lib/HTML/FormHandler.pm @@ -25,7 +25,7 @@ use Data::Clone; use 5.008; # always use 5 digits after decimal because of toolchain issues -our $VERSION = '0.40019'; +our $VERSION = '0.40020'; =head1 SYNOPSIS