File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,20 @@ a release.
1818---
1919
2020## [ Unreleased]
21+
22+ ## [ 3.10.0] - 2022-11-14
23+ ### Changed
24+ - Bump "doctrine/event-manager" dependency from ^1.0 to ^1.2.
25+
2126### Fixed
2227- Tree: TreeRoot without rootIdentifierMethod when calling getNextSiblings (#2518 )
28+ - Sortable: Fix duplicated positions when manually updating position on more than one object (#2439 )
2329
2430## [ 3.9.0] - 2022-09-22
2531### Fixed
2632- Tree: Allow sorting children by a ManyToOne relation (#2492 )
2733- Tree: Fix passing ` null ` to ` abs() ` function
2834- Timestampable: Use an attribute in Timestampable attribute docs
29- - Sortable: Fix duplicated positions when manually updating position on more than one object
3035
3136### Deprecated
3237- Tree: Passing ` null ` as argument 8 to ` Nested::shiftRangeRL() `
Original file line number Diff line number Diff line change 9292 },
9393 "extra" : {
9494 "branch-alias" : {
95- "dev-main" : " 3.10 -dev"
95+ "dev-main" : " 3.11 -dev"
9696 }
9797 },
9898 "scripts" : {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ final class DoctrineExtensions
3333 /**
3434 * Current version of extensions
3535 */
36- public const VERSION = '3.9 .0 ' ;
36+ public const VERSION = '3.10 .0 ' ;
3737
3838 /**
3939 * Hooks all extension metadata mapping drivers into
You can’t perform that action at this time.
0 commit comments