Skip to content

Commit

Permalink
3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Nov 14, 2022
1 parent 9967f74 commit 5a956a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,20 @@ a release.
---

## [Unreleased]

## [3.10.0] - 2022-11-14
### Changed
- Bump "doctrine/event-manager" dependency from ^1.0 to ^1.2.

### Fixed
- Tree: TreeRoot without rootIdentifierMethod when calling getNextSiblings (#2518)
- Sortable: Fix duplicated positions when manually updating position on more than one object (#2439)

## [3.9.0] - 2022-09-22
### Fixed
- Tree: Allow sorting children by a ManyToOne relation (#2492)
- Tree: Fix passing `null` to `abs()` function
- Timestampable: Use an attribute in Timestampable attribute docs
- Sortable: Fix duplicated positions when manually updating position on more than one object

### Deprecated
- Tree: Passing `null` as argument 8 to `Nested::shiftRangeRL()`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "3.10-dev"
"dev-main": "3.11-dev"
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/DoctrineExtensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class DoctrineExtensions
/**
* Current version of extensions
*/
public const VERSION = '3.9.0';
public const VERSION = '3.10.0';

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

0 comments on commit 5a956a4

Please sign in to comment.