Skip to content

Commit

Permalink
Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartui committed Jun 12, 2023
1 parent 3b8f502 commit 686500b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 686500b

Please sign in to comment.