All Versions
32
Latest Version
Avg Release Cycle
50 days
Latest Release
724 days ago

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
  • 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 and doctrine/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 to Laminas #2163

    ๐Ÿ”„ Changes below marked โš ๏ธ may also be breaking, if you have extended DoctrineExtensions.

    MongoDB

    • ๐Ÿšš Requires the ext-mongodb PHP extension. Usage of ext-mongo is deprecated and will be removed in the next major version.
    • Minimum Doctrine MongoDB ODM requirement of 2.0
    • Usages of \MongoDate replaced with MongoDB\BSON\UTCDateTime

    Global / Shared

    ๐Ÿ›  Fixed
    • โœ‚ Removed null parameter from Doctrine\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, 2020

    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 and doctrine/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 to Laminas #2163

    ๐Ÿ”„ Changes below marked โš ๏ธ may also be breaking, if you have extended DoctrineExtensions.

    MongoDB

    • ๐Ÿšš Requires the ext-mongodb PHP extension. Usage of ext-mongo is deprecated and will be removed in the next major version.
    • Minimum Doctrine MongoDB ODM requirement of 2.0
    • Usages of \MongoDate replaced with MongoDB\BSON\UTCDateTime

    Global / Shared

    ๐Ÿ›  Fixed
    • โœ‚ Removed null parameter from Doctrine\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

    Translatable

    ๐Ÿ›  Fixed
    • ๐Ÿ‘ Allow for both falsy and null-fallback translatable values (#2152)