Skip to content

Commit f1b6990

Browse files
committed
Prepare v2.2.0 release
1 parent 758e3c3 commit f1b6990

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
## CHANGELOG FOR `2.0.x`
1+
## CHANGELOG FOR `2.2.x`
2+
3+
### v2.2.0 (2021-03-19)
4+
5+
#### TL;DR
6+
7+
- Added support for PHP 8, while dropping support for PHP 7.3
8+
- Added support for Symfony 5.2
9+
- Added support for using the updated bunlde directory structure (`FooBundle/public` instead of `FooBundle/Resources/public`)
10+
11+
#### Details
12+
13+
- [#89](https://github.com/Sylius/SyliusThemeBundle/issues/89) Allow PHP8 ([@plozmun](https://github.com/plozmun))
14+
- [#95](https://github.com/Sylius/SyliusThemeBundle/issues/95) Add support for bundles using the updated bundle directory structure ([@mbabker](https://github.com/mbabker))
15+
- [#96](https://github.com/Sylius/SyliusThemeBundle/issues/96) Fix the build by requiring new version of ECS ([@pamil](https://github.com/pamil))
16+
- [#97](https://github.com/Sylius/SyliusThemeBundle/issues/97) Drop support for PHP 7.3 and Symfony 5.1 ([@pamil](https://github.com/pamil))
17+
18+
## CHANGELOG FOR `2.1.x`
219

320
### v2.1.1 (2021-01-13)
421

@@ -18,6 +35,8 @@
1835
- [#68](https://github.com/Sylius/SyliusThemeBundle/issues/68) Add tests for symfony/translation-contracts ^1.1 and ^2.0 ([@pamil](https://github.com/pamil), [@dpfaffenbauer](https://github.com/dpfaffenbauer))
1936
- [#69](https://github.com/Sylius/SyliusThemeBundle/issues/69) Normalise composer.json ([@pamil](https://github.com/pamil))
2037

38+
## CHANGELOG FOR `2.0.x`
39+
2140
### v2.0.1 (2020-07-27)
2241

2342
#### Details

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011-2020 Paweł Jędrzejewski
1+
Copyright (c) 2011-2021 Paweł Jędrzejewski
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"extra": {
5656
"branch-alias": {
57-
"dev-master": "2.1-dev"
57+
"dev-master": "2.2-dev"
5858
}
5959
},
6060
"autoload": {

0 commit comments

Comments
 (0)