Skip to content

Commit 666c659

Browse files
committed
version bump 1.7.5
1 parent 56918b4 commit 666c659

File tree

9 files changed

+13
-9
lines changed

9 files changed

+13
-9
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### jquery-confirm
22
*alerts, confirms and dialogs in* ***one.***
33

4-
v1.7.3
4+
v1.7.5
55

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

@@ -54,6 +54,10 @@ Checkout the [documentation](http://craftpip.github.io/jquery-confirm) for furth
5454

5555
## Version changes
5656

57+
(New in 1.7.5)
58+
* Callbacks added, onOpen, onClose, onAction
59+
* Improved docs.
60+
5761
(New in 1.7.3)
5862
* Fix show and hide for closeIcon
5963
* Improved animations, more CSS

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-confirm2",
3-
"version": "1.7.3",
3+
"version": "1.7.5",
44
"homepage": "https://github.com/craftpip/jquery-confirm",
55
"authors": [
66
"boniface pereira <[email protected]>"

css/jquery-confirm.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jquery-confirm v1.7.3 (http://craftpip.github.io/jquery-confirm/)
2+
* jquery-confirm v1.7.5 (http://craftpip.github.io/jquery-confirm/)
33
* Author: boniface pereira
44
* Website: www.craftpip.com
55
* Contact: [email protected]

css/jquery-confirm.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jquery-confirm v1.7.3 (http://craftpip.github.io/jquery-confirm/)
2+
* jquery-confirm v1.7.5 (http://craftpip.github.io/jquery-confirm/)
33
* Author: boniface pereira
44
* Website: www.craftpip.com
55
* Contact: [email protected]

dist/jquery-confirm.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery-confirm.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<script src="demo/libs/bootstrap.min.js"></script>
3636
<script src="demo/libs/pretty.js"></script>
3737
<script>
38-
var version = '1.7.3';
38+
var version = '1.7.5';
3939
</script>
4040
<style type="text/css">
4141
.space10{

js/jquery-confirm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jquery-confirm v1.7.3 (http://craftpip.github.io/jquery-confirm/)
2+
* jquery-confirm v1.7.5 (http://craftpip.github.io/jquery-confirm/)
33
* Author: Boniface Pereira
44
* Website: www.craftpip.com
55
* Contact: [email protected]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-confirm",
3-
"version": "1.7.3",
3+
"version": "1.7.5",
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/",

0 commit comments

Comments
 (0)