Skip to content

Commit

Permalink
Upgrade to release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Feb 15, 2015
1 parent ccbe089 commit e2c94d4
Show file tree
Hide file tree
Showing 16 changed files with 243 additions and 263 deletions.
7 changes: 7 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
version 1.1.1
=============
**Date:** 15-Feb-2015

1. Set copyright year to current.
2. Code cleanup and JS lint changes.

version 1.1.0
=============
**Date:** 08-Nov-2014
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) 2014, Kartik Visweswaran
Copyright (c) 2015, Kartik Visweswaran
Krajee.com
All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ View the [plugin documentation](http://plugins.krajee.com/strength-meter) and [p

## 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.
> NOTE: The latest version of the plugin is v1.1.1. Refer the [CHANGE LOG](https://github.com/kartik-v/strength-meter/blob/master/CHANGE.md) for details.
## Pre-requisites

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.1.0",
"version": "1.1.1",
"homepage": "https://github.com/kartik-v/strength-meter",
"authors": [
"Kartik Visweswaran <[email protected]>"
Expand Down
10 changes: 5 additions & 5 deletions css/strength-meter.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
/*!
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015
* @package yii2-password
* @version 1.1.0
* @version 1.1.1
*
* Password Strength Meter
* Modified and built for Yii Framework 2.0
* Author: Kartik Visweswaran
* Year: 2014
* Year: 2015
* For more Yii related demos visit http://demos.krajee.com
*/
.kv-container {
.kv-strength-container {
width: 100%;
margin: 0;
padding: 0;
border: 0;
}

.kv-container td {
.kv-strength-container td {
vertical-align: middle;
}

Expand Down
9 changes: 4 additions & 5 deletions css/strength-meter.min.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/*!
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015
* @package yii2-password
* @version 1.1.0
* @version 1.1.1
*
* Password Strength Meter
* Modified and built for Yii Framework 2.0
* Author: Kartik Visweswaran
* Year: 2014
* Year: 2015
* 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%}
*/.kv-strength-container{width:100%;margin:0;padding:0;border:0}.kv-strength-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:700;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%}
8 changes: 4 additions & 4 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Krajee JQuery Plugins - &copy; 2014 Kartik</title>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet">
<title>Krajee JQuery Plugins - &copy; 2015 Kartik</title>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.3.2/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>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script src="../js/strength-meter.js" type="text/javascript"></script>
</head>
<body>
Expand All @@ -14,7 +14,7 @@ <h1>Strength Example</h1>

<form>
<div class="form-group">
<input id="kv" type="password" class="strength">
<input id="kv" type="password" class="form-control strength">
</div>
<div class="form-group">
<button class="btn btn-primary">Submit</button>
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; 2014 Kartik</title>
<title>Krajee JQuery Plugins - &copy; 2015 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, 2014
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2015
*/
(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, 2014
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2015
*/
(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, 2014
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2015
*/
(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, 2014
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2015
*/
(function ($) {
"use strict";
Expand Down
2 changes: 1 addition & 1 deletion js/locales/strength-meter-pt-BR.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, 2014
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2015
*/
(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, 2014
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2015
*/
(function ($) {
"use strict";
Expand Down
Loading

0 comments on commit e2c94d4

Please sign in to comment.