Skip to content

Commit

Permalink
Prepare v2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Mar 19, 2021
1 parent 758e3c3 commit f1b6990
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
## CHANGELOG FOR `2.0.x`
## CHANGELOG FOR `2.2.x`

### v2.2.0 (2021-03-19)

#### TL;DR

- Added support for PHP 8, while dropping support for PHP 7.3
- Added support for Symfony 5.2
- Added support for using the updated bunlde directory structure (`FooBundle/public` instead of `FooBundle/Resources/public`)

#### Details

- [#89](https://github.com/Sylius/SyliusThemeBundle/issues/89) Allow PHP8 ([@plozmun](https://github.com/plozmun))
- [#95](https://github.com/Sylius/SyliusThemeBundle/issues/95) Add support for bundles using the updated bundle directory structure ([@mbabker](https://github.com/mbabker))
- [#96](https://github.com/Sylius/SyliusThemeBundle/issues/96) Fix the build by requiring new version of ECS ([@pamil](https://github.com/pamil))
- [#97](https://github.com/Sylius/SyliusThemeBundle/issues/97) Drop support for PHP 7.3 and Symfony 5.1 ([@pamil](https://github.com/pamil))

## CHANGELOG FOR `2.1.x`

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

Expand All @@ -18,6 +35,8 @@
- [#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))
- [#69](https://github.com/Sylius/SyliusThemeBundle/issues/69) Normalise composer.json ([@pamil](https://github.com/pamil))

## CHANGELOG FOR `2.0.x`

### v2.0.1 (2020-07-27)

#### Details
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2011-2020 Paweł Jędrzejewski
Copyright (c) 2011-2021 Paweł Jędrzejewski

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
"dev-master": "2.2-dev"
}
},
"autoload": {
Expand Down

0 comments on commit f1b6990

Please sign in to comment.