diff --git a/README.md b/README.md index a777447..09c62b2 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ This setting copies the current values of form elements into the printThis ifram As of 1.9.0 you may be able to duplicate canvas elements to the printThis iframe. Disabled by default. This has received only limited testing and so may not work in all browsers and situations. +As of 1.12.2 you can call printThis directly on a canvas element. + #### doctypeString A doctype string to use on the printThis iframe. Defaults to the HTML5 doctype. diff --git a/changelog.txt b/changelog.txt index 88e63ce..0e0c596 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +01/10/2018 Merged fix for top-level Canvas support + Bumped to 1.12.2 + 12/17/2017 Merged fix for jQuery version limit from nip3o Bumped to 1.12.1 diff --git a/package.json b/package.json index 523d8bf..ad1c318 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "print-this", - "version": "1.12.1", + "version": "1.12.2", "description": "Printing plug-in for jQuery", "main": "printThis.js", "dependencies": { diff --git a/printThis.jquery.json b/printThis.jquery.json index e914c64..8d40da8 100644 --- a/printThis.jquery.json +++ b/printThis.jquery.json @@ -1,6 +1,6 @@ { "name": "printThis", - "version": "1.12.1", + "version": "1.12.2", "title": "printThis", "description": "Printing plug-in for jQuery. Print specific page elements, add print options, maintain or add new styling using jQuery.", "author": { diff --git a/printThis.js b/printThis.js index d176dbc..b3778a5 100644 --- a/printThis.js +++ b/printThis.js @@ -1,5 +1,5 @@ /* - * printThis v1.12.1 + * printThis v1.12.2 * @desc Printing plug-in for jQuery * @author Jason Day *