From 7832a3059bdaf14433a2a2515d533c6a16e58520 Mon Sep 17 00:00:00 2001 From: Fran Moreno Date: Mon, 24 Jun 2024 16:21:38 +0200 Subject: [PATCH] 3.16.0 --- CHANGELOG.md | 2 ++ README.md | 7 +++---- src/DoctrineExtensions.php | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70accf47c..a2aeba498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ a release. --- ## [Unreleased] + +## [3.16.0] ### Deprecated - Support for `doctrine/annotations` has been deprecated and will be removed in 4.0. diff --git a/README.md b/README.md index 5bcd3f19d..e69d172f7 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,9 @@ can be easily implemented using Mapping extension to handle the additional metad ### Version Compatibility -| Extensions Version | Compatible Doctrine ORM & Common Library | -| --- | --- | -| 2.4 | 2.5+ | -| 2.3 | 2.2 - 2.4 | +* DBAL: `^3.2` +* ORM: `^2.14` or `^3.0` +* MongoDB ODM: `^2.3` If you are setting up the Entity Manager without a framework, see the [example](/example/em.php) to prevent issues like #1310 diff --git a/src/DoctrineExtensions.php b/src/DoctrineExtensions.php index 794c6f5b4..0c42d32d3 100644 --- a/src/DoctrineExtensions.php +++ b/src/DoctrineExtensions.php @@ -30,7 +30,7 @@ final class DoctrineExtensions /** * Current version of extensions */ - public const VERSION = '3.15.0'; + public const VERSION = '3.16.0'; /** * Hooks all extension metadata mapping drivers into