diff --git a/.gitignore b/.gitignore index 8c126ea..718783b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ vendor/ .DS_Store +purge-unwanted-fonts.sh diff --git a/composer.json b/composer.json index c0771b8..588f275 100644 --- a/composer.json +++ b/composer.json @@ -6,5 +6,8 @@ "require": { "mpdf/mpdf": "^8.0", "afragen/wp-dependency-installer": "^3.0" + }, + "config": { + "platform-check": false } } diff --git a/composer.lock b/composer.lock index 6c0762b..6c5379d 100644 --- a/composer.lock +++ b/composer.lock @@ -335,16 +335,16 @@ }, { "name": "setasign/fpdi", - "version": "v2.3.5", + "version": "v2.3.6", "source": { "type": "git", "url": "https://github.com/Setasign/FPDI.git", - "reference": "f2246c8669bd25834f5c264425eb0e250d7a9312" + "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Setasign/FPDI/zipball/f2246c8669bd25834f5c264425eb0e250d7a9312", - "reference": "f2246c8669bd25834f5c264425eb0e250d7a9312", + "url": "https://api.github.com/repos/Setasign/FPDI/zipball/6231e315f73e4f62d72b73f3d6d78ff0eed93c31", + "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31", "shasum": "" }, "require": { @@ -395,7 +395,7 @@ ], "support": { "issues": "https://github.com/Setasign/FPDI/issues", - "source": "https://github.com/Setasign/FPDI/tree/v2.3.5" + "source": "https://github.com/Setasign/FPDI/tree/v2.3.6" }, "funding": [ { @@ -403,7 +403,7 @@ "type": "tidelift" } ], - "time": "2020-12-03T13:40:03+00:00" + "time": "2021-02-11T11:37:01+00:00" } ], "packages-dev": [], diff --git a/readme.txt b/readme.txt index f8c6a60..04e7ed3 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 diff --git a/woocommerce-printnode-mpdf.php b/woocommerce-printnode-mpdf.php index a8d985f..04abbc8 100644 --- a/woocommerce-printnode-mpdf.php +++ b/woocommerce-printnode-mpdf.php @@ -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