Skip to content

Commit

Permalink
Prepare for 1.2.4
Browse files Browse the repository at this point in the history
- Standardise name on pwstrength-foundation
- Fixed zxcvbn demo
- Now on bower
  • Loading branch information
Edward Townend committed Oct 14, 2014
1 parent 4356608 commit 8f68c43
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 223 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 1.2.4

- Standardise name on pwstrength-foundation
- Fixed zxcvbn demo
- Now on bower

## 1.2.3

- First release to support Zurb Foundation, forked from ablanco/jquery.pwstrength.bootstrap v 1.2.2
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@

The jQuery Password Strength Meter is a plugin for Zurb Foundation 5 that
provides rulesets for visualy displaying the quality of a users typed in
password. Forked from ablanco/jquery.pwstrength.bootstrap - all I've done is change the outputted syntax
password.

Forked from ablanco/jquery.pwstrength.bootstrap - all I've done is change the outputted syntax

Available on GitHub as pwstrength-foundation

Dual licensed under the MIT and GPL licenses.

Expand Down Expand Up @@ -206,6 +210,8 @@ Let's see the options of each section.
If the `showVerdictsInsideProgressBar` option is active, then the verdicts
won't appear on the popover.

*Not currently functional - coming soon*

* __showStatus__:

Default: `false` (Boolean)
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "pwstrength-foundation",
"version": "1.2.3",
"version": "1.2.4",
"homepage": "https://github.com/edtownend/jquery.pwstrength.foundation",
"authors": [
"Ed Townend <[email protected]>"
],
"description": "jQuery plugin for Zurb Foundation 5 that provides rulesets for visualy displaying the quality of a users typed in password.",
"main": "dist/pwstrength-foundation-1.2.2.js",
"main": "dist/pwstrength-foundation-1.2.4.js",
"dependencies": {
"jquery": ">=1.7.0",
"foundation": ">=2.0.0"
Expand Down
9 changes: 0 additions & 9 deletions examples/bootstrap3/bootstrap3.css

This file was deleted.

1 change: 0 additions & 1 deletion examples/bootstrap3/bootstrap3.js

This file was deleted.

52 changes: 0 additions & 52 deletions examples/bootstrap3/index.html

This file was deleted.

47 changes: 0 additions & 47 deletions examples/bootstrap3/popover.html

This file was deleted.

42 changes: 0 additions & 42 deletions examples/bootstrap3/status.html

This file was deleted.

66 changes: 0 additions & 66 deletions examples/bootstrap3/zxcvbn.html

This file was deleted.

2 changes: 1 addition & 1 deletion examples/zxcvbn-async.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8f68c43

Please sign in to comment.