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)
- The value of path source property is cast to string type for Materialized Path Tree strategy (#2061)
- Add
parent::__construct()
calls to Listeners w/ custom constructors (#2012) - Add upcoming Doctrine ODM 2.0 to
composer.json
conflicts (#2027)
- Added missing string casting of
objectId
inLogEntryRepository::revert()
method (#2009)
- Get class from meta in ReferenceIntegrityListener (#2021)
- Return default AST executor instead of throwing Exception in Walker (#2018)
- Fix duplicate inherited properties (#2029)
- Remove hard-coded parent column name in repository prev/next sibling queries (#2020)
- Bugfix to load null value translations (#1990)