From dc960c8c86f0c82e6c4769202b10d9ed1e4d0ec5 Mon Sep 17 00:00:00 2001 From: Paul Kilmurray Date: Thu, 8 Jun 2023 21:55:32 +0100 Subject: [PATCH] turn off platform check --- composer.json | 1 + readme.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 468de55..b3751e0 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,7 @@ "vlucas/phpdotenv": "^v5.5.0" }, "config": { + "platform-check": false, "process-timeout": 0, "optimize-autoloader": true, "vendor-dir": "vendor", diff --git a/readme.txt b/readme.txt index e846a8b..4c85817 100644 --- a/readme.txt +++ b/readme.txt @@ -20,7 +20,7 @@ You can see a demo of the WooCommerce POS plugin in action by going to [https:// = REQUIREMENTS = * WordPress >= 5.6 * WooCommerce >= 5.3 -* PHP >= 7.0 +* PHP >= 7.2 == Installation == @@ -68,6 +68,7 @@ There is more information on our website at [https://wcpos.com](https://wcpos.co * Bug Fix: 'Cannot use object of type Closure as array' in the API.php file * Bug Fix: Creating orders with decimal quantity * Bug Fix: Update product with decimal quantity +* Fix: turn off PHP version check by composer, note that PHP 7.2+ is still required = 1.1.0 - 2023/05/19 = * Fix: disable Lite Speed Cache for POS page