Browse Source

#550, #551: Cannot validate against both ipv4 and ipv6 at the same time, thanks to @beeglebug

phuoc 11 years ago
parent
commit
46666605ab

+ 4 - 0
CHANGELOG.md

@@ -12,6 +12,10 @@ __Improvements__
 
 * [#502](https://github.com/nghuuphuoc/bootstrapvalidator/pull/502): Allowing sites without TLD to pass URI validation, thanks to [@troymccabe](https://github.com/troymccabe)
 
+__Bug Fixes__
+
+* [#550](https://github.com/nghuuphuoc/bootstrapvalidator/issues/550), [#551](https://github.com/nghuuphuoc/bootstrapvalidator/pull/551): Cannot validate against both ipv4 and ipv6 at the same time, thanks to [@beeglebug](https://github.com/beeglebug)
+
 __Language Packages__
 
 * [#400](https://github.com/nghuuphuoc/bootstrapvalidator/pull/400): Italian language package, thanks to [@maramazza](https://github.com/maramazza)

+ 1 - 0
CONTRIBUTORS.md

@@ -8,6 +8,7 @@ I would like to give big thanks to the following contributors:
 * [@AlaskanShade](https://github.com/AlaskanShade)
 * [@alavers](https://github.com/alavers)
 * [@Azuka](https://github.com/Azuka)
+* [@beeglebug](https://github.com/beeglebug)
 * [@blackfyre](https://github.com/blackfyre)
 * [@CeRBeR666](https://github.com/CeRBeR666)
 * [@dlucazeau](https://github.com/dlucazeau)

+ 1 - 1
dist/css/bootstrapValidator.min.css

@@ -2,7 +2,7 @@
  * BootstrapValidator (http://bootstrapvalidator.com)
  * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
  *
- * @version     v0.5.1-dev, built on 2014-07-22 2:59:12 PM
+ * @version     v0.5.1-dev, built on 2014-07-23 6:05:15 AM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

File diff suppressed because it is too large
+ 28 - 14
dist/js/bootstrapValidator.js


File diff suppressed because it is too large
+ 3 - 3
dist/js/bootstrapValidator.min.js


File diff suppressed because it is too large
+ 19 - 13
src/js/validator/ip.js