File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -318,22 +318,22 @@ of validation that should be applied.
318
318
* Correction of the US states in validation "federatestate"
319
319
* Fixed bug in server validation
320
320
321
- #### 2.1.9
321
+ #### 2.1.09
322
322
* File validation now support multiple files
323
323
* Length validation can now be used to validate the number of uploaded files using a file input that supports multiple files
324
324
* Validation classes is no longer applied on inputs that for some reason shouldn't become validated
325
325
326
- #### 2.1.8
326
+ #### 2.1.08
327
327
* Now possible to configure the decimal separator when validating float values. Use either the
328
328
attribute * data-validation-decimal-separator* or the property * decimalSeparator* when
329
329
calling $.validate()
330
330
* $.validationSetup is renamed to $.validate. You will still be able to initiate the validation by calling
331
331
the $.validationSetup but it's considered deprecated.
332
332
333
- #### 2.1.6
333
+ #### 2.1.06
334
334
* Modules can now be loaded from remote websites
335
335
336
- #### 2.1.5
336
+ #### 2.1.05
337
337
* Fixed language bug (issue #43 on github)
338
338
* Validation on server side is now triggered by the blur event
339
339
* Now using class names that's compliant with twitter bootstrap 3.x
You can’t perform that action at this time.
0 commit comments