Skip to content

Commit 2a89103

Browse files
committed
3.15.0
1 parent 97779cb commit 2a89103

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

2020
## [Unreleased]
21+
22+
## [3.15.0]
2123
### Added
2224
- SoftDeleteable: `Gedmo\SoftDeleteable\Event\PreSoftDeleteEventArgs` and
2325
`Gedmo\SoftDeleteable\Event\PostSoftDeleteEventArgs` classes.
@@ -26,13 +28,18 @@ a release.
2628

2729
### Changed
2830
- Make doctrine/annotations an optional dependency.
31+
- Remove `@internal` annotation from `Gedmo\Mapping\Driver\AttributeReader`.
2932

3033
### Deprecated
3134
- Do not add type-hinted parameters `Gedmo\SoftDeleteable\Event\PreSoftDeleteEventArgs` and
3235
`Gedmo\SoftDeleteable\Event\PostSoftDeleteEventArgs` classes to `preSoftDelete` and `postSoftDelete` events.
3336
- The `createLifecycleEventArgsInstance()` method on `Gedmo\Mapping\Event\AdapterInterface`
3437
implementations is deprecated, use your own subclass of `Doctrine\Persistence\Event\LifecycleEventArgs` as needed.
3538

39+
### Fixed
40+
- Add conflict against "doctrine/orm" >= 3.
41+
- Add conflict against "doctrine/dbal" => 4.
42+
3643
## [3.14.0]
3744
### Added
3845
- Support for Symfony 7

src/DoctrineExtensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ final class DoctrineExtensions
3030
/**
3131
* Current version of extensions
3232
*/
33-
public const VERSION = '3.14.0';
33+
public const VERSION = '3.15.0';
3434

3535
/**
3636
* Hooks all extension metadata mapping drivers into

0 commit comments

Comments
 (0)