diff --git a/CHANGELOG.md b/CHANGELOG.md index 9696bc3..cbf8aef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # WooCommerce Corcel Plugin changelog +## v4.0.0 - 2023-06-12 + +* Laravel 10 support (#35) + ## v3.0.0 - 2022-06-25 * Laravel 9 support (#29) diff --git a/README.md b/README.md index ebd47db..911aba7 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,9 @@ Some meta values are collected into helper classes: | Corcel WooCommerce | Laravel | PHP version | Supported | | ----------------------------------------------------- | -------------- | ------------- | ------------------ | -| 3.x (master) | 9.x | >= 8.0.3 | :white_check_mark: | -| [2.x](https://github.com/corcel/woocommerce/tree/2.x) | 6.x, 7.x, 8.x | >= 7.3 \| 8.0 | :white_check_mark: | +| 4.x (master) | 10.x | >= 8.1 | :white_check_mark: | +| [3.x](https://github.com/corcel/woocommerce/tree/3.x) | 9.x | >= 8.0.3 | :white_check_mark: | +| [2.x](https://github.com/corcel/woocommerce/tree/2.x) | 6.x, 7.x, 8.x | >= 7.3 \| 8.0 | :x: | | [1.x](https://github.com/corcel/woocommerce/tree/1.x) | 6.x, 7.x | >= 7.2 | :x: | ## Installation