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.
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
329329calling $.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
You can’t perform that action at this time.
0 commit comments