Skip to content

Commit 061222a

Browse files
committed
Update README.md
1 parent 80d1de9 commit 061222a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,22 +318,22 @@ of validation that should be applied.
318318
* Correction of the US states in validation "federatestate"
319319
* Fixed bug in server validation
320320

321-
#### 2.1.9
321+
#### 2.1.09
322322
* File validation now support multiple files
323323
* Length validation can now be used to validate the number of uploaded files using a file input that supports multiple files
324324
* Validation classes is no longer applied on inputs that for some reason shouldn't become validated
325325

326-
#### 2.1.8
326+
#### 2.1.08
327327
* Now possible to configure the decimal separator when validating float values. Use either the
328328
attribute *data-validation-decimal-separator* or the property *decimalSeparator* when
329329
calling $.validate()
330330
* $.validationSetup is renamed to $.validate. You will still be able to initiate the validation by calling
331331
the $.validationSetup but it's considered deprecated.
332332

333-
#### 2.1.6
333+
#### 2.1.06
334334
* Modules can now be loaded from remote websites
335335

336-
#### 2.1.5
336+
#### 2.1.05
337337
* Fixed language bug (issue #43 on github)
338338
* Validation on server side is now triggered by the blur event
339339
* Now using class names that's compliant with twitter bootstrap 3.x

0 commit comments

Comments
 (0)