Skip to content

Commit

Permalink
Add changelog & bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
oculus42 committed Jul 16, 2018
1 parent 4b68cb0 commit c814846
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
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.13.0",
"version": "1.14.0",
"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.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": {
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.13.0
* printThis v1.14.0
* @desc Printing plug-in for jQuery
* @author Jason Day
*
Expand Down

0 comments on commit c814846

Please sign in to comment.