Skip to content

Commit 25c63bb

Browse files
committed
3.13.0
1 parent 2bd2690 commit 25c63bb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ a release.
1818
---
1919

2020
## [Unreleased]
21+
22+
## [3.13.0]
2123
### Fixed
2224
- References: fixed condition in `XML` Driver that did not allow to retrieve from the entity definition the `mappedBy` and `inversedBy` fields.
2325
- Fix bug collecting metadata for inherited mapped classes

src/DoctrineExtensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ final class DoctrineExtensions
2828
/**
2929
* Current version of extensions
3030
*/
31-
public const VERSION = '3.12.0';
31+
public const VERSION = '3.13.0';
3232

3333
/**
3434
* Hooks all extension metadata mapping drivers into

src/Tree/Entity/Repository/NestedTreeRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function __call($method, $args)
8686
if (!$node instanceof Node) {
8787
@trigger_error(\sprintf(
8888
'Not implementing the "%s" interface from node "%s" is deprecated since gedmo/doctrine-extensions'
89-
.' 3.12 and will throw a "%s" error in version 4.0.',
89+
.' 3.13 and will throw a "%s" error in version 4.0.',
9090
Node::class,
9191
\get_class($node),
9292
\TypeError::class

0 commit comments

Comments
 (0)