Skip to content

Commit 4a6f866

Browse files
committed
minor changes
1 parent d8aa81d commit 4a6f866

File tree

10 files changed

+16
-14
lines changed

10 files changed

+16
-14
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Boniface Pereira
3+
Copyright (c) 2016 Boniface Pereira
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 1 deletion
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-
v2.5.0
4+
v2.5.1
55

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

@@ -53,6 +53,9 @@ The `$.alert()` , `$.confirm()` & `$.dialog()` are alias of `jconfirm();`.
5353
Checkout the [documentation](http://craftpip.github.io/jquery-confirm) for further information.
5454

5555
## Version changes
56+
(New in 2.5.1)
57+
* Fixes
58+
5659
(New in 2.5.0)
5760
* Added closeIconClass
5861
* Added this.$target

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": "2.5.0",
3+
"version": "2.5.1",
44
"homepage": "https://github.com/craftpip/jquery-confirm",
55
"authors": [
66
"boniface pereira <bonifacepereira@gmail.com>"

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 v2.5.0 (http://craftpip.github.io/jquery-confirm/)
2+
* jquery-confirm v2.5.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jquery-confirm v2.5.0 (http://craftpip.github.io/jquery-confirm/)
2+
* jquery-confirm v2.5.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

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: 4 additions & 4 deletions
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
@@ -38,7 +38,7 @@
3838

3939
<link rel="stylesheet" href="demo/demo.min.css">
4040
<script>
41-
var version = '2.5.0';
41+
var version = '2.5.1';
4242
</script>
4343
<style type="text/css">
4444
.space10{

js/jquery-confirm.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jquery-confirm v2.5.0 (http://craftpip.github.io/jquery-confirm/)
2+
* jquery-confirm v2.5.1 (http://craftpip.github.io/jquery-confirm/)
33
* Author: Boniface Pereira
44
* Website: www.craftpip.com
55
* Contact: hey@craftpip.com
@@ -452,7 +452,6 @@ var jconfirm, Jconfirm;
452452
var paneHeight = this.$contentPane.height();
453453
if (paneHeight == 0)
454454
paneHeight = contentHeight;
455-
456455
}
457456
var off = 100;
458457
var w = this.$content.outerWidth();

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": "2.5.0",
3+
"version": "2.5.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/",

0 commit comments

Comments
 (0)