浏览代码

Release v0.5.2

Phuoc Nguyen 11 年之前
父节点
当前提交
0b73521fbe

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # Change Log
 
-## v0.5.2 (not released yet)
+## v0.5.2 (2014-09-25)
 
 __New Features__
 * [#480](https://github.com/nghuuphuoc/bootstrapvalidator/pull/480): Add ```verbose``` option, thanks to [@mbezhanov](https://github.com/mbezhanov)

+ 2 - 2
README.md

@@ -1,4 +1,4 @@
-# BootstrapValidator - [v0.5.1](http://bootstrapvalidator.com/getting-started/#download)
+# BootstrapValidator - [v0.5.2](http://bootstrapvalidator.com/getting-started/#download)
 
 [http://bootstrapvalidator.com](http://bootstrapvalidator.com) - The best jQuery plugin to validate form fields. Designed to use with [Bootstrap 3](http://getbootstrap.com).
 
@@ -28,7 +28,7 @@ See [official website](http://bootstrapvalidator.com) for the full list of featu
 
 ## Download
 
-Latest version: [v0.5.1](http://bootstrapvalidator.com/getting-started/#download), released on 2014-08-22.
+Latest version: [v0.5.2](http://bootstrapvalidator.com/getting-started/#download), released on 2014-09-25.
 
 For older versions, look at the [Releases](https://github.com/nghuuphuoc/bootstrapvalidator/releases) page.
 

+ 1 - 1
bootstrapValidator.jquery.json

@@ -1,6 +1,6 @@
 {
     "name": "bootstrapValidator",
-    "version": "0.5.2-dev",
+    "version": "0.5.2",
     "title": "BootstrapValidator",
     "author": {
         "name": "Nguyen Huu Phuoc",

+ 2 - 1
bower.json

@@ -1,12 +1,13 @@
 {
     "name": "bootstrapvalidator",
     "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
-    "version": "0.5.2-dev",
+    "version": "0.5.2",
     "ignore": [
         "demo",
         "screenshots",
         "test",
         "vendor",
+        "*.md",
         "bootstrapValidator.jquery.json",
         "Gruntfile.js",
         "package.json"

+ 2 - 0
demo/index.html

@@ -207,6 +207,7 @@ $(document).ready(function() {
         },
         fields: {
             firstName: {
+                group: '.col-lg-4',
                 validators: {
                     notEmpty: {
                         message: 'The first name is required and cannot be empty'
@@ -214,6 +215,7 @@ $(document).ready(function() {
                 }
             },
             lastName: {
+                group: '.col-lg-4',
                 validators: {
                     notEmpty: {
                         message: 'The last name is required and cannot be empty'

+ 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.2-dev, built on 2014-09-21 11:16:22 AM
+ * @version     v0.5.2, built on 2014-09-25 3:53:46 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 1 - 1
dist/js/bootstrapValidator.js

@@ -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.2-dev, built on 2014-09-21 11:16:22 AM
+ * @version     v0.5.2, built on 2014-09-25 3:53:46 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

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

@@ -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.2-dev, built on 2014-09-21 11:16:22 AM
+ * @version     v0.5.2, built on 2014-09-25 3:53:46 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
     "name": "bootstrapValidator",
-    "version": "0.5.2-dev",
+    "version": "0.5.2",
     "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
     "keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],
     "author": {