From 21cb240fb0159598c2f603ddebb6622f457ee85a Mon Sep 17 00:00:00 2001 From: Kamil Kuzminski Date: Thu, 6 Jun 2019 14:16:36 +0200 Subject: [PATCH] Add the changelog (#56) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5bb1298 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +Changelog +========= + +See also the [GitHub releases page](https://github.com/terminal42/contao-DC_Multilingual/releases). + +4.0.0 +----- + +* Added the changelog ;-) (#56) +* Raised minimum PHP version to 5.6. +* Raised minimum Contao version to 4.4. +* **BC break:** Removed the deprecated `pidColumn` configuration. Use `langPid` instead. +* Multilingual aliases have been improved, so language records can have the same alias as main record. (#47) +* The models are not prevented from saving by default anymore. They are only prevented if fetched from database. (#51) +* Allow to count records using subqueries, e.g. with `HAVING` clause.