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 3ba0096 commit 318b494Copy full SHA for 318b494
CHANGELOG.md
@@ -21,7 +21,10 @@ a release.
21
22
### Changed
23
- Sluggable: Replaced abandoned `behat/transliterator` with `symfony/string` for default transliteration and urlization steps (#2985)
24
-- Use `getFieldValue` and `setFieldValue` methods to support `doctrine/orm` >= 3.4 (#2966)
+- Use `ClassMetadata::getFieldValue()` and `ClassMetadata::setFieldValue(` methods to support `doctrine/orm` >= 3.4 (#2966)
25
+
26
+### Fixed
27
+- Sluggable: Fix type error when generating slug using embedded properties (#2965)
28
29
## [3.20.1] - 2025-09-14
30
### Fixed
0 commit comments