diff --git a/changelog.txt b/changelog.txt index 38c1b15..857c1ff 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ -07/15/2018 Add removeInlineSelector to allow filtering which inline styles are removed - Remove "experimental" tag from Canvas support. We're pretty stable at this point. +07/15/2018 Merge support for print event handlers from eakkew + Include fix for CSS Variables (via inline styles set on HTML tag) + Make documentation consistent + Bump to 1.14.0 + +07/15/2018 Merge removeInlineSelector to filter which inline styles are removed from kory75 + Remove "experimental" tag from Canvas support. We're pretty stable at this point Bump to 1.13.0 03/18/2018 Fixed importStyle diff --git a/package.json b/package.json index 0b86692..c16b9ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "print-this", - "version": "1.13.0", + "version": "1.14.0", "description": "Printing plug-in for jQuery", "main": "printThis.js", "dependencies": { diff --git a/printThis.jquery.json b/printThis.jquery.json index 8372661..b652200 100644 --- a/printThis.jquery.json +++ b/printThis.jquery.json @@ -1,6 +1,6 @@ { "name": "printThis", - "version": "1.13.0", + "version": "1.14.0", "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 7164fd6..1b794a4 100755 --- a/printThis.js +++ b/printThis.js @@ -1,5 +1,5 @@ /* - * printThis v1.13.0 + * printThis v1.14.0 * @desc Printing plug-in for jQuery * @author Jason Day *