4.1.0
4.1.0 - 2024-11-28
Added
Bartlett\BoxManifest\Helper\BoxConfigurationHelper
class handle now the BOX configuration settings
required by BOX Manifest instead ofBartlett\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 ofKevinGH\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\StubGenerator
removed dependency to legacy BOXKevinGH\Box\StubGenerator
-
Use the
symfony/process
ExecutableFinder
to find defaultbox
vendor binary
Fixed
- Always use
Phar::mapPhar
to solve an issue when BOXalias
setting was not previously defined
Removed
resources
directory, because template(s) are now handled internally byBartlett\BoxManifest\StubGenerator
stub.php
file. Will now be generated on fly
Full Changelog: 4.0.2...4.1.0