mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Prepare v1.7.2 release
This commit is contained in:
parent
7b728f4d43
commit
15bd18fb4c
2 changed files with 11 additions and 2 deletions
|
|
@ -1,5 +1,14 @@
|
|||
# CHANGELOG FOR `1.7.X`
|
||||
|
||||
## v1.7.2 (2020-04-02)
|
||||
|
||||
#### Details
|
||||
|
||||
- [#11315](https://github.com/Sylius/Sylius/issues/11315) [UI] Fix stylesheets problem on the login page ([@Zales0123](https://github.com/Zales0123))
|
||||
- [#11317](https://github.com/Sylius/Sylius/issues/11317) Fix BC breaks introduced with new template event system ([@pamil](https://github.com/pamil))
|
||||
- [#11322](https://github.com/Sylius/Sylius/issues/11322) Fix Psalm docblock marked as a regular one ([@pamil](https://github.com/pamil))
|
||||
- [#11135](https://github.com/Sylius/Sylius/issues/11135) [Docs] Improved coping UX ([@lchrusciel](https://github.com/lchrusciel))
|
||||
|
||||
## v1.7.1 (2020-03-31)
|
||||
|
||||
#### Details
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ use Webmozart\Assert\Assert;
|
|||
|
||||
class Kernel extends HttpKernel
|
||||
{
|
||||
public const VERSION = '1.7.2-DEV';
|
||||
public const VERSION = '1.7.2';
|
||||
|
||||
public const VERSION_ID = '10702';
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ class Kernel extends HttpKernel
|
|||
|
||||
public const RELEASE_VERSION = '2';
|
||||
|
||||
public const EXTRA_VERSION = 'DEV';
|
||||
public const EXTRA_VERSION = '';
|
||||
|
||||
public function __construct(string $environment, bool $debug)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue