All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.9.0 - 2017-06-24
- require linna-framework v0.19.0
v0.8.0 - 2017-06-01
- all files for login and user
- EnhancedUserMapper.php from
src/Mappers
directory - PermissionMapper.php from
src/Mappers
directory - RoleMapper.php from
src/Mappers
directory
- app theme and templates
- templates that implements
Linna\Mvc\TemplateInterface
now containpublic function getOutput() : string
instead ofpublic function output()
- option default for
urlSubFolder
changed from/app/
to/app
- option default for
urlPublicFolder
changed frompublic
to/app/public
Linna\Mvc\FrontController
usage changed onpublic/index.php
- require linna-framework v0.17.0
v0.7.0 - 2017-03-28
- require linna-framework v0.15.0