Skip to content

Commit

Permalink
Bump to 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oculus42 committed Jan 10, 2018
1 parent 06f9572 commit 40f8ebe
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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

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": "print-this",
"version": "1.12.1",
"version": "1.12.2",
"description": "Printing plug-in for jQuery",
"main": "printThis.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion printThis.jquery.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion printThis.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* printThis v1.12.1
* printThis v1.12.2
* @desc Printing plug-in for jQuery
* @author Jason Day
*
Expand Down

0 comments on commit 40f8ebe

Please sign in to comment.