Skip to content

Commit

Permalink
3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed Feb 12, 2024
1 parent 97779cb commit 2a89103
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ a release.
---

## [Unreleased]

## [3.15.0]
### Added
- SoftDeleteable: `Gedmo\SoftDeleteable\Event\PreSoftDeleteEventArgs` and
`Gedmo\SoftDeleteable\Event\PostSoftDeleteEventArgs` classes.
Expand All @@ -26,13 +28,18 @@ a release.

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

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

### Fixed
- Add conflict against "doctrine/orm" >= 3.
- Add conflict against "doctrine/dbal" => 4.

## [3.14.0]
### Added
- Support for Symfony 7
Expand Down
2 changes: 1 addition & 1 deletion src/DoctrineExtensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class DoctrineExtensions
/**
* Current version of extensions
*/
public const VERSION = '3.14.0';
public const VERSION = '3.15.0';

/**
* Hooks all extension metadata mapping drivers into
Expand Down

0 comments on commit 2a89103

Please sign in to comment.