Skip to content

Commit

Permalink
bump to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
craftpip committed Apr 17, 2017
1 parent 4776aa2 commit 4fa225f
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### ![jquery-confirm](https://raw.githubusercontent.com/craftpip/jquery-confirm/master/jquery-confirm.png "jquery-confirm")
*alerts, confirms and dialogs in* ***one.***

v3.2.0
v3.2.1

A multipurpose plugin for alert, confirm & dialog, with Super powers.

Expand All @@ -18,8 +18,8 @@ View Detailed [Documentation & Examples](http://craftpip.github.io/jquery-confir
Download the latest release [here](https://github.com/craftpip/jquery-confirm/archive/master.zip) and use the files within `dist` folder.

via CDN:
`<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.2.0/jquery-confirm.min.css">`
`<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.2.0/jquery-confirm.min.js"></script>`
`<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.2.1/jquery-confirm.min.css">`
`<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.2.1/jquery-confirm.min.js"></script>`

via Bower:
`$ bower install craftpip/jquery-confirm`
Expand Down
2 changes: 1 addition & 1 deletion animations.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="stylesheet"
href="demo/demo.css">
<script>
var version = '3.2.0';
var version = '3.2.1';
</script>
<!-- Add the minified version of files from the /dist/ folder. -->
<!-- jquery-confirm files -->
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": "jquery-confirm2",
"version": "3.2.0",
"version": "3.2.1",
"homepage": "https://github.com/craftpip/jquery-confirm",
"authors": [
"boniface pereira <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion css/jquery-confirm.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jquery-confirm v3.2.0 (http://craftpip.github.io/jquery-confirm/)
* jquery-confirm v3.2.1 (http://craftpip.github.io/jquery-confirm/)
* Author: boniface pereira
* Website: www.craftpip.com
* Contact: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion css/jquery-confirm.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jquery-confirm v3.2.0 (http://craftpip.github.io/jquery-confirm/)
* jquery-confirm v3.2.1 (http://craftpip.github.io/jquery-confirm/)
* Author: boniface pereira
* Website: www.craftpip.com
* Contact: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery-confirm.min.css

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

4 changes: 2 additions & 2 deletions dist/jquery-confirm.min.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="stylesheet"
href="demo/demo.css">
<script>
var version = '3.2.0';
var version = '3.2.1';
</script>
<!-- Add the minified version of files from the /dist/ folder. -->
<!-- jquery-confirm files -->
Expand Down Expand Up @@ -218,8 +218,8 @@
<div class="row download-btns">
<div class="col-md-12">
<div style="height: 15px;"></div>
<a href="https://github.com/craftpip/jquery-confirm/releases/download/v3.2.0/jquery-confirm-v3.2.0.zip"
class="btn btn-lg">Download v3.2.0
<a href="https://github.com/craftpip/jquery-confirm/releases/download/v3.2.1/jquery-confirm-v3.2.1.zip"
class="btn btn-lg">Download v3.2.1
</a>
<a href="https://github.com/craftpip/jquery-confirm"
class="btn btn-lg"><i class="fa fa-github"></i> View on GitHub
Expand Down Expand Up @@ -886,7 +886,7 @@ <h2>Features</h2>
</section>

<section>
<h2>Whats new <span style="color: #aaa">in v3.2.0</span></h2>
<h2>Whats new <span style="color: #aaa">in v3.2.1</span></h2>
<ul>
<li>Added theme modern</li>
<li>Fixed RTL and UI elements</li>
Expand Down Expand Up @@ -916,8 +916,8 @@ <h3 id="installation">

<p>
<strong>via CDN:</strong>
<pre class="prettyprint"><code class="html">&lt;link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.2.0/jquery-confirm.min.css"&gt;
&lt;script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.2.0/jquery-confirm.min.js"&gt;&lt;/script&gt;</code></pre>
<pre class="prettyprint"><code class="html">&lt;link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.2.1/jquery-confirm.min.css"&gt;
&lt;script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.2.1/jquery-confirm.min.js"&gt;&lt;/script&gt;</code></pre>
</p>

<p>
Expand Down
14 changes: 7 additions & 7 deletions js/jquery-confirm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jquery-confirm v3.2.0 (http://craftpip.github.io/jquery-confirm/)
* jquery-confirm v3.2.1 (http://craftpip.github.io/jquery-confirm/)
* Author: Boniface Pereira
* Website: www.craftpip.com
* Contact: [email protected]
Expand Down Expand Up @@ -456,14 +456,14 @@ var jconfirm, Jconfirm;
},
_hash: function (a) {
var string = a.toString();
var hash = 0;
if (string.length == 0) return hash;
var h = 0;
if (string.length == 0) return h;
for (var i = 0; i < string.length; i++) {
var char = string.toString().charCodeAt(i);
hash = ((hash << 5) - hash) + char;
hash = hash & hash; // Convert to 32bit integer
var c = string.toString().charCodeAt(i);
h = ((h << 5) - h) + c;
h = h & h; // Convert to 32bit integer
}
return hash;
return h;
},
_watchContent: function () {
var that = this;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-confirm",
"version": "3.2.0",
"version": "3.2.1",
"title": "jquery-confirm.js | A multipurpose alert and confirm plugin",
"description": "A jQuery plugin that provides great set of features like, Auto-close, Ajax-loading, background-dismiss, themes and more.",
"homepage": "http://craftpip.github.io/jquery-confirm/",
Expand Down
2 changes: 1 addition & 1 deletion themes.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="stylesheet"
href="demo/demo.css">
<script>
var version = '3.2.0';
var version = '3.2.1';
</script>
<!-- Add the minified version of files from the /dist/ folder. -->
<!-- jquery-confirm files -->
Expand Down

0 comments on commit 4fa225f

Please sign in to comment.