Browse Source

Release v0.3.0

nghuuphuoc 11 years ago
parent
commit
8419c8126d

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # Change Log
 
-## v0.3.0 (Not released yet, but you can [try it](https://github.com/nghuuphuoc/bootstrapvalidator/archive/master.zip))
+## v0.3.0 (2014-03-10)
 
 __New features__:
 

+ 4 - 4
README.md

@@ -289,7 +289,7 @@ remote: {
         // For example, the sample code below posts the username to remote URL:
         //  return {
         //      username: validator.getFieldElements('username').val()
-        //  }
+        //  };
     }
 }
 ```
@@ -326,8 +326,8 @@ validator.validate();
 
 ### ```resetForm(resetFormData)```
 
-Reset form. It hide all error elements and feedback icons. All the fields are marked as not validated yet.
-If ```resetFormData``` are ```true```, the method resets the form fields.
+Reset form. It hides all error elements and feedback icons. All the fields are marked as not validated yet.
+If ```resetFormData``` is ```true```, the method resets the form fields.
 
 ```javascript
 var validator = $(form).bootstrapValidator(options);
@@ -464,4 +464,4 @@ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-```
+```

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

@@ -3,7 +3,7 @@
  *
  * A jQuery plugin to validate form fields. Use with Bootstrap 3
  *
- * @version     v0.3.0-dev
+ * @version     v0.3.0
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 1 - 1
dist/js/bootstrapValidator.js

@@ -3,7 +3,7 @@
  *
  * A jQuery plugin to validate form fields. Use with Bootstrap 3
  *
- * @version     v0.3.0-dev
+ * @version     v0.3.0
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

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

@@ -3,7 +3,7 @@
  *
  * A jQuery plugin to validate form fields. Use with Bootstrap 3
  *
- * @version     v0.3.0-dev
+ * @version     v0.3.0
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 1 - 1
package.json

@@ -13,5 +13,5 @@
     "grunt-contrib-uglify": "~0.4.0",
     "grunt-contrib-watch": "~0.5.3"
   },
-  "version": "0.3.0-dev"
+  "version": "0.3.0"
 }