Skip to content

Releases: brick/geo-doctrine

0.4.0

19 Dec 21:35
33b2867
Compare
Choose a tag to compare

💥 Breaking changes

  • compatibility with doctrine/orm 3.x (2.x is no longer supported)
  • compatibility with doctrine/dbal 4.x (2.x and 3.x are no longer supported)

🐛 Bug fixes

  • GeometryType::convertToDatabaseValue() now properly throws ConversionException as it should

0.3.1

07 Jun 20:44
Compare
Choose a tag to compare

Upgrades

  • Compatibility with brick/geo version 0.11

0.3.0

23 Jan 23:44
Compare
Choose a tag to compare

💥 Breaking changes

  • Minimum PHP version is now 8.1

Upgrades

  • Compatibility with brick/geo version 0.10

0.2.1

22 Nov 00:08
Compare
Choose a tag to compare

Improvements

  • Compatibility with brick/geo version 0.9

0.2.0

10 Oct 22:26
Compare
Choose a tag to compare

💥 Breaking changes

  • Minimum PHP version is now 8.0

Improvements

  • Compatibility with brick/geo version 0.8

🩹 Deprecation fixes

  • Fixed code using deprecated Doctrine method AbstractPlatform::getName()

0.1.1

21 Mar 23:04
Compare
Choose a tag to compare

Deprecation fixes

  • Add return types to methods.

0.1.0

10 Oct 21:07
Compare
Choose a tag to compare

🎉 First release!