Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnderson684 committed Mar 25, 2021
1 parent d7de368 commit 083dbdc
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
vendor/
.DS_Store
purge-unwanted-fonts.sh
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"require": {
"mpdf/mpdf": "^8.0",
"afragen/wp-dependency-installer": "^3.0"
},
"config": {
"platform-check": false
}
}
12 changes: 6 additions & 6 deletions composer.lock

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

7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== WooCommerce Print Orders mPDF engine for PrintNode ===
Contributors: David Anderson
Requires at least: 4.5
Tested up to: 5.6
Tested up to: 5.7
License: MIT
Requires PHP: 5.6

Expand All @@ -19,6 +19,11 @@ PHP >= 5.6.0 is required (reflecting the versions supported by the mPDF library)

== Changelog ==

= 1.0.5 - 2021/03/25 =

* TWEAK: De-activate composer 2.0 run-time platform check
* TWEAK: Update bundled dependencies to current versions

= 1.0.4 - 2021/01/27 =

* TWEAK: Update bundled dependencies to current versions
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-printnode-mpdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/DavidAnderson684/woocommerce-printnode-mpdf
* GitHub Plugin URI: https://github.com/DavidAnderson684/woocommerce-printnode-mpdf
* Description: Use the mPDF engine for producing PDF files
* Version: 1.0.4
* Version: 1.0.5
* Author: David Anderson
* Author URI: https://www.simbahosting.co.uk/s3/shop/
* License: MIT
Expand Down

0 comments on commit 083dbdc

Please sign in to comment.