Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

46 lines (35 loc) · 1.26 KB

Doctrine Extensions Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Each release should include sub-headers for the Extension above the types of changes, in order to more easily recognize how an Extension has changed in a release.

## [2.4.36] - 2018-07-26
### Sortable
#### Fixed
- Fix issue with add+delete position synchronization (#1932)

[Unreleased]

Global / Shared

Fixed

  • Add parent::__construct() calls to Listeners w/ custom constructors (#2012)
  • Add upcoming Doctrine ODM 2.0 to composer.json conflicts (#2027)

Loggable

Fixed

  • Added missing string casting of objectId in LogEntryRepository::revert() method (#2009)

ReferenceIntegrity

Fixed

  • Get class from meta in ReferenceIntegrityListener [#2021]

Translatable

Fixed

  • Return default AST executor instead of throwing Exception in Walker (#2018)

Tree

Fixed

  • Remove hard-coded parent column name in repository prev/next sibling queries [#2020]

[2.4.37] - 2019-03-17

Translatable

Fixed

  • Bugfix to load null value translations (#1990)