1.14.0
Added
- Added new attribute basePath in
<locales>
tag. This allows you to use the placeholder %base_path% in
filenames of your locales. - Added option to import additional configuration files into the root configuration file using the
<import>
tag. This
allows to have decentralized configuration files that can be imported into the main configuration file.
Fixed
- Fix broken indent settings for JSON and YAML storages (thx @matthiashamacher)