Skip to content

Commit 7a78b25

Browse files
committed
bump to v3.3.1
1 parent c328d3e commit 7a78b25

11 files changed

+22
-19
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### ![jquery-confirm](https://raw.githubusercontent.com/craftpip/jquery-confirm/master/jquery-confirm.png "jquery-confirm")
22
*alerts, confirms and dialogs in* ***one.***
33

4-
v3.3.0
4+
v3.3.1
55

66
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/bonifacepereira)
77

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

2222
via CDN:
23-
`<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.0/jquery-confirm.min.css">`
24-
`<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.0/jquery-confirm.min.js"></script>`
23+
`<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.1/jquery-confirm.min.css">`
24+
`<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.1/jquery-confirm.min.js"></script>`
2525

2626
via Bower:
2727
`$ bower install craftpip/jquery-confirm`
@@ -73,6 +73,9 @@ Checkout the [documentation](http://craftpip.github.io/jquery-confirm) for furth
7373

7474
## Version changes
7575

76+
(new in 3.3.1)
77+
* Pass 'false' in buttons property to remove all buttons in $.confirm and $.alert
78+
7679
(new in 3.3.0)
7780
* Moved overflow scroll inside modal [#286](https://github.com/craftpip/jquery-confirm/issues/2860)
7881
* Improved draggable

animations.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<link rel="stylesheet"
6262
href="demo/demo.css">
6363
<script>
64-
var version = '3.3.0';
64+
var version = '3.3.1';
6565
</script>
6666
<!-- Add the minified version of files from the /dist/ folder. -->
6767
<!-- jquery-confirm files -->

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-confirm2",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"homepage": "https://github.com/craftpip/jquery-confirm",
55
"authors": [
66
"boniface pereira <bonifacepereira@gmail.com>"

css/jquery-confirm.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jquery-confirm v3.3.0 (http://craftpip.github.io/jquery-confirm/)
2+
* jquery-confirm v3.3.1 (http://craftpip.github.io/jquery-confirm/)
33
* Author: boniface pereira
44
* Website: www.craftpip.com
55
* Contact: hey@craftpip.com

css/jquery-confirm.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jquery-confirm v3.3.0 (http://craftpip.github.io/jquery-confirm/)
2+
* jquery-confirm v3.3.1 (http://craftpip.github.io/jquery-confirm/)
33
* Author: boniface pereira
44
* Website: www.craftpip.com
55
* Contact: hey@craftpip.com

dist/jquery-confirm.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery-confirm.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<link rel="stylesheet"
6262
href="demo/demo.css">
6363
<script>
64-
var version = '3.3.0';
64+
var version = '3.3.1';
6565
</script>
6666
<!-- Add the minified version of files from the /dist/ folder. -->
6767
<!-- jquery-confirm files -->
@@ -225,8 +225,8 @@
225225
<div class="row download-btns">
226226
<div class="col-md-12">
227227
<div style="height: 15px;"></div>
228-
<a href="https://github.com/craftpip/jquery-confirm/releases/download/v3.3.0/jquery-confirm-v3.3.0.zip"
229-
class="btn btn-lg">Download v3.3.0
228+
<a href="https://github.com/craftpip/jquery-confirm/releases/download/v3.3.1/jquery-confirm-v3.3.1.zip"
229+
class="btn btn-lg">Download v3.3.1
230230
</a>
231231
<a href="https://github.com/craftpip/jquery-confirm"
232232
class="btn btn-lg"><i class="fa fa-github"></i> View on GitHub
@@ -993,7 +993,7 @@ <h2>Themes</h2>
993993
</section>
994994

995995
<section id="whats-new">
996-
<h2>Whats new <span style="color: #aaa">in v3.3.0</span></h2>
996+
<h2>Whats new <span style="color: #aaa">in v3.3.1</span></h2>
997997
<p>
998998
Major changes
999999
</p>
@@ -1045,8 +1045,8 @@ <h3 id="installation">
10451045

10461046
<p>
10471047
<strong>via CDN:</strong>
1048-
<pre class="prettyprint"><code class="html">&lt;link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.0/jquery-confirm.min.css"&gt;
1049-
&lt;script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.0/jquery-confirm.min.js"&gt;&lt;/script&gt;</code></pre>
1048+
<pre class="prettyprint"><code class="html">&lt;link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.1/jquery-confirm.min.css"&gt;
1049+
&lt;script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.1/jquery-confirm.min.js"&gt;&lt;/script&gt;</code></pre>
10501050
</p>
10511051

10521052
<p>

js/jquery-confirm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jquery-confirm v3.3.0 (http://craftpip.github.io/jquery-confirm/)
2+
* jquery-confirm v3.3.1 (http://craftpip.github.io/jquery-confirm/)
33
* Author: Boniface Pereira
44
* Website: www.craftpip.com
55
* Contact: hey@craftpip.com

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-confirm",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"title": "jquery-confirm.js | A multipurpose alert and confirm plugin",
55
"description": "A jQuery plugin that provides great set of features like, Auto-close, Ajax-loading, background-dismiss, themes and more.",
66
"homepage": "http://craftpip.github.io/jquery-confirm/",

themes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<link rel="stylesheet"
6161
href="demo/demo.css">
6262
<script>
63-
var version = '3.3.0';
63+
var version = '3.3.1';
6464
</script>
6565
<!-- Add the minified version of files from the /dist/ folder. -->
6666
<!-- jquery-confirm files -->

0 commit comments

Comments
 (0)