forked from terminal42/contao-DC_Multilingual
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |