Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 74abf34

Browse files
author
Mischa Braam
committed
2.4.2
1 parent 45876f9 commit 74abf34

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to valet-plus will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.4.2]
8+
### Fixed
9+
- [#627] Add support for PHP 8.3
10+
- [#478] Fix not working elasticsearch.test domain
11+
712
## [2.4.1]
813
### Fixed
914
- [#621] Fixed ngrok script

cli/valet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Container::setInstance(new Container);
2525

2626
// get current version based on git describe and tags
27-
$version = new Version('2.4.1', __DIR__ . '/../');
27+
$version = new Version('2.4.2', __DIR__ . '/../');
2828

2929
$app = new Application('Valet+', $version->getVersion());
3030

0 commit comments

Comments
 (0)