Skip to content

Commit b8a06df

Browse files
committed
bumped version no. + updated Changes file
1 parent 3de6fd6 commit b8a06df

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Changes

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.03004
1+
0.03004 2008-09-03
22

33
- New reCAPTCHA element.
44

@@ -7,6 +7,10 @@
77
- New load_config_filestem() method for loading config files without
88
having to specify the file extension.
99

10+
- New html_formfu_dumpconf.pl script, for viewing config files structure.
11+
12+
- Assorted optimizations, providing over 20% runtime speedup.
13+
1014
- Radio element now inherits from Checkbox, to remove duplicated code.
1115

1216
- Radiogroup element now inherits from Checkboxgroup, to remove duplicated

MANIFEST.SKIP

+2-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@
66
^lib\/HTML\/FormFu\/MultiForm\.pm$
77
^t\/multiform
88

9-
^lib\/HTML\/FormFu\/Filter\/CompoundDateTime\.pm$
10-
^lib\/HTML\/FormFu\/Inflator\/ComposedDate\.pm$
11-
^lib\/HTML\/FormFu\/Element\/Composed\.pm$
12-
^lib\/HTML\/FormFu\/Element\/SelectMonth\.pm$
13-
^lib\/HTML\/FormFu\/Element\/SelectYear\.pm$
14-
^lib\/HTML\/FormFu\/Element\/DateTime\.pm\.disabled$
9+
\.disabled$
10+
^recaptcha\.txt$
1511
^t\/datetime
1612

1713
^benchmarks\b

lib/HTML/FormFu.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ __PACKAGE__->mk_inherited_merging_accessors( qw( tt_args config_callback ) );
107107
*plugins = \&plugin;
108108
*add_plugins = \&add_plugin;
109109

110-
our $VERSION = '0.03003';
110+
our $VERSION = '0.03004';
111111
$VERSION = eval $VERSION;
112112

113113
Class::C3::initialize();

0 commit comments

Comments
 (0)