File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ a release.
18
18
---
19
19
20
20
## [ Unreleased]
21
+
22
+ ## [ 3.15.0]
21
23
### Added
22
24
- SoftDeleteable: ` Gedmo\SoftDeleteable\Event\PreSoftDeleteEventArgs ` and
23
25
` Gedmo\SoftDeleteable\Event\PostSoftDeleteEventArgs ` classes.
@@ -26,13 +28,18 @@ a release.
26
28
27
29
### Changed
28
30
- Make doctrine/annotations an optional dependency.
31
+ - Remove ` @internal ` annotation from ` Gedmo\Mapping\Driver\AttributeReader ` .
29
32
30
33
### Deprecated
31
34
- Do not add type-hinted parameters ` Gedmo\SoftDeleteable\Event\PreSoftDeleteEventArgs ` and
32
35
` Gedmo\SoftDeleteable\Event\PostSoftDeleteEventArgs ` classes to ` preSoftDelete ` and ` postSoftDelete ` events.
33
36
- The ` createLifecycleEventArgsInstance() ` method on ` Gedmo\Mapping\Event\AdapterInterface `
34
37
implementations is deprecated, use your own subclass of ` Doctrine\Persistence\Event\LifecycleEventArgs ` as needed.
35
38
39
+ ### Fixed
40
+ - Add conflict against "doctrine/orm" >= 3.
41
+ - Add conflict against "doctrine/dbal" => 4.
42
+
36
43
## [ 3.14.0]
37
44
### Added
38
45
- Support for Symfony 7
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ final class DoctrineExtensions
30
30
/**
31
31
* Current version of extensions
32
32
*/
33
- public const VERSION = '3.14 .0 ' ;
33
+ public const VERSION = '3.15 .0 ' ;
34
34
35
35
/**
36
36
* Hooks all extension metadata mapping drivers into
You can’t perform that action at this time.
0 commit comments