Skip to content

Commit 84d0282

Browse files
committed
prepare bugfix release 2.1.1
1 parent e746a55 commit 84d0282

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

.changes/2.x/2.1.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
## 2.1.1 - 2025-04-14
3+
4+
### Fixed
5+
6+
- `xdebug` extension is supported by PHP 8.4
7+
8+
**Full Changelog**: [2.1.0...2.1.1](https://github.com/llaville/docker-php-toolbox/compare/2.1.0...2.1.1)

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@
33

44
All notable changes to this project v2 release series will be documented in this file.
55

6-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
77
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
88
and is generated by [Changie](https://github.com/miniscruff/changie).
99

10+
## 2.1.1 - 2025-04-14
11+
12+
### Fixed
13+
14+
- `xdebug` extension is supported by PHP 8.4
15+
16+
**Full Changelog**: [2.1.0...2.1.1](https://github.com/llaville/docker-php-toolbox/compare/2.1.0...2.1.1)
17+
1018
## 2.1.0 - 2025-04-13
1119

1220
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323
[Branch_21x-img]: https://img.shields.io/badge/branch-2.1-orange
2424
[Branch_21x]: https://github.com/llaville/docker-php-toolbox/tree/2.1
25-
[PHPVersion_21x-img]: https://img.shields.io/packagist/php-v/bartlett/docker-php-toolbox/2.1.0
25+
[PHPVersion_21x-img]: https://img.shields.io/packagist/php-v/bartlett/docker-php-toolbox/2.1.1
2626
[PHPVersion_21x]: https://www.php.net/supported-versions.php
27-
[Packagist_21x-img]: https://img.shields.io/badge/packagist-v2.1.0-blue
27+
[Packagist_21x-img]: https://img.shields.io/badge/packagist-v2.1.1-blue
2828
[Packagist_21x]: https://packagist.org/packages/bartlett/docker-php-toolbox
2929
[License_21x-img]: https://img.shields.io/packagist/l/bartlett/docker-php-toolbox
3030
[License_21x]: https://github.com/llaville/docker-php-toolbox/blob/2.1/LICENSE

0 commit comments

Comments
 (0)