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)
- Add hacky measure to resolve incompatibility with DoctrineBundle 2.3 #2211
- Add PHP 8 compatibility to
composer.json
, resolving minor function parameter deprecations #2194
- Ignore; tag & version mismatch
- Ignore; wrong branch published
- Minimum PHP version requirement of 7.2
- Source files moved from
/lib/Gedmo
to/src
- Added compatibility for
doctrine/common
3.0 anddoctrine/persistence
2.0 - All string column type annotations changed to 191 character length (#1941)
- Removed support for
\Zend_date
date format #2163 - Renamed
Zend Framework
toLaminas
#2163
Changes below marked
- Requires the
ext-mongodb
PHP extension. Usage ofext-mongo
is deprecated and will be removed in the next major version. - Minimum Doctrine MongoDB ODM requirement of 2.0
- Usages of
\MongoDate
replaced withMongoDB\BSON\UTCDateTime
- Removed
null
parameter fromDoctrine\Common\Cache\Cache::save()
calls (#1996)
- The value of path source property is cast to string type for Materialized Path Tree strategy (#2061)
⚠️ Generate different Date values based on column type (#2115)