v4.0.0
4.0.0 (2022-09-21)
⚠ BREAKING CHANGES
- elfinder: removed default base_path and public_path. These config keys should be defined in the AppConfig initialization.
new AppConfig(['base_path' => '...']);
Bug Fixes
- base-path: fix base_path concatenation issues since changes made to AppConfig see #28 (comment) (84441a3), closes /github.com/charcoalphp/charcoal/pull/28#issue-1267893850
- bin: fix charcoal binary appConfig's basePath (95bd3a5)
- elfinder: fix issues with elfinder paths (a476327)
- releaserc: add parserOpts for commit analyser (b004e04)