Skip to content

Commit

Permalink
Upgrade to release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Nov 8, 2014
1 parent 7294fda commit 7c9dfd5
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 20 deletions.
9 changes: 9 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
version 1.1.0
=============
**Date:** 08-Nov-2014

1. Set release to stable in composer.json.
2. Updated CHANGE log to reflect user friendly date time formats.

version 1.0.0
=============
**Date:** 05-Mar-2014

Strength meter plugin initial release with following features:

1. Convert any password input to an advanced password strength validation plugin. Will fallback to a normal password input for browsers not supporting JQuery or Javascript.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013, Kartik Visweswaran
Copyright (c) 2014, Kartik Visweswaran
Krajee.com
All rights reserved.

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ strength-meter

A dynamic strength meter for password input validation with various configurable options. The strength scoring calculation is inspired from [password meter](http://passwordmeter.com) created by Jeff Todnem.


## Features

1. Convert any password input to an advanced password strength validation plugin. Will fallback to a normal password input for browsers not supporting JQuery or Javascript.
Expand All @@ -22,6 +21,10 @@ A dynamic strength meter for password input validation with various configurable

View the [plugin documentation](http://plugins.krajee.com/strength-meter) and [plugin demos](http://plugins.krajee.com/strength-meter/demo) at Krajee JQuery plugins.

## Latest Release

> NOTE: The latest version of the plugin v1.1.0 is released on 08-Nov-2014. Refer the [CHANGE LOG](https://github.com/kartik-v/strength-meter/blob/master/CHANGE.md) for details.
## Pre-requisites

1. Latest [JQuery](http://jquery.com/)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strength-meter",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://github.com/kartik-v/strength-meter",
"authors": [
"Kartik Visweswaran <[email protected]>"
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"homepage": "http://www.krajee.com/"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"kartik\\": ""
Expand Down
6 changes: 3 additions & 3 deletions css/strength-meter.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*!
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2013
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-password
* @version 1.0.0
* @version 1.1.0
*
* Password Strength Meter
* Modified and built for Yii Framework 2.0
* Author: Kartik Visweswaran
* Year: 2013
* Year: 2014
* For more Yii related demos visit http://demos.krajee.com
*/
.kv-container {
Expand Down
6 changes: 3 additions & 3 deletions css/strength-meter.min.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*!
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2013
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-password
* @version 1.0.0
* @version 1.1.0
*
* Password Strength Meter
* Modified and built for Yii Framework 2.0
* Author: Kartik Visweswaran
* Year: 2013
* Year: 2014
* For more Yii related demos visit http://demos.krajee.com
*/.kv-container{width:100%;margin:0;padding:0;border:0}.kv-container td{vertical-align:middle}.kv-meter-container{width:130px}.kv-meter{text-align:center}
.kv-disabled {opacity:.65;cursor:not-allowed}.kv-scorebar-border{background:none repeat scroll 0 0 #333;border:1px solid #333;height:16px;width:100px;margin:0 auto;border-radius:4px}.kv-scorebar{background-image:url(../img/bg_strength_gradient.jpg);background-repeat:no-repeat;background-position:0 0;position:absolute;width:98px;height:14px;z-index:0;border-radius:2px}.kv-score{font-weight:bold;font-size:75%;position:absolute;width:98px;z-index:10;border-radius:2px}.kv-score-0,.kv-score-1,.kv-score-5{color:#fff}.kv-score-2,.kv-score-3,.kv-score-4{color:#333}.kv-verdict{width:100%}
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Krajee JQuery Plugins - &copy; Kartik</title>
<title>Krajee JQuery Plugins - &copy; 2014 Kartik</title>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet">
<link href="../css/strength-meter.css" media="all" rel="stylesheet" type="text/css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/russian.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Krajee JQuery Plugins - &copy; Kartik</title>
<title>Krajee JQuery Plugins - &copy; 2014 Kartik</title>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet">
<link href="../css/strength-meter.css" media="all" rel="stylesheet" type="text/css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion js/locales/strength-meter-de.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Strength Meter German translation.
* This file must be saved in UTF-8 encoding.
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2013
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2014
*/
(function ($) {
"use strict";
Expand Down
2 changes: 1 addition & 1 deletion js/locales/strength-meter-fr.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Strength Meter French translation.
* This file must be saved in UTF-8 encoding.
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2013
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2014
*/
(function ($) {
"use strict";
Expand Down
2 changes: 1 addition & 1 deletion js/locales/strength-meter-it.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Strength Meter Italian translation.
* This file must be saved in UTF-8 encoding.
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2013
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2014
*/
(function ($) {
"use strict";
Expand Down
2 changes: 1 addition & 1 deletion js/locales/strength-meter-nl.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Strength Meter Dutch translation.
* This file must be saved in UTF-8 encoding.
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2013
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2014
*/
(function ($) {
"use strict";
Expand Down
2 changes: 1 addition & 1 deletion js/locales/strength-meter-ru.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Strength Meter Russian translation.
* This file must be saved in UTF-8 encoding.
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2013
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2014
*/
(function ($) {
"use strict";
Expand Down
4 changes: 2 additions & 2 deletions js/strength-meter.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2013
* @version 1.0.0
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @version 1.1.0
*
* A dynamic strength meter for password input validation with various configurable options.
*
Expand Down
4 changes: 2 additions & 2 deletions js/strength-meter.min.js

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

0 comments on commit 7c9dfd5

Please sign in to comment.