File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.05000 2009-05-26
2
+
3
+ - Nested repeatable blocks now create field names such as
4
+ 'foo_1.bar_1' rather than 'foo.bar_1_1', to assist client-side scripting.
5
+
1
6
0.04002 2009-05-08
2
7
3
8
- Incompatible Change: Element::Repeatable->repeat() now defaults to 1
Original file line number Diff line number Diff line change 4
4
# not ready yet
5
5
^lib\/HTML\/FormFu\/Element\/Label\.pm$
6
6
^t\/elements\/label\.t$
7
+ ^t\/elements\/repeatable_select\.t$
8
+ ^t\/elements\/repeatable_select\.yml$
7
9
^lib\/HTML\/FormFu\/Manual\.pod$
8
10
^t\/multiform-misc\/file
9
11
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ __PACKAGE__->mk_inherited_merging_accessors(qw( tt_args config_callback ));
112
112
*plugins = \&plugin;
113
113
*add_plugins = \&add_plugin;
114
114
115
- our $VERSION = ' 0.04002 ' ;
115
+ our $VERSION = ' 0.05000 ' ;
116
116
$VERSION = eval $VERSION ;
117
117
118
118
Class::C3::initialize();
You can’t perform that action at this time.
0 commit comments