Skip to content

Commit 5a956a4

Browse files
committed
3.10.0
1 parent 9967f74 commit 5a956a4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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()`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
"extra": {
9494
"branch-alias": {
95-
"dev-main": "3.10-dev"
95+
"dev-main": "3.11-dev"
9696
}
9797
},
9898
"scripts": {

src/DoctrineExtensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)