Skip to content

Commit

Permalink
Bump to version 1.7.8 - logo added.
Browse files Browse the repository at this point in the history
  • Loading branch information
craftpip committed Sep 13, 2015
1 parent 1f38ccc commit 7d5297e
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 37 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
### jquery-confirm
*alerts, confirms and dialogs in* ***one.***

v1.7.5
v1.7.8

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

* Keyboard actions.
* directly load content via Ajax
* Auto-close dialog after a specified time
* prevent Dialog close on background click
* prevent Dialog close on background click
* callback function, and more

View Detailed [Documentation & Examples](http://craftpip.github.io/jquery-confirm)
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.8)
* RTL support
* Option to select keyboard keys

(New in 1.7.5)
* Callbacks added, onOpen, onClose, onAction
* Improved docs.
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.5",
"version": "1.7.8",
"homepage": "https://github.com/craftpip/jquery-confirm",
"authors": [
"boniface pereira <bonifacepereira@gmail.com>"
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.5 (http://craftpip.github.io/jquery-confirm/)
* jquery-confirm v1.7.8 (http://craftpip.github.io/jquery-confirm/)
* Author: boniface pereira
* Website: www.craftpip.com
* Contact: hey@craftpip.com
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.5 (http://craftpip.github.io/jquery-confirm/)
* jquery-confirm v1.7.8 (http://craftpip.github.io/jquery-confirm/)
* Author: boniface pereira
* Website: www.craftpip.com
* Contact: hey@craftpip.com
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery-confirm.min.css

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

0 comments on commit 7d5297e

Please sign in to comment.