Skip to content

Commit

Permalink
turn off platform check
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jun 8, 2023
1 parent 6b225b4 commit dc960c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"vlucas/phpdotenv": "^v5.5.0"
},
"config": {
"platform-check": false,
"process-timeout": 0,
"optimize-autoloader": true,
"vendor-dir": "vendor",
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ==

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dc960c8

Please sign in to comment.