Skip to content

Commit 7289daa

Browse files
committed
updated $VERSION for cpan release.
updated Changes file. skip MultiForm file-upload tests
1 parent 99a6ad6 commit 7289daa

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

Changes

+21-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
1-
0.03006
1+
0.03006 2008-12-03
22

3-
- New field_order for Date elements.
3+
- New DateTime element.
4+
5+
- New File::Size constraint methods: min_kilobyte(), max_kilobyte(),
6+
min_megabyte(), max_megabyte().
7+
8+
- New config_file_path() method, used by load_config_file() and
9+
load_config_filestem().
10+
11+
- New field_order() method for Date elements.
12+
13+
- New I18N translations for Romanian, Russian, Ukranian.
14+
15+
- New MultiForm system for multi-page forms (not yet documented, file
16+
upload tests skipped due to test problems on MS Win32).
17+
18+
- Checkbox + Radio elements now default to value(1).
19+
20+
- Constraint when() method now works with nested_names().
21+
22+
- Using test aggregate to speed-up tests.
423

524
0.03005 2008-09-08
625

@@ -131,8 +150,6 @@
131150

132151
- New Plugin system (see tests, not yet documented) and StashValid plugin.
133152

134-
- New MultiForm system for multi-page forms (see tests, not yet documented).
135-
136153
- New form methods: stash_valid(), params_ignore_underscore() and
137154
tmp_upload_dir().
138155

MANIFEST.SKIP

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# not ready yet
55
^lib\/HTML\/FormFu\/Manual\.pod$
6-
^t\/multiform
6+
^t\/multiform-misc\/file
77

88
\.disabled$
99
^recaptcha\.txt$

lib/HTML/FormFu.pm

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

111-
our $VERSION = '0.03005';
111+
our $VERSION = '0.03006';
112112
$VERSION = eval $VERSION;
113113

114114
Class::C3::initialize();

0 commit comments

Comments
 (0)