v2.18.0
Pre-release
Pre-release
- fixed a bug with query in Peak\Cli\Commands\ClimberCronDelCommand
- removed methods getScriptFile() and getScriptPath() in Peak\Bedrock\View\Cache
- added method setPath() and updated default path in Peak\Bedrock\View\Cache
- added method createCachePath() in Peak\Bedrock\View\Cache and throw an exception if cannot create cache path
- Peak\Bedrock\View\Render create cache object only when needed now and pass the cache path argument
- added a new setting "auto_routing" that allow to disable "magic routing" and rely exclusively on
user pre-defined custom route(s) - fixed a bug in Peak\Bedrock\Controller\ActionController::dispatchActionParams() could not match action param(s)
correctly in some situations - added Peak\Config\Type\IniLoader and removed deprecated classes Peak\Config\File\Ini and Peak\Config\Type\Json
- added aliases for main application classes
- removed deprecated Peak\Config\File
- replace enableStrip() by trimSpaces() in Peak\Bedrock\View\Cache
- added saveContent() in Peak\Bedrock\View\Cache to implements cache file compression