From 6bfcdd8c7dbd9e39fe35778863b659a1a86cc88f Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Thu, 9 Dec 2021 15:25:46 +0100 Subject: [PATCH 1/2] [Release] 3.0.0-beta.2 --- src/CoreShop/Bundle/CoreBundle/Application/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index ebe501cbf8..f3e3900046 100644 --- a/src/CoreShop/Bundle/CoreBundle/Application/Version.php +++ b/src/CoreShop/Bundle/CoreBundle/Application/Version.php @@ -22,7 +22,7 @@ final class Version public const RELEASE_VERSION = '0'; - public const EXTRA_VERSION = 'beta.1'; + public const EXTRA_VERSION = 'beta.2'; public static function getVersion(): string { From b55a590e9f2252ef9eeeb10df3a08a5b234a1e6a Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Mon, 13 Dec 2021 07:59:45 +0100 Subject: [PATCH 2/2] [Release] 3.0.0-beta.2 - add changelog --- CHANGELOG-3.0.x.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-3.0.x.md b/CHANGELOG-3.0.x.md index 3a7f9c897c..c2fa753ca8 100644 --- a/CHANGELOG-3.0.x.md +++ b/CHANGELOG-3.0.x.md @@ -1,4 +1,25 @@ -# 3.0 +# 3.0.0-beta.2 + + - [Order] remove unused CartRepository (https://github.com/coreshop/CoreShop/pull/1801) + - [PimcoreBundle] add coreshop:migration:migrate and coreshop:migration:generate (https://github.com/coreshop/CoreShop/pull/1802) + - [FrontendBundle] fix new form namespace (https://github.com/coreshop/CoreShop/pull/1807) + - [Index] make ListingInterface a Pimcore PaginateListingInterface (https://github.com/coreshop/CoreShop/pull/1790) + - [Cart] fix existing cart initialization on customer login (https://github.com/coreshop/CoreShop/pull/1779) + - [CoreBundle] fix saving stores in PaymentProvider (https://github.com/coreshop/CoreShop/pull/1783) + - [Index] make IndexProcess compatible with the interface (https://github.com/coreshop/CoreShop/pull/1782) + - [User] remove md5 password and use password_hash (https://github.com/coreshop/CoreShop/pull/1780) + - [ThemeBundle] refactor theme-context to work with area-bricks (https://github.com/coreshop/CoreShop/pull/1778) + - [ThemeBundle] remove sylius theme-aware-translator, that doesn't work well with Pimcore (https://github.com/coreshop/CoreShop/pull/1777) + - [ResourceBundle] allow easier custom resources (https://github.com/coreshop/CoreShop/pull/1776) + - [Index] remove dbal connection in AbstractListing (https://github.com/coreshop/CoreShop/pull/1769) + - [Store select / multiselect] Support getOptions() via option provider (https://github.com/coreshop/CoreShop/pull/1773) + - [CoreExtensions] refactor how Doctrine Entities are cloned (https://github.com/coreshop/CoreShop/pull/1770) + - [Faker] use fakerphp/faker (https://github.com/coreshop/CoreShop/pull/1768) + - [CoreBundle] remove duplicate paymentTotal and convertedPaymentTotal from class definition (https://github.com/coreshop/CoreShop/pull/1766) + - [OrderBundle] fix admin en translations (https://github.com/coreshop/CoreShop/pull/1764) + - [All] remove installed translations and use symfony translations instead (https://github.com/coreshop/CoreShop/pull/1762) + +# 3.0.0-beta.1 - PHP8.0 Return Types (https://github.com/coreshop/CoreShop/pull/1288, https://github.com/coreshop/CoreShop/pull/1666) - Cart eq Order eq Quote - one Object to rule them all (https://github.com/coreshop/CoreShop/pull/1289)