Skip to content

Commit b4edd94

Browse files
feat: update README.md and CHANGELOG.md (#173)
Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
1 parent bcbef72 commit b4edd94

2 files changed

Lines changed: 20 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### New in Version 7:
2+
- Added localization for translated cron-string
3+
Change method getCronExpressionTranslated() please Adapt your code.
4+
- Drop support of Symfony < 8.0
5+
- Drop support of php < 8.4
6+
- Drop support of doctrine/orm 2
7+
- Drop support of doctrine/doctrine-bundle 2
8+
- Drop support of doctrine/dbal 3
9+
- Bump minimum dependencies
10+
111
### New in Version 6:
212
- Read Upgrade
313
- Add extensible entity architecture: extend `BaseScheduledCommand` to add custom fields (see README)

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,19 @@ See [Wiki](https://github.com/Dukecity/CommandSchedulerBundle/wiki) for Details
1212

1313
Please read [Upgrade-News for Version 6](UPGRADE.md)
1414

15-
Version 6.x has the goal to use modern Php and Symfony features and low maintenance.
16-
So only PHP >= 8.2 and Symfony ^7.0 (Latest: ^7.4|^8.0) are supported at the moment.
15+
Version 7.x has the goal to use modern Php and Symfony features and low maintenance.
16+
So only PHP >= 8.4 and Symfony ^8.0 are supported at the moment.
1717

1818
The following table shows the compatibilities of different versions of the bundle :
1919

20-
| Version | Symfony | PHP |
21-
|----------------------------------------------------------------------------|----------------|-------|
22-
| [6.x (main)](https://github.com/Dukecity/CommandSchedulerBundle/tree/main) | ^7.0 + ^8.0 | >=8.2 |
23-
| [5.x](https://github.com/Dukecity/CommandSchedulerBundle/tree/5.x) | ^5.4 + ^6.0 | >=8.0 |
24-
| [4.x](https://github.com/Dukecity/CommandSchedulerBundle/tree/4.x) | ^4.4.20 + ^5.3 | >=8.0 |
25-
| [3.x](https://github.com/Dukecity/CommandSchedulerBundle/tree/3.x) | ^4.4.20 + ^5.3 | >=7.3 |
26-
| [2.2.x](https://github.com/Dukecity/CommandSchedulerBundle/tree/2.2) | ^3.4 + ^4.3 | ^7.1 |
20+
| Version | Symfony | PHP |
21+
|------------------------------------------------------------------------------|----------------|-------|
22+
| [7.x (main)](https://github.com/Dukecity/CommandSchedulerBundle/tree/main) | ^8.0 | >=8.4 |
23+
| [6.x](https://github.com/Dukecity/CommandSchedulerBundle/tree/main) | ^7.0 + ^8.0 | >=8.2 |
24+
| [5.x](https://github.com/Dukecity/CommandSchedulerBundle/tree/5.x) | ^5.4 + ^6.0 | >=8.0 |
25+
| [4.x](https://github.com/Dukecity/CommandSchedulerBundle/tree/4.x) | ^4.4.20 + ^5.3 | >=8.0 |
26+
| [3.x](https://github.com/Dukecity/CommandSchedulerBundle/tree/3.x) | ^4.4.20 + ^5.3 | >=7.3 |
27+
| [2.2.x](https://github.com/Dukecity/CommandSchedulerBundle/tree/2.2) | ^3.4 + ^4.3 | ^7.1 |
2728

2829

2930
## Install

0 commit comments

Comments
 (0)