Skip to content

Commit

Permalink
Item11690: all tests pass, release FormPlugin 2.4.0
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/FormPlugin@14547 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
FlorianSchlichting authored and FlorianSchlichting committed Apr 3, 2012
1 parent a4f2190 commit 487b1ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions data/System/FormPlugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,9 @@ See [[Sandbox.FormPluginExamples]]
| Version: | %$VERSION% |
| Release: | %$RELEASE% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 03 Apr 2012 | 2.4.0 [[Foswiki:Main.FlorianSchlichting][Florian Schlichting]] %BR% \
Fix a bunch of issues when running under mod_perl (Foswikitask:Item11690). %BR% \
Allow field token substitution in topic, web and restAction variables ((Foswikitask:Item11719).
| 21 Dec 2011 | 2.3.0 Allow multiple email addresses in email field (use =multiemail=). %BR% \
Foswikitask:Item11295 Fixed issues with =fastcgi= (thanks [[Foswiki:Main.JayenAshar][Jayen Ashar]]). %BR% \
Fixed client side validation check on fields named 'submit' on IE7+IE8. %BR% \
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/FormPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use Foswiki::Plugins::FormPlugin::Validate::BackendValidator;
use Foswiki::Plugins::FormPlugin::Validate::ValidationInstruction;

our $VERSION = '$Rev$';
our $RELEASE = '2.3.1';
our $RELEASE = '2.4.0';
our $SHORTDESCRIPTION = 'Lets you create simple and advanced HTML forms';

# Name of this Plugin, only used in this module
Expand Down
1 change: 1 addition & 0 deletions test/unit/FormPlugin/FormPluginTests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2328,6 +2328,7 @@ sub _performTestHtmlOutput {

# remove random id token
$actual =~ s/caldate[0-9]+/caldate/go;
$actual =~ s/<!--A2Z:.*?-->//go;

$this->assert_html_equals( $expected, $actual );
}
Expand Down

0 comments on commit 487b1ce

Please sign in to comment.