Update CHANGELOG.md

This commit is contained in:
slawkens 2023-05-18 19:25:50 +02:00
parent 7cfca55e3c
commit 1d08833726

View File

@ -1,5 +1,19 @@
# Changelog
## [0.8.10 - 18.05.2023]
### Changed
* PHP 7.2.5 is now required, cause of Twig 2.x
* allow pages to be placed in templates folder, under pages/ subfolder
### Fixed
* Twig error with global variable on create account
* links/redirects from facebook, etc. like ?fbclid=x
* do not allow to continue install when there is no server database imported
* cannot go forward when config.local.php cannot be saved
* when server uses another items serializer
* small bug on install - please fill all input
## [0.8.9 - 16.03.2023]
### Added