You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,21 +18,19 @@ a release.
18
18
---
19
19
20
20
## [Unreleased]
21
+
22
+
## [3.21.0] - 2025-09-22
21
23
### Added
22
-
- SoftDeleteable: Add option to enable or disable handling of the `postFlush` event (#2958)
24
+
- SoftDeleteable: `$handlePostFlushEvent` parameter to `SoftDeleteableListener::__construct()` to enable or disable handling of the `postFlush` event (#2958)
23
25
24
26
### Changed
25
27
- Translatable: Optimized database indexes for better performance by reordering unique constraint fields and removing redundant indexes
26
-
- SoftDeleteable: Handling of the `postFlush` event is now disabled by default (#2958)
27
-
28
-
### Fixed
29
-
- SoftDeleteable: Prevent cascade persist from re-inserting soft-deleted entities still referenced in the identity map (#2958)
30
-
31
-
### Changed
28
+
- SoftDeleteable: Handling of the `postFlush` event is disabled by default (#2958)
32
29
- Sluggable: Replaced abandoned `behat/transliterator` with `symfony/string` for default transliteration and urlization steps (#2985)
33
-
- Use `ClassMetadata::getFieldValue()` and `ClassMetadata::setFieldValue(` methods to support `doctrine/orm` >= 3.4 (#2966)
30
+
- Use `ClassMetadata::getFieldValue()` and `ClassMetadata::setFieldValue()` methods to support `doctrine/orm` >= 3.4 (#2966)
34
31
35
32
### Fixed
33
+
- SoftDeleteable: Prevent cascade persist from re-inserting soft-deleted entities still referenced in the identity map (#2958)
36
34
- Sluggable: Fix type error when generating slug using embedded properties (#2965)
0 commit comments