mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge branch '1.7' into 1.8
* 1.7: [Release] Change application version to v1.7.10-DEV [Release] Generate changelog for v1.7.9 [Release] Change application version to v1.7.9 [Release] Change application version to v1.6.10-DEV Generate changelog for v1.6.9 [Release] Change application version to v1.6.9 [Maintenance] Adjusting symfony.lock to lowest supported PHP version
This commit is contained in:
commit
d08c097f4a
3 changed files with 23 additions and 1 deletions
|
|
@ -1,5 +1,19 @@
|
|||
# CHANGELOG FOR `1.6.X`
|
||||
|
||||
## v1.6.9 (2020-10-19)
|
||||
|
||||
#### Details
|
||||
|
||||
- [#11369](https://github.com/Sylius/Sylius/issues/11369) [Docs] Don't use $HOME in SymfonyCloud deployment cookbook ([@tucksaun](https://github.com/tucksaun))
|
||||
- [#11387](https://github.com/Sylius/Sylius/issues/11387) Remove the doc reference to a promotion action that no longer exists in Core. ([@gabiudrescu](https://github.com/gabiudrescu))
|
||||
- [#11391](https://github.com/Sylius/Sylius/issues/11391) Fallback to the locale code if the associated name isn't found ([@dunglas](https://github.com/dunglas))
|
||||
- [#11390](https://github.com/Sylius/Sylius/issues/11390) Bug #9738 Fix nested form collections ([@vic-blt](https://github.com/vic-blt))
|
||||
- [#11403](https://github.com/Sylius/Sylius/issues/11403) Fix Autolabeler configuration ([@Zales0123](https://github.com/Zales0123))
|
||||
- [#11416](https://github.com/Sylius/Sylius/issues/11416) doc : add the composer dump-autoload instruction ([@davidroberto](https://github.com/davidroberto))
|
||||
- [#11450](https://github.com/Sylius/Sylius/issues/11450) [Docs] Enable redirections on ReadTheDocs ([@pamil](https://github.com/pamil))
|
||||
- [#11452](https://github.com/Sylius/Sylius/issues/11452) [Docs] Fix redirection for backwards compatibility promise ([@pamil](https://github.com/pamil))
|
||||
- [#11944](https://github.com/Sylius/Sylius/issues/11944) [Shop] Disabling customer when email has been changed ([@lchrusciel](https://github.com/lchrusciel))
|
||||
|
||||
## v1.6.8 (2020-04-21)
|
||||
|
||||
#### Details
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# CHANGELOG FOR `1.7.X`
|
||||
|
||||
## v1.7.9 (2020-10-20)
|
||||
|
||||
#### Details
|
||||
|
||||
- [#11452](https://github.com/Sylius/Sylius/issues/11452) [Docs] Fix redirection for backwards compatibility promise ([@pamil](https://github.com/pamil))
|
||||
- [#11919](https://github.com/Sylius/Sylius/issues/11919) [AUTO] Updated translations from Crowdin (1.7) ([@Sylius](https://github.com/Sylius) [@Bot](https://github.com/Bot))
|
||||
- [#11944](https://github.com/Sylius/Sylius/issues/11944) [Shop] Disabling customer when email has been changed ([@lchrusciel](https://github.com/lchrusciel))
|
||||
|
||||
## v1.7.8 (2020-10-02)
|
||||
|
||||
#### Details
|
||||
|
|
|
|||
|
|
@ -427,7 +427,7 @@
|
|||
"version": "2.0.1"
|
||||
},
|
||||
"php": {
|
||||
"version": "7.4"
|
||||
"version": "7.3"
|
||||
},
|
||||
"php-cs-fixer/diff": {
|
||||
"version": "v1.3.0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue