-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 1.5: Merge changelogs into one file
- Loading branch information
Showing
6 changed files
with
148 additions
and
144 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
## CHANGELOG FOR `1.5.x` | ||
|
||
### v1.5.1 (2020-05-05) | ||
|
||
- [#50](https://github.com/Sylius/SyliusThemeBundle/issues/50) Disable Twig services if templating is disabled ([@pamil](https://github.com/pamil)) | ||
|
||
### v1.5.0 (2019-10-10) | ||
|
||
- [#29](https://github.com/Sylius/SyliusThemeBundle/issues/29) Ambiguous class resolution for symfony/contracts ([@Prometee](https://github.com/Prometee)) | ||
- [#30](https://github.com/Sylius/SyliusThemeBundle/issues/30) Support for Symfony 3.4 / 4.3+ ([@pamil](https://github.com/pamil)) | ||
- [#31](https://github.com/Sylius/SyliusThemeBundle/issues/31) Enforce coding standard ([@pamil](https://github.com/pamil)) | ||
- [#32](https://github.com/Sylius/SyliusThemeBundle/issues/32) Introduce Psalm ([@pamil](https://github.com/pamil)) | ||
|
||
## CHANGELOG FOR `1.4.x` | ||
|
||
### v1.4.6 (2019-05-17) | ||
|
||
#### Details | ||
|
||
- [#27](https://github.com/Sylius/SyliusThemeBundle/issues/27) TranslatorInterface and Symfony3. ([@plotek](https://github.com/plotek)) | ||
|
||
### v1.4.5 (2019-04-19) | ||
|
||
#### Details | ||
|
||
- [#25](https://github.com/Sylius/SyliusThemeBundle/issues/25) Fix ThemeAwareTranslator for Symfony 4.2.7 ([@pierre-H](https://github.com/pierre-H)) | ||
|
||
### v1.4.4 (2019-03-22) | ||
|
||
#### Details | ||
|
||
- [#22](https://github.com/Sylius/SyliusThemeBundle/issues/22) Cast name from TemplateReference to string before passing to Twig_Source ([@mkilmanas](https://github.com/mkilmanas)) | ||
- [#23](https://github.com/Sylius/SyliusThemeBundle/issues/23) Remove conflict with Twig 2.7.3 ([@pamil](https://github.com/pamil)) | ||
|
||
### v1.4.3 (2019-03-22) | ||
|
||
#### Details | ||
|
||
- [#21](https://github.com/Sylius/SyliusThemeBundle/issues/21) Add conflict with Twig v2.7.3 ([@pamil](https://github.com/pamil)) | ||
|
||
### v1.4.2 (2019-02-28) | ||
|
||
#### Details | ||
|
||
- [#19](https://github.com/Sylius/SyliusThemeBundle/issues/19) [HotFix] Allow to pass `TemplateReference` to `findTemplate` function ([@Zales0123](https://github.com/Zales0123)) | ||
- [#20](https://github.com/Sylius/SyliusThemeBundle/issues/20) Move string parsing to `findTemplate` method ([@Zales0123](https://github.com/Zales0123)) | ||
|
||
### v1.4.1 (2019-02-26) | ||
|
||
#### TL;DR | ||
|
||
- The first release after splitting the bundle to be a standalone package with its own release cycle. | ||
|
||
#### Details | ||
|
||
- [#11](https://github.com/Sylius/SyliusThemeBundle/issues/11) Set up Travis CI for 1.1 ([@pamil](https://github.com/pamil)) | ||
- [#12](https://github.com/Sylius/SyliusThemeBundle/issues/12) Set up Travis CI for 1.3 ([@pamil](https://github.com/pamil)) | ||
- [#13](https://github.com/Sylius/SyliusThemeBundle/issues/13) Organise directory structure of the project ([@pamil](https://github.com/pamil)) | ||
- [#14](https://github.com/Sylius/SyliusThemeBundle/issues/14) Add PHPStan to the build ([@pamil](https://github.com/pamil)) | ||
- [#15](https://github.com/Sylius/SyliusThemeBundle/issues/15) Refreshed docs & readme ([@pamil](https://gith | ||
- [#16](https://github.com/Sylius/SyliusThemeBundle/issues/16) Add SyliusLabs/CodingStandard ([@pamil](https://github.com/pamil)) | ||
- [#17](https://github.com/Sylius/SyliusThemeBundle/issues/17) Test with different versions of Symfony on Travis CI ([@pamil](https://github.com/pamil)) | ||
|
||
## CHANGELOG FOR `1.3.x` | ||
|
||
### v1.3.14 (2019-05-17) | ||
|
||
#### Details | ||
|
||
- [#27](https://github.com/Sylius/SyliusThemeBundle/issues/27) TranslatorInterface and Symfony3. ([@plotek](https://github.com/plotek)) | ||
|
||
### v1.3.13 (2019-04-19) | ||
|
||
#### Details | ||
|
||
- [#25](https://github.com/Sylius/SyliusThemeBundle/issues/25) Fix ThemeAwareTranslator for Symfony 4.2.7 ([@pierre-H](https://github.com/pierre-H)) | ||
|
||
### v1.3.12 (2019-03-22) | ||
|
||
#### Details | ||
|
||
- [#22](https://github.com/Sylius/SyliusThemeBundle/issues/22) Cast name from TemplateReference to string before passing to Twig_Source ([@mkilmanas](https://github.com/mkilmanas)) | ||
- [#23](https://github.com/Sylius/SyliusThemeBundle/issues/23) Remove conflict with Twig 2.7.3 ([@pamil](https://github.com/pamil)) | ||
|
||
### v1.3.11 (2019-03-22) | ||
|
||
#### Details | ||
|
||
- [#21](https://github.com/Sylius/SyliusThemeBundle/issues/21) Add conflict with Twig v2.7.3 ([@pamil](https://github.com/pamil)) | ||
|
||
### v1.3.10 (2019-02-28) | ||
|
||
#### Details | ||
|
||
- [#19](https://github.com/Sylius/SyliusThemeBundle/issues/19) [HotFix] Allow to pass `TemplateReference` to `findTemplate` function ([@Zales0123](https://github.com/Zales0123)) | ||
- [#20](https://github.com/Sylius/SyliusThemeBundle/issues/20) Move string parsing to `findTemplate` method ([@Zales0123](https://github.com/Zales0123)) | ||
|
||
### v1.3.9 (2019-02-26) | ||
|
||
#### TL;DR | ||
|
||
- The first release after splitting the bundle to be a standalone package with its own release cycle. | ||
|
||
#### Details | ||
|
||
- [#11](https://github.com/Sylius/SyliusThemeBundle/issues/11) Set up Travis CI for 1.1 ([@pamil](https://github.com/pamil)) | ||
- [#12](https://github.com/Sylius/SyliusThemeBundle/issues/12) Set up Travis CI for 1.3 ([@pamil](https://github.com/pamil)) | ||
- [#13](https://github.com/Sylius/SyliusThemeBundle/issues/13) Organise directory structure of the project ([@pamil](https://github.com/pamil)) | ||
- [#14](https://github.com/Sylius/SyliusThemeBundle/issues/14) Add PHPStan to the build ([@pamil](https://github.com/pamil)) | ||
- [#15](https://github.com/Sylius/SyliusThemeBundle/issues/15) Refreshed docs & readme ([@pamil](https://gith | ||
- [#16](https://github.com/Sylius/SyliusThemeBundle/issues/16) Add SyliusLabs/CodingStandard ([@pamil](https://github.com/pamil)) | ||
- [#17](https://github.com/Sylius/SyliusThemeBundle/issues/17) Test with different versions of Symfony on Travis CI ([@pamil](https://github.com/pamil)) | ||
|
||
## CHANGELOG FOR `1.2.x` | ||
|
||
### v1.2.17 (2019-03-25) | ||
|
||
#### Details | ||
|
||
- [#22](https://github.com/Sylius/SyliusThemeBundle/issues/22) Cast name from TemplateReference to string before passing to Twig_Source ([@mkilmanas](https://github.com/mkilmanas)) | ||
|
||
### v1.2.16 (2019-02-26) | ||
|
||
#### TL;DR | ||
|
||
- The first release after splitting the bundle to be a standalone package with its own release cycle. | ||
|
||
#### Details | ||
|
||
- [#11](https://github.com/Sylius/SyliusThemeBundle/issues/11) Set up Travis CI for 1.1 ([@pamil](https://github.com/pamil)) | ||
|
||
## CHANGELOG FOR `1.1.x` | ||
|
||
### v1.1.17 (2019-03-25) | ||
|
||
#### Details | ||
|
||
- [#22](https://github.com/Sylius/SyliusThemeBundle/issues/22) Cast name from TemplateReference to string before passing to Twig_Source ([@mkilmanas](https://github.com/mkilmanas)) | ||
|
||
### v1.1.16 (2019-02-26) | ||
|
||
#### TL;DR | ||
|
||
- The first release after splitting the bundle to be a standalone package with its own release cycle. | ||
|
||
#### Details | ||
|
||
- [#11](https://github.com/Sylius/SyliusThemeBundle/issues/11) Set up Travis CI for 1.1 ([@pamil](https://github.com/pamil)) |