From cfbac550a8af135c6ec02ccae31a6d6d91cc0af1 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Fri, 8 Apr 2022 11:59:11 +0200 Subject: [PATCH] [Release] 3.0.0-beta.3 --- CHANGELOG-3.0.x.md | 82 +++++++++++++++++++ .../Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 83 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-3.0.x.md b/CHANGELOG-3.0.x.md index c2fa753ca8..21d45b1950 100644 --- a/CHANGELOG-3.0.x.md +++ b/CHANGELOG-3.0.x.md @@ -1,3 +1,85 @@ +# 3.0.0-beta.3 + - [IndexBundle] fix: generate the correct menu route (https://github.com/coreshop/CoreShop/pull/1815) + - [All] rename document coreshop editables (https://github.com/coreshop/CoreShop/pull/1822) + - [CoreBundle] Fix fetch of checkout_finisher url from request (https://github.com/coreshop/CoreShop/pull/1814) + - [FrontendBundle] Fix "Invoice Address is Shipping Address" in checkout address step (https://github.com/coreshop/CoreShop/pull/1823) + - [CoreBundle] Add address parent check (https://github.com/coreshop/CoreShop/pull/1825) + - [Core] add is_null in isNewEntity for Customer (https://github.com/coreshop/CoreShop/pull/1830) + - [IndexBundle] add boolean filter condition (https://github.com/coreshop/CoreShop/pull/1834) + - [IndexBundle] add clear button for filter preSelect combos (https://github.com/coreshop/CoreShop/pull/1833) + - [OrderBundle] fix session cart subscriber when no session is available (https://github.com/coreshop/CoreShop/pull/1836) + - [OrderBundle] cart context returns latest cart even if multiple found (https://github.com/coreshop/CoreShop/pull/1800) + - [ResourceBundle] fix resource list calling Pimcore Event and CoreShop Event to open object (https://github.com/coreshop/CoreShop/pull/1838) + - [CoreBundle] Fix doctrine type in migration (followup of #1839) (https://github.com/coreshop/CoreShop/pull/1840) + - [List] fix open CoreShop Entry and Pimcore DataObject (https://github.com/coreshop/CoreShop/pull/1845) + - [Cache] optimize Pimcore cache with doctrine entities (https://github.com/coreshop/CoreShop/pull/1843) + - [FrontendBundle] fix: Since symfony/http-kernel 5.1: Referencing controllers with a single colon is deprecated (https://github.com/coreshop/CoreShop/pull/1848/commits) + - [IndexBundle] Migrate to SettingsStoreAwareInstaller (https://github.com/coreshop/CoreShop/pull/1847) + - [FrontendBundle] Make category sort options configurable (https://github.com/coreshop/CoreShop/pull/1850) + - [Theme] fallback to SettableThemeContext (https://github.com/coreshop/CoreShop/pull/1851) + - [PimcoreBundle] added SluggableSlugger for SluggableListener (https://github.com/coreshop/CoreShop/pull/1857) + - [Pimcore] Definition Updater: check if we should use 'childs' or 'children' (https://github.com/coreshop/CoreShop/pull/1858) + - [Core] address assignment manager should check for null (https://github.com/coreshop/CoreShop/pull/1863) + - [IndexBundle] decimal should be 10,2 (https://github.com/coreshop/CoreShop/pull/1862) + - [IndexBundle] QuantityValue ID's are strings (https://github.com/coreshop/CoreShop/pull/1861) + - [IndexBundle] Add pimcore.dataobject.postAdd event to index DataObjects (https://github.com/coreshop/CoreShop/pull/1866) + - [PaymentBundle] Added payum payment model fields to coreshop payment model (https://github.com/coreshop/CoreShop/pull/1854) + - [Taxation] add taxRate to TaxItemInterface (https://github.com/coreshop/CoreShop/pull/1867) + - [CoreBundle] fix quote notification sending (https://github.com/coreshop/CoreShop/pull/1868) + - [CoreBundle] fix quote notification sending 3.x (https://github.com/coreshop/CoreShop/pull/1869) + - [FrontendBundle] fix createQuoteAction (https://github.com/coreshop/CoreShop/pull/1870) + - [IndexBundle] FIX:double click on field group adds them to indices (https://github.com/coreshop/CoreShop/pull/1871) + - [CoreBundle] fix user-reset password notification sending (https://github.com/coreshop/CoreShop/pull/1877) + - [IndexBundle] FIX: localized fields from brick and fieldcollections can be added to index (https://github.com/coreshop/CoreShop/pull/1872) + - [CurrencyBundle] fix exchange rate saving/deleting (https://github.com/coreshop/CoreShop/pull/1879) + - [PaymentBundle] FIX: coreshop_payment_provider editable select, wrong property name (https://github.com/coreshop/CoreShop/pull/1883) + - [ResourceBundle] Make stack of classes not extended in CoreBundle working (https://github.com/coreshop/CoreShop/pull/1882) + - [IndexBundle] FIX: select from multiselect throws error if no value is pre-selected (https://github.com/coreshop/CoreShop/pull/1880) + - [ThemeBundle] improve loading theme when document cannot be loaded (https://github.com/coreshop/CoreShop/pull/1884) + - [ResourceBundle] fix entity-merger to delete collection entries (https://github.com/coreshop/CoreShop/pull/1887) + - [ProductBundle] fix translations (https://github.com/coreshop/CoreShop/pull/1888) + - [IndexBundle] fixed issue 1891, fix totalCount for pagination (https://github.com/coreshop/CoreShop/pull/1892) + - [UserBundle] Email field required on request reset password form (https://github.com/coreshop/CoreShop/pull/1893) + - [FrontendBundle] Category select template fix (https://github.com/coreshop/CoreShop/pull/1890) + - [IndexBundle] category multiselect (https://github.com/coreshop/CoreShop/pull/1899) + - [IndexBundle] extending condition proccesor adds empty tag (https://github.com/coreshop/CoreShop/pull/1900) + - [OrderBundle] Error during serialization of OrderInvoice (https://github.com/coreshop/CoreShop/pull/1903) + - [CoreBundle] don't load settings if user has no permission (https://github.com/coreshop/CoreShop/pull/1902) + - [NotificationBundle] Fixed invoice, payment, shipment state condition in notifications (https://github.com/coreshop/CoreShop/pull/1905) + - [CoreBundle] Order mail note fix (https://github.com/coreshop/CoreShop/pull/1906) + - [ShippingBundle] Removed free shipping checkbog from carrier (https://github.com/coreshop/CoreShop/pull/1910) + - [FrontendBundle] logo in _header.html.twig no longer hardcoded (https://github.com/coreshop/CoreShop/pull/1908) + - [ProductBundle] duplicated unit definition title in product view in admin (https://github.com/coreshop/CoreShop/pull/1894/files) + - [OrderBundle] Fix xvfb error (https://github.com/coreshop/CoreShop/pull/1911) + - [FrontendBundle] fix: paginator prev/next links point to first/last page (https://github.com/coreshop/CoreShop/pull/1923) + - [CoreBundle] fix currency conversion (https://github.com/coreshop/CoreShop/pull/1889) + - [FrontendBundle] fix: use only first-level categories in CategoryController::menuAction (https://github.com/coreshop/CoreShop/pull/1914) + - [FrontendBundle] fix configuration for controller names (https://github.com/coreshop/CoreShop/pull/1919) + - [IndexBundle] don't lower-case interpreter types (https://github.com/coreshop/CoreShop/pull/1925) + - [IndexBundle] Category multiselect filter condition (https://github.com/coreshop/CoreShop/pull/1909) + - [PimcoreBundle] make command "coreshop:app:migration:generate" not hidden (https://github.com/coreshop/CoreShop/pull/1927) + - [Installer] mark migrations as migrated in the installer (https://github.com/coreshop/CoreShop/pull/1928) + - [IndexBundle] fix saving quantity values for index conditions ([IndexBundle] fix saving quantity values for index conditions) + - [IndexBundle] Search filter (https://github.com/coreshop/CoreShop/pull/1924) + - [NotificationBundle] fix reloading of Notification Conditions/Actions (https://github.com/coreshop/CoreShop/pull/1930) + - [Slug] fallback to ID if nameForSlug is null (https://github.com/coreshop/CoreShop/pull/1932) + - [ResourceBundle] fix creating static routes (https://github.com/coreshop/CoreShop/pull/1934) + - [FrontendBundle] Cart update and checkout validation for cart (https://github.com/coreshop/CoreShop/pull/1920) + - [FrontendBundle] fix styling of reset-password-request submit button (https://github.com/coreshop/CoreShop/pull/1935) + - [ProductBundle] fix ProductUnitDefinition unmarshal (https://github.com/coreshop/CoreShop/pull/1936) + - [Routing] fix route name coreshop_cart_create_quote (https://github.com/coreshop/CoreShop/pull/1937) + - [IndexBundle] Search filter dynamic name (https://github.com/coreshop/CoreShop/pull/1938) + - [IndexBundle] Fixed wrong categories returned when concatenator is AND (https://github.com/coreshop/CoreShop/pull/1939) + - [CoreBundle] Profiler fix (https://github.com/coreshop/CoreShop/pull/1941) + - [FrontendBundle] Fix redirect to profile if customer is present (https://github.com/coreshop/CoreShop/pull/1942/files) + - [MoneyBundle] allow Money to be nullable (https://github.com/coreshop/CoreShop/pull/1949) + - [Pimcore] use min Pimcore 10.3 and fix tests ([Pimcore] use min Pimcore 10.3 and fix tests) + - [Quotes] introduce simple state machine (https://github.com/coreshop/CoreShop/pull/1948) + - [FrontendBundle] Add submit buttons for voucher submit and form update in cart form (https://github.com/coreshop/CoreShop/pull/1950) + - [NotificationBundle] fix saving multiple emails (https://github.com/coreshop/CoreShop/pull/1954) + - + + # 3.0.0-beta.2 - [Order] remove unused CartRepository (https://github.com/coreshop/CoreShop/pull/1801) diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index f3e3900046..ab0919ac29 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.2'; + public const EXTRA_VERSION = 'beta.3'; public static function getVersion(): string {