From 06b5cdff857e3eb98ca9da546b477481ea688ac9 Mon Sep 17 00:00:00 2001 From: J-C HERON Date: Sat, 4 Feb 2023 13:32:15 +0100 Subject: [PATCH] [skip ci] update CHANGELOG for 2.5.2 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eebcd3a6..8113a0f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unrelease] - Nothing +## [2.5.2] 2023-02-04 +> `composer global update` is required before creating a new project + +### Added +- **Latte** template engine integration (see https://github.com/phpMv/ubiquity/issues/204 ) +- **Plates** template engine integration + +For creating a new project with **Latte** as default template engine: + +```bash +Ubiquity new myProject -v=latte -a +``` + +### Updated (breaking change) +- Default template engine (**Twig**) is relocated in `\Ubiquity\views\engine\twig\Twig` and was before in `\Ubiquity\views\engine\Twig` + ## [2.5.1] 2023-01-01 ### Added - Translations for [Ubiquity guide](https://micro-framework.readthedocs.io/es/latest/controller/router.html) into Spanish => thanks to [@alnux](https://github.com/alnux) for his work in progress