Skip to content

Releases: doctrine-extensions/DoctrineExtensions

v3.0.0

23 Sep 16:43
v3.0.0
be55198
Compare
Choose a tag to compare

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

27 Aug 00:14
Compare
Choose a tag to compare
v3.0.0 Beta2 Pre-release
Pre-release

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

21 Aug 04:22
b6c4442
Compare
Choose a tag to compare
v3.0.0 Beta Pre-release
Pre-release

⚠️ This tag was mistakenly based on the 2.4.x branch. Do not use it to test 3.0.

v2.4.42

21 Aug 01:28
b6c4442
Compare
Choose a tag to compare

Translatable

Fixed

  • Allow for both falsy and null-fallback translatable values (#2152)

v2.4.41

10 May 22:21
v2.4.41
e55a672
Compare
Choose a tag to compare

Sluggable

Fixed

  • Remove PHPDoc samples as they are interpreted by Annotation Reader (#2120)

v2.4.40

28 Apr 03:05
v2.4.40
fbc95cd
Compare
Choose a tag to compare

SoftDeleteable

Fixed

  • Invalidate query cache when toggling filter on/off for an entity (#2112)

v2.4.39

18 Jan 06:30
v2.4.39
c549b40
Compare
Choose a tag to compare

Tree

Fixed

  • The value of path source property is cast to string type for Materialized Path Tree strategy (#2061)

maintenance release

26 Jul 12:18
87c78ff
Compare
Choose a tag to compare

includes bug patch for sortable behavior

reverted introduced misbehavior in softdelete

08 May 12:29
1e400fb
Compare
Choose a tag to compare
Merge pull request #1917 from Atlantic18/revert-1868-remove-soft-dele…

…ted-objects-from-cache

Revert "[SoftDeleteable] Detach soft-deleted objects from entity manager after flush"

maintenance release

17 Apr 11:41
f61d144
Compare
Choose a tag to compare
Merge pull request #1896 from phansys/lower_dependencies

[bugfix] Fix lower dependencies