-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a8d8f1
commit 44e2dd7
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
## v1.3.0 - [February 27, 2024](https://github.com/lando/laravel/releases/tag/v1.3.0) | ||
|
||
### New Features | ||
|
||
* Makes `php:8.3` the default version. [#45](https://github.com/lando/laravel/issues/45) | ||
* Added support for `php:8.3` | ||
* Added support for `php:8.2` [#23](https://github.com/lando/laravel/issues/23) | ||
* Make sure path to mysql.cnf is correct. | ||
|
||
### Internal | ||
|
||
* Updated to `@lando/[email protected]` | ||
|
||
## v1.2.0 - [February 21, 2024](https://github.com/lando/laravel/releases/tag/v1.2.0) | ||
|
||
* Updated memcached plugin to [v1.1.0](https://github.com/lando/memcached/releases/tag/v1.1.0). | ||
|