Skip to content

Latest commit

 

History

History
274 lines (231 loc) · 18.9 KB

CHANGELOG.md

File metadata and controls

274 lines (231 loc) · 18.9 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.

[Unreleased]

[5.6.0]

Added

Changed

  • README.md
  • all TRUE to true
  • all FALSE to false
  • all NULL to null
  • symfony/console 3.0|4.0 to 6.0

Removed

Fixed

[5.5.0] - 2022-11-30

Added

Changed

Removed

Fixed

[5.4.1] - 2020-02-29

Added

Changed

[5.4.0] - 2020-02-29

Changed

[5.3.0] - 2019-04-23

Added

Changed

Removed

  • user-add route and replaced by user-register-save
  • new \mysqli and replaced by new \PDO in Setup.php

[5.2.0] - 2019-01-27

Added

  • nochso/html-compress-twig dependency
  • composer.lock
  • lang attribute to langswitch
  • form input styling in public/css/styles.css
  • {% htmlcompress %}...{% endhtmlcompress %} to layout.html.twig
  • <header>, <main> and <footer> html tag to layout.html.twig

Changed

[5.1.1] - 2018-11-05

Added

  • symfony/console constrain

Changed

Fixed

  • All sql files

[5.1.0] - 2018-10-29

Removed

  • Own colored CLI logic and replaced by Symfony\Component\Console\Formatter\OutputFormatterStyle

[5.0.9] - 2018-10-18

Added

Changed

[5.0.8] - 2018-10-12

Fixed

[5.0.7] - 2018-10-11

Added

  • hidden in Base.php
  • Skip CLI colors on windows operating system

[5.0.6] - 2018-10-11

Added

[5.0.5] - 2018-10-09

Changed

Fixed

[5.0.4] - 2018-10-08

Added

Changed

Removed

Fixed

[5.0.3] - 2018-10-02

Fixed

[5.0.2] - 2018-09-30

Added

Changed

Removed

  • "start": "php -S localhost:8080 -t public", from composer.json (use docker instead)

[5.0.1] - 2018-09-23

Added

Changed

Removed

[5.0.0] - 2018-09-17

Added

Changed

Removed