Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

33 lines (23 loc) · 1.39 KB

Changelog

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

Changed

v0.8.0 - 2017-06-01

Removed

  • all files for login and user
  • EnhancedUserMapper.php from src/Mappers directory
  • PermissionMapper.php from src/Mappers directory
  • RoleMapper.php from src/Mappers directory

Changed

  • app theme and templates
  • templates that implements Linna\Mvc\TemplateInterface now contain public function getOutput() : string instead of public function output()
  • option default for urlSubFolder changed from /app/ to /app
  • option default for urlPublicFolder changed from public to /app/public
  • Linna\Mvc\FrontController usage changed on public/index.php
  • require linna-framework v0.17.0

v0.7.0 - 2017-03-28

Changed