Skip to content

Commit 937ee4d

Browse files
authored
Release v3.4.1 (#44)
* chore: bump version to 3.4.1 * chore: update changelog with v3.4.1 release changes
1 parent f53db7d commit 937ee4d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased](https://github.com/yCodeTech/valet-windows/tree/master)
99

10+
## [3.4.1](https://github.com/yCodeTech/valet-windows/tree/v3.4.1) - 2026-04-11
11+
12+
### Fixed
13+
14+
- Fixed [#42](https://github.com/yCodeTech/valet-windows/issues/42): replacing PHP ports in site configs removes the entire `set $valet_site_php_port` line and malforms the config; in [#43](https://github.com/yCodeTech/valet-windows/pull/43).
15+
16+
### Removed
17+
18+
- Removed the limit of max replacements the PHP port replacement can do, ensuring all PHP port lines in multiple location blocks in the site configs are replaced; in [#43](https://github.com/yCodeTech/valet-windows/pull/43).
19+
1020
## [3.4.0](https://github.com/yCodeTech/valet-windows/tree/v3.4.0) - 2026-04-09
1121

1222
### Added

cli/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/**
44
* @var string $version The version of Laravel Valet Windows.
55
*/
6-
$version = '3.4.0';
6+
$version = '3.4.1';

0 commit comments

Comments
 (0)