Skip to content

Commit

Permalink
3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Jul 17, 2022
1 parent ffe12d8 commit 4ba5377
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ a release.
---

## [Unreleased]

## [3.8.0] - 2022-07-17
#### Added
- Sluggable: Add support for DateTimeImmutable fields
- Sluggable: Add support for `DateTimeImmutable` fields
- Tree: [NestedSet] `childrenQueryBuilder()` to allow specifying sort order separately for each field
- Tree: [NestedSet] Added option to reorder only direct children in `reorder()` method

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.7.0';
public const VERSION = '3.8.0';

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

0 comments on commit 4ba5377

Please sign in to comment.