We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8213f84 commit bcb61ebCopy full SHA for bcb61eb
CHANGELOG.md
@@ -19,6 +19,8 @@ a release.
19
---
20
21
## [Unreleased]
22
+
23
+## [3.3.1] - 2021-11-18
24
### Fixed
25
- Translatable: Using ORM/ODM attribute mapping and translatable annotations.
26
- Tree: Missing support for `tree-path-hash` fields in XML mapping.
src/DoctrineExtensions.php
@@ -26,7 +26,7 @@ final class DoctrineExtensions
/**
27
* Current version of extensions
28
*/
29
- public const VERSION = '3.3.0';
+ public const VERSION = '3.3.1';
30
31
32
* Hooks all extension metadata mapping drivers into
0 commit comments