See also the GitHub releases page.
- Added the changelog ;-) (#56)
- Raised minimum PHP version to 5.6.
- Raised minimum Contao version to 4.4.
- 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. - BC break: Removed the deprecated
pidColumn
configuration. UselangPid
instead. - BC break: Added the new interface method
MultilingualQueryBuilderInterface::buildQueryBuilderForCountWithSubQuery()
. - BC break: Renamed the translation table alias from
t2
totranslation
.