diff --git a/.changes/4.1.0.md b/.changes/4.1.0.md index bdeb017..64e37a0 100644 --- a/.changes/4.1.0.md +++ b/.changes/4.1.0.md @@ -4,25 +4,23 @@ ### Added - `Bartlett\BoxManifest\Helper\BoxConfigurationHelper` class handle now the BOX configuration settings -required by BOX Manifest instead of `Bartlett\BoxManifest\Helper\BoxHelper::getBoxConfiguration()` + required by BOX Manifest instead of `Bartlett\BoxManifest\Helper\BoxHelper::getBoxConfiguration()` ### Changed - BOX `alias` setting is internally set to **box-auto-generated-alias.phar** value, if not defined by BOX config file(s) - Pipeline payload contents has changed : - - **configuration** contains now an instance of `Bartlett\BoxManifest\Helper\BoxConfigurationHelper` instead of `KevinGH\Box\Configuration\Configuration` - - **map** and **configurationFile** were removed (because can be internally retrieved by the new BoxConfigurationHelper) + - **configuration** contains now an instance of `Bartlett\BoxManifest\Helper\BoxConfigurationHelper` instead of `KevinGH\Box\Configuration\Configuration` + - **map** and **configurationFile** were removed (because can be internally retrieved by the new BoxConfigurationHelper) - `Bartlett\BoxManifest\StubGenerator` removed dependency to legacy BOX `KevinGH\Box\StubGenerator` -- Use the `symfony/process` [ExecutableFinder](https://symfony.com/doc/current/components/process.html#finding-an-executable) -to find default `box` vendor binary +- Use the `symfony/process` [ExecutableFinder](https://symfony.com/doc/current/components/process.html#finding-an-executable) to find default `box` vendor binary ### Fixed -- Always use [`Phar::mapPhar`](https://www.php.net/manual/en/phar.mapphar.php) -to solve an issue when BOX `alias` setting was not previously defined +- Always use [`Phar::mapPhar`](https://www.php.net/manual/en/phar.mapphar.php) to solve an issue when BOX `alias` setting was not previously defined ### Removed diff --git a/.changes/4.1.1.md b/.changes/4.1.1.md new file mode 100644 index 0000000..c997e63 --- /dev/null +++ b/.changes/4.1.1.md @@ -0,0 +1,8 @@ + +## 4.1.1 - 2024-12-02 + +### Fixed + +- [#16](https://github.com/llaville/box-manifest/issues/16) : BOX `main` setting behaviour not correctly handled + +**Full Changelog**: [4.1.0...4.1.1](https://github.com/llaville/box-manifest/compare/4.1.0...4.1.1) diff --git a/.changes/unreleased/Fixed-20241202-090048.yaml b/.changes/unreleased/Fixed-20241202-090048.yaml deleted file mode 100644 index 7408f96..0000000 --- a/.changes/unreleased/Fixed-20241202-090048.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: '[#16](https://github.com/llaville/box-manifest/issues/16) : BOX main setting behaviour not correctly handled' -time: 2024-12-02T09:00:48.377950866Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df0a04..940f3d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 4.1.1 - 2024-12-02 + +### Fixed + +- [#16](https://github.com/llaville/box-manifest/issues/16) : BOX `main` setting behaviour not correctly handled + +**Full Changelog**: [4.1.0...4.1.1](https://github.com/llaville/box-manifest/compare/4.1.0...4.1.1) + ## 4.1.0 - 2024-11-28 ### Added @@ -19,18 +27,16 @@ and is generated by [Changie](https://github.com/miniscruff/changie). - BOX `alias` setting is internally set to **box-auto-generated-alias.phar** value, if not defined by BOX config file(s) - Pipeline payload contents has changed : - - **configuration** contains now an instance of `Bartlett\BoxManifest\Helper\BoxConfigurationHelper` instead of `KevinGH\Box\Configuration\Configuration` - - **map** and **configurationFile** were removed (because can be internally retrieved by the new BoxConfigurationHelper) + - **configuration** contains now an instance of `Bartlett\BoxManifest\Helper\BoxConfigurationHelper` instead of `KevinGH\Box\Configuration\Configuration` + - **map** and **configurationFile** were removed (because can be internally retrieved by the new BoxConfigurationHelper) - `Bartlett\BoxManifest\StubGenerator` removed dependency to legacy BOX `KevinGH\Box\StubGenerator` -- Use the `symfony/process` [ExecutableFinder](https://symfony.com/doc/current/components/process.html#finding-an-executable) - to find default `box` vendor binary +- Use the `symfony/process` [ExecutableFinder](https://symfony.com/doc/current/components/process.html#finding-an-executable) to find default `box` vendor binary ### Fixed -- Always use [`Phar::mapPhar`](https://www.php.net/manual/en/phar.mapphar.php) - to solve an issue when BOX `alias` setting was not previously defined +- Always use [`Phar::mapPhar`](https://www.php.net/manual/en/phar.mapphar.php) to solve an issue when BOX `alias` setting was not previously defined ### Removed