Skip to content

Commit

Permalink
version bump to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
craftpip committed Mar 9, 2017
1 parent 0527034 commit 55455c8
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 18 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.1.0
v3.1.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.1.0/jquery-confirm.min.css">`
`<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.1.0/jquery-confirm.min.js"></script>`
`<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.1.1/jquery-confirm.min.css">`
`<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.1.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.1.0';
var version = '3.1.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.1.0",
"version": "3.1.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.1.0 (http://craftpip.github.io/jquery-confirm/)
* jquery-confirm v3.1.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.1.0 (http://craftpip.github.io/jquery-confirm/)
* jquery-confirm v3.1.1 (http://craftpip.github.io/jquery-confirm/)
* Author: boniface pereira
* Website: www.craftpip.com
* Contact: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery-confirm.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery-confirm.min.js

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

10 changes: 5 additions & 5 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.1.0';
var version = '3.1.1';
</script>
<!-- Add the minified version of files from the /dist/ folder. -->
<!-- jquery-confirm files -->
Expand Down Expand Up @@ -216,7 +216,7 @@
<div class="col-md-12">
<div style="height: 15px;"></div>
<a href="https://github.com/craftpip/jquery-confirm/releases/download/v3.0.3/jquery-confirm-v3.0.3.zip"
class="btn btn-lg">Download v3.1.0
class="btn btn-lg">Download v3.1.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 @@ -883,7 +883,7 @@ <h2>Features</h2>
</section>

<section>
<h2>Whats new <span style="color: #aaa">in v3.1.0</span></h2>
<h2>Whats new <span style="color: #aaa">in v3.1.1</span></h2>
<ul>
<li>Support for bootstrap v4</li>
<li>Draggable dialogs</li>
Expand Down Expand Up @@ -913,8 +913,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.1.0/jquery-confirm.min.css"&gt;
&lt;script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.1.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.1.1/jquery-confirm.min.css"&gt;
&lt;script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.1.1/jquery-confirm.min.js"&gt;&lt;/script&gt;</code></pre>
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion js/jquery-confirm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jquery-confirm v3.1.0 (http://craftpip.github.io/jquery-confirm/)
* jquery-confirm v3.1.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-confirm",
"version": "3.1.0",
"version": "3.1.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
5 changes: 4 additions & 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.1.0';
var version = '3.1.1';
</script>
<!-- Add the minified version of files from the /dist/ folder. -->
<!-- jquery-confirm files -->
Expand Down Expand Up @@ -112,6 +112,9 @@
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li>
<a href="http://craftpip.github.io/jquery-confirm/v3.0.3">v3.0.3</a>
</li>
<li>
<a href="http://craftpip.github.io/jquery-confirm/v3.0.3">v3.0.3</a>
</li>
Expand Down

0 comments on commit 55455c8

Please sign in to comment.