Complete commits list: 0.30.4.1...0.30.5
Key Feature
Fix and improve base path in AssetsBuilder
The AssetsBuilder
now accepts a base path from its constructor.
Replaced relative base path assumption (dirname(__DIR__, 7)
) with dedicated base path, either:
- Explicit base path (see constructor parameter), or
- Implicit base path (the current working directory).
By default, the base path is explicitly set to the AppConfig
's base path.
This ensures relative asset paths are loaded according a more reliable base path.
Summary
- Ensure master object exists in
HierarchicalOjectProperty
. - Remove default constructor descriptions from
AssetsBuilder
andSelectizeRenderer
. - Fix issues reported by PHPCS and PHPUnit.