Skip to content

Commit bc6b53b

Browse files
authored
Merge 4.x into 5.x
2 parents 0112a49 + af2f3e6 commit bc6b53b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [4.10.0](https://github.com/sonata-project/SonataClassificationBundle/compare/4.9.1...4.10.0) - 2025-09-23
6+
### Added
7+
- [[#994](https://github.com/sonata-project/SonataClassificationBundle/pull/994)] Support for `doctrine/persistence` 4.0. ([@jordisala1991](https://github.com/jordisala1991))
8+
9+
## [4.9.1](https://github.com/sonata-project/SonataClassificationBundle/compare/4.9.0...4.9.1) - 2024-11-14
10+
### Fixed
11+
- [[#979](https://github.com/sonata-project/SonataClassificationBundle/pull/979)] Use cascade `merge` only if it's available in `doctrine/orm` ([@fbuchlak](https://github.com/fbuchlak))
12+
513
## [4.9.0](https://github.com/sonata-project/SonataClassificationBundle/compare/4.8.1...4.9.0) - 2024-11-14
614
### Added
715
- [[#972](https://github.com/sonata-project/SonataClassificationBundle/pull/972)] Slovak translations ([@fbuchlak](https://github.com/fbuchlak))

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"php": "^8.1",
2525
"cocur/slugify": "^4.0",
2626
"doctrine/collections": "^1.6 || ^2.0",
27-
"doctrine/persistence": "^3.0.2",
27+
"doctrine/persistence": "^3.0.2 || ^4.0",
2828
"sonata-project/doctrine-extensions": "^1.13 || ^2.0",
2929
"sonata-project/form-extensions": "^1.4 || ^2.0",
3030
"symfony/config": "^6.4 || ^7.1",

0 commit comments

Comments
 (0)