浏览代码

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

phuoc 11 年之前
父节点
当前提交
46666605ab
共有 6 个文件被更改,包括 56 次插入31 次删除
  1. 4 0
      CHANGELOG.md
  2. 1 0
      CONTRIBUTORS.md
  3. 1 1
      dist/css/bootstrapValidator.min.css
  4. 28 14
      dist/js/bootstrapValidator.js
  5. 3 3
      dist/js/bootstrapValidator.min.js
  6. 19 13
      src/js/validator/ip.js

+ 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

文件差异内容过多而无法显示
+ 28 - 14
dist/js/bootstrapValidator.js


文件差异内容过多而无法显示
+ 3 - 3
dist/js/bootstrapValidator.min.js


文件差异内容过多而无法显示
+ 19 - 13
src/js/validator/ip.js