All Versions
32
Latest Version
Avg Release Cycle
50 days
Latest Release
724 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.1.0 Changes
June 22, 2021๐ Fixed
- ๐ Allow installing doctrine/cache 2.0 (thanks @alcaeus!)
- ๐ Make doctrine/cache a dev dependency
-
v3.0.5 Changes
April 23, 2021๐ Fixed
- ๐ Use path_separator when removing children (#2217)
-
v3.0.4 Changes
March 27, 2021๐ Fixed
- โ Add hacky measure to resolve incompatibility with DoctrineBundle 2.3 #2211
-
v3.0.3 Changes
January 23, 2021๐ Fixed
- โ Add PHP 8 compatibility to
composer.json
, resolving minor function parameter deprecations #2194
- โ Add PHP 8 compatibility to
-
v3.0.2 Changes
January 23, 2021- Ignore; tag & version mismatch
-
v3.0.1 Changes
January 23, 2021- Ignore; wrong branch published
-
v3.0.0 Changes
September 23, 2020๐ 3.0 now available for general release. I haven't heard much feedback as far as compatibility issues or brokenness, so no time like the present to make this easier to consume and keep the library moving forward! ๐ฅณ
[3.0.0] - 2020-09-23
Notable & Breaking Changes
- 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 โ ๏ธ may also be breaking, if you have extended DoctrineExtensions.
MongoDB
- ๐ 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
Global / Shared
๐ Fixed
- โ Removed
null
parameter fromDoctrine\Common\Cache\Cache::save()
calls (#1996)
Tree
๐ Fixed
- The value of path source property is cast to string type for Materialized Path Tree strategy (#2061)
SoftDeleteable
๐ Changed
- ๐ฑ โ ๏ธ Generate different Date values based on column type (#2115)
-
v3.0.0-beta2 Changes
August 27, 2020Notable & Breaking Changes
- 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 โ ๏ธ may also be breaking, if you have extended DoctrineExtensions.
MongoDB
- ๐ 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
Global / Shared
๐ Fixed
- โ Removed
null
parameter fromDoctrine\Common\Cache\Cache::save()
calls (#1996)
Tree
๐ Fixed
- The value of path source property is cast to string type for Materialized Path Tree strategy (#2061)
SoftDeleteable
๐ Changed
- ๐ฑ โ ๏ธ Generate different Date values based on column type (#2115)
-
v3.0.0-beta Changes
August 21, 2020๐ฑ โ ๏ธ This tag was mistakenly based on the
2.4.x
branch. Do not use it to test 3.0. -
v2.4.42 Changes
August 20, 2020