Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 836 Bytes

CHANGELOG.md

File metadata and controls

17 lines (14 loc) · 836 Bytes

Changelog

See also the GitHub releases page.

4.0.0

  • 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. Use langPid instead.
  • BC break: Added the new interface method MultilingualQueryBuilderInterface::buildQueryBuilderForCountWithSubQuery().
  • BC break: Renamed the translation table alias from t2 to translation.