Skip to content

Commit 5131338

Browse files
committed
Prepare 5.0
1 parent 321a712 commit 5131338

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
#v4.1.0
1+
# v5.0.0
2+
3+
* Add support for Symfony 7.
4+
* Drop support for Symfony 5, support starts at Symfony 6.4 now.
5+
* Drop support for PHP 7 and 8.0, support starts at PHP 8.1 now.
6+
* Base entities mapping is now in XML instead of annotations/attributes.
7+
* Base entities validations rules are now in XML instead of annotations/attributes.
8+
* Fix some PHP deprecations in types.
9+
* Tests: revamp setup a bit, for modernisation.
10+
* Dev: add CS fix setup
11+
12+
# v4.1.0
213

314
* Make the project compatible with Symfony 6.0
415
* Test multiple versions of PHP and Symfony in CI

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
[![Build Status](https://travis-ci.org/Orbitale/CmsBundle.svg?branch=master)](https://travis-ci.org/Orbitale/CmsBundle)
55
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Orbitale/CmsBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Orbitale/CmsBundle/?branch=master)
66

7-
:warning: You're looking at the 4.x branch documentation.<br>
7+
:warning: You're looking at the 5.x branch documentation.<br>
8+
If you need information about 4.x, go [here](https://github.com/Orbitale/CmsBundle/tree/4.x)
89
If you need information about 3.x, go [here](https://github.com/Orbitale/CmsBundle/tree/3.x)
910
If you need information about 2.x, go [here](https://github.com/Orbitale/CmsBundle/tree/2.x)
1011
If you need information about 1.x, go [here](https://github.com/Orbitale/CmsBundle/tree/1.x)

0 commit comments

Comments
 (0)