Skip to content

Commit

Permalink
version bump 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
craftpip committed Aug 3, 2015
1 parent 56918b4 commit 666c659
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 9 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### jquery-confirm
*alerts, confirms and dialogs in* ***one.***

v1.7.3
v1.7.5

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

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

## Version changes

(New in 1.7.5)
* Callbacks added, onOpen, onClose, onAction
* Improved docs.

(New in 1.7.3)
* Fix show and hide for closeIcon
* Improved animations, more CSS
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": "1.7.3",
"version": "1.7.5",
"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 v1.7.3 (http://craftpip.github.io/jquery-confirm/)
* jquery-confirm v1.7.5 (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 v1.7.3 (http://craftpip.github.io/jquery-confirm/)
* jquery-confirm v1.7.5 (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.

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.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<script src="demo/libs/bootstrap.min.js"></script>
<script src="demo/libs/pretty.js"></script>
<script>
var version = '1.7.3';
var version = '1.7.5';
</script>
<style type="text/css">
.space10{
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 v1.7.3 (http://craftpip.github.io/jquery-confirm/)
* jquery-confirm v1.7.5 (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": "1.7.3",
"version": "1.7.5",
"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

0 comments on commit 666c659

Please sign in to comment.