Skip to content

Commit

Permalink
Updated for 1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
msigley committed Feb 12, 2016
1 parent ee7cf6a commit 1caba84
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Change Log

Recent changes
--------------
* Fixed iframe security bug in MSEdge (1.5.0)
* Added option to set maximum width on modals (1.4.2)
* Added option to determine whether or not to print out default close link (1.4.2)
* Fixed iframe security bug in IE (1.4.1)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Features
* Inline HTML defined by element id
* Iframe lazy loading for iframes in hidden modal content to improve page load.
* Internet Explorer support back to version 8.
* Microsoft Edge support.
* Event support for pre-processing the modal content.
* Options for changing default behavior.

Expand Down
2 changes: 1 addition & 1 deletion chaos-modal.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"modal",
"popup"
],
"version": "1.4.1",
"version": "1.5.0",
"author": {
"name": "Matthew Sigley"
},
Expand Down
2 changes: 1 addition & 1 deletion jquery.modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* jQuery Chaos Modal
* By Matthew Sigley
* Based on concept work by Kevin Liew - http://www.queness.com/post/77/simple-jquery-modal-window-tutorial
* Version 1.5
* Version 1.5.0
*/

(function( $ ) {
Expand Down
23 changes: 12 additions & 11 deletions jquery.modal.min.js

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

0 comments on commit 1caba84

Please sign in to comment.