This file is deprecated and no longer in use. You will find the changelog in the main changelog file.
If you want to learn more about writing or using the changelog, have a look here.
- Added ACL permissions to countries module in settings
- Added property
allowDelete
tosw-one-to-many-grid
component - Added property
tooltipDelete
tosw-one-to-many-grid
component - Added ACL permissions to settings rule
- Added property
disabled
tosw-arrow-field
component - Added property
disabled
tosw-condition-base
component - Added property
disabled
tosw-condition-operator-select
component - Added property
disabled
tosw-condition-tree-node
component - Added property
disabled
tosw-condition-tree
component - Added property
disabled
tosw-condition-type-select
component - Added property
disabled
torule-container
mixin - Added acl privileges to the
promotion
module - Added prop
dismissable
tosw-label
- Added prop
allowView
tosw-entity-listing
- Added prop
disabled
tosw-select-selection-list
- Added ACL permissions to shipping module
- Added property
disabled
tosw-settings-shipping-price-matrices
component - Added property
disabled
tosw-settings-shipping-price-matrix
component - Added ACL permissions to delivery times module
- Added new privileges for
sw-setting-payment
module to privilege service - Added new privileges for
sw-customer
module to privilege service - Added
getPrivileges
method toprivileges
service - Added ACL privileges to the theme module
- Added
src/Storefront/Resources/app/administration/src/modules/sw-theme-manager/acl/index.js
- Fixed keyboard navigation in the admin searchresults
- Fixed the searchbar so the searchterm and results no longer get lost, when the searchbar losses focus
- Added property
disabled
tosw-sidebar-media-item
- Added ACL privileges to the
manufacturer
module - Added ACL privileges to the shopping experiences module for listing
- Added a tooltip which shows the taxes detail for credit items and promotion items in create order and edit order page
- Added method
tooltipTaxDetail
inmodule/sw-order/component/sw-order-line-items-grid/index.js
in order to generate tooltip message for tax detail of line item - Added method
tooltipTaxDetail
inmodule/sw-order/component/sw-order-line-items-grid-sales-channel/index.js
in order to generate tooltip message for tax detail of line item - Added method
hasMultipleTaxes
inmodule/sw-order/component/sw-order-line-items-grid/index.js
in order to check if line item has multiple taxes - Added method
hasMultipleTaxes
inmodule/sw-order/component/sw-order-line-items-grid-sales-channel/index.js
in order to check if line item has multiple taxes - Added
{% block sw_order_line_items_grid_sales_channel_grid_columns_tax_content_tooltip %}
insw-order-line-items-grid-sales-channel.html.twig
- Added
{% block sw_order_line_items_grid_grid_columns_tax_content_tooltip %}
insw-order-line-items-grid.html.twig
- Added method
- Changed order address from customer to billing address in documents
- Added
sendMail
parameter to change state routes, which allows to skip the mail delivery. Affected routes:/api/v{version}/_action/order/{orderId}/state/{transition}
/api/v{version}/_action/order_transaction/{orderTransactionId}/state/{transition}
/api/v{version}/_action/order_delivery/{orderDeliveryId}/state/{transition}
- Custom field sets can now be sorted using a new
position
field - Added new event classes:
\Shopware\Core\Content\Product\Events\ProductCrossSellingIdsCriteriaEvent
\Shopware\Core\Content\Product\Events\ProductCrossSellingsLoadedEvent
\Shopware\Core\Content\Product\Events\ProductCrossSellingStreamCriteriaEvent
\Shopware\Storefront\Page\Product\QuickView\MinimalQuickViewPageCriteriaEvent
\Shopware\Storefront\Page\Product\ProductPageCriteriaEvent
- Added new store api routes:
ProductDetailRoute
(/store-api/v{version}/product/{productId})ProductCrossSellingRoute
(/store-api/v{version}/product/{productId}/cross-selling)ProductReviewRoute
(/store-api/v{version}/product/{productId}/reviews)ProductReviewSaveRoute
(/store-api/v{version}/product/{productId}/review)SitemapRoute
(/store-api/v{version}/sitemap)
- Added new structs:
\Shopware\Core\Content\Product\SalesChannel\CrossSelling\CrossSellingElementCollection
\Shopware\Core\Content\Product\SalesChannel\CrossSelling\CrossSellingElement
\Shopware\Core\Content\Product\SalesChannel\Detail\AvailableCombinationResult
\Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilter
\Shopware\Core\Content\Sitemap\Struct\SitemapCollection
- Added new
Shopware\Core\Content\Product\SalesChannel\Detail\AvailableCombinationLoader
service - Added new
MultiFilter::addQuery
function: - Added and deprecated
\Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity::$configurator
, only used for backward compatibility - Fixed
ArrayStruct::getVars()
to return internal data collection - Deprecated
\Shopware\Core\Content\Category\Service\NavigationLoader::loadLevel
use\Shopware\Core\Content\Category\Service\NavigationLoader::load
with $depth 1 instead instead - Deprecated
\Shopware\Core\Content\Product\SalesChannel\ProductReviewService
use\Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute
instead - Deprecated
\Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity::VISIBILITY_FILTERED
- Deprecated
\Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::getTaxRules
- Deprecated
\Shopware\Storefront\Page\Product\Configurator\AvailableCombinationLoader
useShopware\Core\Content\Product\SalesChannel\Detail\AvailableCombinationLoader
instead - Deprecated
\Shopware\Storefront\Page\Product\Configurator\AvailableCombinationResult
useShopware\Core\Content\Product\SalesChannel\Detail\AvailableCombinationResult
instead - Deprecated
\Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader
useShopware\Core\Content\Product\SalesChannel\Detail\ProductConfiguratorLoader
instead - Deprecated
\Shopware\Storefront\Page\Product\CrossSelling\CrossSellingElement
useShopware\Core\Content\Product\SalesChannel\CrossSelling\CrossSellingElement
instead - Deprecated
\Shopware\Storefront\Page\Product\CrossSelling\CrossSellingLoadedEvent
use\Shopware\Core\Content\Product\Events\ProductCrossSellingsLoadedEvent
instead - Deprecated
\Shopware\Storefront\Page\Product\CrossSelling\CrossSellingLoader
use\Shopware\Core\Content\Product\SalesChannel\CrossSelling\AbstractProductCrossSellingRoute
instead - Deprecated
\Shopware\Storefront\Page\Product\CrossSelling\CrossSellingLoaderResult
use\Shopware\Core\Content\Product\SalesChannel\CrossSelling\CrossSellingElementCollection
instead - Deprecated
\Shopware\Storefront\Page\Product\CrossSelling\CrossSellingProductCriteriaEvent
use\Shopware\Core\Content\Product\Events\ProductCrossSellingCriteriaEvent
instead - Deprecated
\Shopware\Storefront\Page\Product\CrossSelling\CrossSellingProductListCriteriaEvent
use\Shopware\Core\Content\Product\Events\ProductCrossSellingIdsCriteriaEvent
instead - Deprecated
\Shopware\Storefront\Page\Product\CrossSelling\CrossSellingProductStreamCriteriaEvent
use\Shopware\Core\Content\Product\Events\ProductCrossSellingStreamCriteriaEvent
instead - Deprecated
\Shopware\Storefront\Page\Product\ProductLoaderCriteriaEvent
useProductPageCriteriaEvent
orMinimalQuickViewPageCriteriaEvent
event instead - Deprecated
\Shopware\Storefront\Page\Product\ProductLoader
useShopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute
instead - Changed
\Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
, thetemplate
-property is not required anymore - Added
\Shopware\Core\Migration\Migration1598280548NullableSeoUrlTemplate
to markseo_url_template.template
nullable - Changed
\Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider
to list only categories associated to the current sales channels
- Added ellipsis to the truncated long product name
- Added in the shopping cart line item
- Added in the off-canvas cart menu item
- Added new method to
src/Administration/Resources/app/administration/src/app/service/privileges.service.js
addPrivilegeMappingEntries
- Added new function to
src/Administration/Resources/app/administration/src/core/service/utils/debug.utils.js
error
- Added new privileges service:
src/Administration/Resources/app/administration/src/module/sw-property/acl/index.js
- Added prop
savePermission
tosw-language-switch/index.js
- Added new computed props to
sw-property-option-list/index.js
allowInlineEdit
tooltipAdd
disableAddButton
- Extended
sw-category-detail-base/index.js
- Added lifecycle hook
created
- Added methods
createdComponent
andloadProductStreamPreview
- Added computed props
productStreamRepository
,productAssignmentTypes
andproductStreamInvalidError
- Added data props
productStreamFilter
andproductStreamInvalid
- Extend
mapPropertyErrors
with propsproductStreamId
andproductAssignmentType
- Added lifecycle hook
- Added prop
plainAppearance
tosw-data-grid
which provides an alternative and more minimalistic design - Added prop
absolute
tosw-empty-state
which istrue
by default - Added prop
showDescription
tosw-empty-state
which istrue
by default - Added prop
selectLabel
tosw-many-to-many-assignment-card
in order to show a label for the default select element - Added slot
prepend-select
tosw-many-to-many-assignment-card
in order to show additional content before the select element - Added new event
paginate
topaginateGrid
method insw-many-to-many-assignment-card
- Added slot
select
tosw-many-to-many-assignment-card
in order to override the default select element - Added slot
data-grid
tosw-many-to-many-assignment-card
in order to override the data grid component - Added new component
sw-product-stream-grid-preview
which displays a product stream preview inside asw-data-grid
- Added support for custom field set selection to
sw-custom-field-set-renderer
- Added property
showCustomFieldSetSelection
- Added property
- Added support for inheritance to
sw-custom-field-set-renderer
- Added property
parentEntity
- Added property
- Added ACL permissions to categories module
- Added property
disabled
tosw-many-to-many-assignment-card
component - Added property
disabled
tosw-media-upload-v2
component - Added property
contextMenuTooltipText
tosw-tree-item
component - Added property
allowNewCategories
tosw-tree-item
component - Added property
allowDeleteCategories
tosw-tree-item
component - Added property
allowDeleteCategories
tosw-tree
component - Added property
allowEdit
tosw-category-tree
component - Added property
allowCreate
tosw-category-tree
component - Added property
allowDelete
tosw-category-tree
component - Added computed
contextMenuTooltipText
tosw-category-tree
component - Added property
disabled
tosw-cms-list-item
component - Added method
onItemClick
tosw-cms-list-item
component - Added property
disabled
tosw-seo-url
component - Deprecated block
sw_product_detail_properties_empty_state_text_empty
insw-product-detail-properties
component. - Added prop
salesChannelId
tosw-order-line-items-grid-sales-channel/index.js
- Added prop
salesChannelId
tosw-order-product-select/index.js
- Changed tax id of newly generated variants to null in order to inherit from the parent product
- Added ACL permissions to orders module
- Added prop
disabled
tosw-order-state-history-card-entry
- Added prop
disabled
tosw-order-state-select
- Removed
autoHide
property fromsw_property_search_tree_option_grid_pagination
andsw_property_search_option_search_grid_pagination
- Removed exact property from
router-link
withinsw-tabs-item
- Extended
sw-cms-el-config-product-slider/index.js
to support selection of dynamic product groups- Added data prop
productStream
- Added data prop
showProductStreamPreview
- Added data prop
tempProductIds
- Added data prop
tempStreamId
- Added computed
productStreamRepository
- Added computed
productAssignmentTypes
- Added computed
productStreamSortingOptions
- Added method
onChangeAssignmentType
- Added method
loadProductStream
- Added method
onChangeProductStream
, - Added method
onClickProductStreamPreview
, - Added method
onCloseProductStreamModal
- Added data prop
- Extended
src/Administration/Resources/app/administration/src/module/sw-cms/elements/product-slider/index.js
and add new properties todefaultConfig
:- Added property
productStreamSorting
with default valuename:ASC
- Added property
productStreamLimit
with default value10
- Added property
- Added method
addGroupField
toplatform/src/Administration/Resources/app/administration/src/core/data-new/criteria.data.js
- Added method
addGrouping
toplatform/src/Administration/Resources/app/administration/src/core/data-new/criteria.data.js
- Added new component
sw-customer-group-registration-seo-modal
to generate urls for customer group registration - Changed
sw-settings-customer-group-detail
to add- as data
openSeoModal
seoUrls
- as computed
customerGroupRegistrationRepository
seoUrlRepository
hasRegistration
- as methods:
loadSeoUrls
getSeoUrl
- as data
- Added new priviliges for
sw-review
module to privilege service - Added ACL permissions to salesChannel
- Added property
disabled
tosw-code-editor
component - Added property
disabled
tosw-sales-channel-defaults-select
component - Added property
disabled
tosw-sales-channel-detail-domains
component - Added property
disabled
tosw-sales-channel-detail-hreflang
component - Added new privileges for
sw-review
module to privilege service
- Changed
keyword
fields in Elasticsearch to normalize to lower case - Changed temporary filename of sitemap to avoid conflicts with other installations
- Removed required flag of customer_id
- Added
Logger
toShopware\Elasticsearch\Framework\ClientFactory::createClient
- Added event
GenericPageLoadedEvent
, which is fired once a page is requested via theGenericPageLoader
- Changed the way the
CheckoutConfirmPage
is loaded. It now uses theGenericPageLoader
as well. - Deprecated the constructor of
Shopware\Storefront\Page\Checkout\Confirm\CheckoutConfirmPage
. UseCheckoutConfirmPage::createFrom
instead. - Added fields in
src/Core/Content/Category/CategoryDefinition.php
StringField
withproduct_assignment_type
FkField
withproduct_stream_id
ManyToOneAssociationField
withproduct_stream_id
- Extend defaults with
productAssignmentType
typeproduct
- Added new constants in
src/Core/Content/Category/CategoryDefinition.php
PRODUCT_ASSIGNMENT_TYPE_PRODUCT
with valueproduct
PRODUCT_ASSIGNMENT_TYPE_PRODUCT_STREAM
with valueproduct_stream
- Added new methods in
src/Core/Content/ProductStream/ProductStreamEntity.php
getCategories
setCategories
- Added new methods in
src/Core/Content/Category/CategoryEntity.php
getProductStream
setProductStream
getProductStreamId
setProductStreamId
getProductAssignmentType
setProductAssignmentType
- Added migration
src/Core/Migration/Migration1592837424AddProductTypeToCategory.php
- Added
OneToManyAssociationField
withcategories
andproduct_stream_id
insrc/Core/Content/ProductStream/ProductStreamDefinition.php
- Added arguments
categoryRepository
andproductStreamBuilder
tosrc/Core/Content/Product/SalesChannel/Listing/ProductListingRoute.php
- Added arguments
category.repository
andShopware\Core\Content\ProductStream\Service\ProductStreamBuilder
to serviceShopware\Core\Content\Product\SalesChannel\Listing\ProductListingRoute
insrc/Core/Content/DependencyInjection/product.xml
- Added arguments
- Deprecated
.php_cs.dist
cs-fixer config file. Use Easy Coding Standard instead. - Plugins that are not installed can't be updated anymore. If you try to update an plugin that is not yet installed with
bin/console plugin:update
the plugin will be skipped. - Added bool
custom_field_set_selection_active
to ProductDefinition - Added many to many association
customFieldSets
to ProductDefinition - Added new entity
product_custom_field_set
- Added possibility to use a write operation without actual data, which then does nothing
- Added generation of order delivery positions when editing an order in the administration
- Changed the way
senderEmail
is resolved in\Shopware\Core\Content\MailTemplate\Service\MailService
. It's now possible to override it with$data['senderEmail']
. - Thumbnails are no longer being upscaled when the original image is smaller than the desired thumbnail size
- Added new constant
DISPLAY_TYPE_MEDIA
inShopware\Core\Content\Property\PropertyGroupDefinition
- Added
--fix
option tosnippet:validate
command, which will start a wizard to fix the translations step by step - Added app system basics (entities, manifest parsing, app lifecycle)
- Added snippet loading of apps
- Added action buttons to apps
- Added webhook dispatching
- Increased Elasticsearch config
mapping.nested_objects.limit
to 1000000 - Fixed company name field on profile page and prefill it with billingAddress company
- Fixed an issue with submitting the contact form when a contact form configuration was unavailable in another language
- Added
rebuildContainer
function toShopware\Core\Framework\Plugin
which allows plugin developers to disable the container rebuild for their plugin to speed up the activation and deactivation of their plugin. Only works in the system context (CLI) - Added new supported field
FieldConfig::SOURCE_PRODUCT_STREAM
toShopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer::getConstraints
Shopware\Core\Content\Cms\DataResolver\Element\AbstractCmsElementResolver::resolveEntityValue
now returnsnull
if parameterShopware\Core\Framework\DataAbstractionLayer\Entity
isnull
- Added new public const
SOURCE_PRODUCT_STREAM
toShopware\Core\Content\Cms\DataResolver\FieldConfig
- Added new public method
isProductStream
toShopware\Core\Content\Cms\DataResolver\FieldConfig
- Added new constructor parameter
Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder
toShopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver
- Added new private property
$productStreamBuilder
toShopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver
- Added new private method
collectByProductStream
toShopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver
- Added new store-api route
/store-api/v3/customer-group-registration/config/{customerGroupId}
to fetch the configuration of the registration form - Added new controller
src/Core/Checkout/Customer/Api/CustomerGroupRegistrationActionController.php
to handle accept and decline of customer group requests- Added new events
Shopware\Core\Checkout\Customer\Event\CustomerGroupRegistrationAccepted
- Added new events
Shopware\Core\Checkout\Customer\Event\CustomerGroupRegistrationDeclined
- Added new events
- Added new association
requestedGroup
tocustomer
entity - Added new association
registration
tocustomer_group
entity - Added method
createCustomSeoUrls
toShopware/Core/Content/Seo/Api/SeoActionController
to allow creating custom seo urls in the Administration - Added new property
primaryProperty
toShopware/Core/Framework/DataAbstractionLayer/Validation/EntityExists
to allow checking existence of entities with another key - Changed
\Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController
to set correctContent-Security-Policy
header - Swapped the priorities of
CreditCartProcessor
andCustomCartProcessor
. NowCustomCartProcessor
will run beforeCreditCartProcessor
. - Fixed a bug cannot update credit items after creating in Admin order
- Deprecated providing an until timestamp as the last argument to the
database:migrate
anddatabase:migrate-destructive
commands, use the--until
option instead - Allow running migrations for multiple identifiers in
database:migrate
anddatabase:migrate-destructive
commands - Added
\Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute
route to provide an endpoint to list all addresses of a logged-in customer. - Added
\Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute
route to provide an endpoint to create or update addresses. - Added
\Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute
route to provide an endpoint to delete addresses. - Added
\Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute
route to provide an endpoint to switch the default shipping or billing address. - Deprecated
\Shopware\Core\Checkout\Customer\SalesChannel\AddressService
use one of following new routes\Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute
\Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute
\Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute
\Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute
- Added new $context parameter to
\Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister::replace
. This parameter will be required with 6.4.0.0. - Added new flag
\Shopware\Core\Checkout\Cart\Error\Error::isPersistent
which defines if an errors should be persistent when processing the cart multiple times. - Deprecated
purchasePrice
inShopware\Core\Content\Product
usepurchasePrices
instead - Deprecated
payload.purchasePrice
inShopware\Core\Checkout\Cart\LineItem\LineItem
usepayload.purchasePrices
instead - Fixed a bug concering case insensetive IP comparsion in maintanence mode
- Fixed a bug that manual shipping cost won't be recalculated if the cart is empty
- Added new plugin class
clear-input.plugin.js
- Added new event methods
onOpenButtonClick
,onCloseButtonClick
andonClearButtonClick
indate-picker.plugin.js
- Added new method
registerEventListeners
indate-picker.plugin.js
- Added new property
selectors
tostatic options
indate-picker.plugin.js
with the following values:openButton: null
closeButton: null
clearButton: null
- We extended setup of the
storefront:hot-proxy
- The proxy's assets port is now configurable.
- Using npm: run
APP_URL="<your url>" STOREFRONT_ASSETS_PORT=<some port> PROJECT_ROOT=<path to your root folder>/ npm run hot-proxy
from the storefronts js directory.
- Using npm: run
- The default port is still port 9999.
- The proxy's assets port is now configurable.
- Fixed to show the listing loader for
cms-element-product-listing
- Added
cmsProductListingWrapperSelector
property inlisting.plugin.js
- Added
addLoadingElementLoaderClass
function inlisting.plugin.js
- Added
removeLoadingElementLoaderClass
function inlisting.plugin.js
- Added
- Added block
page_checkout_item_quantity_number
inpage/checkout/checkout-item.html.twig
to other place can inherit- Replace block
page_checkout_item_quantity
topage_checkout_item_quantity_form
inaccount/order/line-item.html.twig
- Replace block
- Fixed wrong meta tag value
twitter:card
instorefront/layout/meta.html.twig
- Fixed
packUnit
andpackUnitPlural
not being properly accessed inbuy-widget-form.html.twig
- Fixed the search if input is only whitespaces
- Deprecated template component/listing/breadcrumb.html.twig. Breadcrumb will be handled by generic layout/breadcrumb.html.twig.
- Deprecated template component/product/breadcrumb.html.twig. Breadcrumb will be handled by generic layout/breadcrumb.html.twig.
- Deprecated block page_product_detail_breadcrumb in page/product-detail/index.html.twig. Breadcrumb will be handled by block base_breadcrumb in storefront/base.html.twig.
- Product box display mode inside the product listing won't behave the same way anymore
- Added the ellipsis to the truncated long product name in the product box
- Fixed switching to domains with upper case paths like
https://example.com/de-DE
- Fixed to hiding the
sort by
within the review options in the storefront when there are no reviews - The
FormFieldTogglePlugin
inform-field-toggle.plugin.js
now supports using a scope.- Added
scopeAll
property, which contains the default scope being used - Added
scopeDataAttribute
property, which can be used to set the scope toparent
instead ofall
- Added
parentSelectorDataAttribute
property, which must be defined if you've set the scope toparent
. It contains the selector of the parent element.
- Added
- Added theme handling for apps
- Changed
\Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute
to provide loggedin context token - Changed
\Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener
to pass the headers to the new response - Deprecated
\Shopware\Core\Checkout\Customer\SalesChannel\AccountRegistrationService
useRegisterRoute
orRegisterConfirmRoute
- Fixed to hiding the shipping cost dropdown if the customer is logged in block
page_checkout_cart_shipping_costs_form_group_country
- Fixed JS error occurred on tab switch on product detail page
- Fixed template factory, so it is possible again to override nested blocks in one
Component.override()
- Fixed regression in
bin/console assets:install
that required the env varAPP_URL
to be defined. That broke the production template setup (https://github.com/shopware/production#setup-and-install).
- Added
GenericPageLoaderInterface
toCheckoutConfirmPageLoader
. This fixes the footer in the checkout confirm page.
- Refactored sw-settings-custom-field
- Replaced store with repositories
- Refactored sw-settings-snippet
- Replaced store with repositories
- Refactored sw-mail-template
- Replaced store with repositories
- Refactor
sw-language-info
to context language - Refactor
sw-language-switch
to context language - Remove unused
languageStore
fromsw-page
- Add
initPost
method which starts thelanguageAutoFetchingService
- Add the service
languageAutoFetchingService
for fetching automatically the active language - Refactor
placeholder.mixin
to context language - Add language features to Context State
- Mutation
setApiLanguageId
- Mutation
resetLanguageToDefault
- Getter
isSystemDefaultLanguage
- Mutation
- Deprecated LanguageStore
- Refactor
sw-category-detail
to context language - Refactor
sw-cms-create
to context language - Refactor
sw-cms-detail
to context language - Refactor
sw-cms-list
to context language - Refactor
sw-customer-create
to context language - Refactor
sw-mail-header-footer-create
to context language - Refactor
sw-mail-template-create
to context language - Refactor
sw-mail-template-detail
to context language - Refactor
sw-mail-template-index
to context language - Refactor
sw-manufacturer-detail
to context language - Refactor
sw-newsletter-recipient-list
to context language - Refactor
sw-order-promotion-tag-field
to context language - Refactor
sw-order-create-base
to context language - Refactor
sw-plugin-list
to context language - Refactor
sw-product-basic-form
to context language - Refactor
sw-products-variants-generator
to context language - Refactor
sw-product-detail
to context language - Refactor
sw-product-list
to context language - Refactor
sw-promotion-detail
to context language - Refactor
sw-property-create
to context language - Refactor
sw-review-detail
to context language - Refactor
sw-sales-channel-create
to context language - Refactor
sw-settings-country-list
to context language - Refactor
sw-settings-currency-detail
to context language - Refactor
sw-settings-currency-list
to context language - Refactor
sw-settings-customer-group-detail
to context language - Refactor
sw-settings-delivery-time-create
to context language - Refactor
sw-settings-language-detail
to context language - Refactor
sw-settings-number-range-create
to context language - Refactor
sw-settings-payment-create
to context language - Refactor
sw-settings-payment-list
to context language - Refactor
sw-settings-salutation-detail
to context language - Refactor
sw-settings-shipping-detail
to context language - Refactor
sw-settings-shipping-list
to context language - Refactor
sw-settings-shopware-updates-wizard
to context language - Refactor
sw-settings-user-detail
to context language - Refactored data fetching and saving of
sw-settings-document
module- Replaced
StateDeprecated.getStore('document_base_config')
withthis.repositoryFactory.create('document_base_config')
- Removed the file
src/module/sw-settings-document/page/sw-settings-document-create/index.js
. The create logic is now handled bysrc/module/sw-settings-document/page/sw-settings-document-detail/index.js
src/module/sw-settings-document/page/sw-settings-document-detail/index.js
changes:- Added property
documentConfigId
tosrc/module/sw-settings-document/page/sw-settings-document-detail/index.js
- Added method
documentBaseConfigCriteria
- Added method
createSalesChannelSelectOptions
- Added async method
loadAvailableSalesChannel
- Changed method name
documentTypeStore
todocumentTypeRepository
- It now returns
this.repositoryFactory.create('document_type')
instead ofStateDeprecated.getStore('document_type')
- It now returns
- Changed method name
salesChannelStore
tosalesChannelRepository
- It now returns
this.repositoryFactory.create('sales_channel')
instead ofStateDeprecated.getStore('sales_channel')
- It now returns
- Changed method name
documentBaseConfigSalesChannelAssociationStore
todocumentBaseConfigSalesChannelRepository
- It now returns
this.repositoryFactory.create('document_base_config_sales_channel')
instead ofthis.documentConfig.getAssociation('salesChannels')
- It now returns
- Changed method name
documentBaseConfigStore
todocumentBaseConfigRepository
- It now returns
this.repositoryFactory.create('document_base_config')
instead ofStateDeprecated.getStore('document_base_config')
- It now returns
- Changed
createdComponent
method to be async now - Changed
loadEntityData
method to be async now - Changed
onChangeType
method to be async now - Removed method
getPossibleSalesChannels
- Removed method
setSalesChannelCriteria
- Removed method
enrichAssocStores
- Removed method
configHasSaleschannel
- Removed method
selectHasSaleschannel
- Removed method
undeleteSaleschannel
- Added property
- Replaced
- Added
rawUrl
Twig function - The SalesChannel url is now available in every mail template
- Fixed after order link in the following mail templates:
order_confirmation_mail
order_delivery.state.cancelled
order_delivery.state.returned
order_delivery.state.shipped_partially
order_delivery.state.shipped
order_delivery.state.returned_partially
order.state.cancelled
order.state.open
order.state.in_progress
order.state.completed
order_transaction.state.refunded_partially
order_transaction.state.reminded
order_transaction.state.open
order_transaction.state.paid
order_transaction.state.cancelled
order_transaction.state.refunded
order_transaction.state.paid_partially
- If you edited one of these mail templates you need to add the
rawUrl
function manually like this:{{ rawUrl('frontend.account.edit-order.page', { 'orderId': order.id }, salesChannel.domain|first.url) }}
- Refactor component
sw-customer-card
added inputs for password and password confirm- Added block
sw_customer_card_password
- Added block
sw_customer_card_password_confirm
- Added block
- Refactor
sw-customer-detail
- Added method
checkPassword
and use of it when editing customer - Added success notification message
- Added method
- Refactor
sw-settings-user-detail
- Added
newPasswordConfirm
- Fixed issue when saving new admin password
- Disabled
change
button if passwords do not match
- Added
- Added language switch to Scale Units list page to translate scale units
- Added tooltips to the toolbar of text editor
- Added isInlineEdit property to component
sw-text-editor-toolbar
- Price input fields substitute commas with dots automatically in Add Product page.
- Added a link to the customer name in the order overview. With this it is now possible to open the customer directly from the overview.
- Added property
fileAccept
tosw-media-upload-v2
sw-media-compact-upload-v2
sw-media-modal-v2
sw-media-index
- Change default value of
accept
insw-media-index
to*/*
to allow all types of files in media management - Added config option for disabling reviews in the storefront
- Removed the Vue event
inline-edit-assign
fromonClickCancelInlineEdit
method insrc/Administration/Resources/app/administration/src/app/component/data-grid/sw-data-grid/index.js
- In order to react to saving or cancelling the inline-edit of the
sw-data-grid
, use theinline-edit-save
andinline-edit-cancel
events. - Refactored sw-mail-template
- Replaced store with repositories
- Refactored Webpack configuration files to one single file
- Removed
sw-devmode-loader.js
- Removed
build.js
- Removed
check-versions.js
- Removed
dev-client.js
- Removed
dev-server.js
- Removed
utils.js
- Removed
webpack.base.conf.js
- Removed
webpack.dev.conf.js
- Removed
webpack.prod.conf.js
- Removed
webpack.test.conf.js
- Removed
- In order to react to saving or cancelling the inline-edit of the
- Added
block
anddescription
property tosw-radio-field
. Furthermore, eachoption
can now also have adescription
- Deprecated data fetching methods in
ApiService
classes, use the repository class for data fetching instead- Deprecated
getList
method, usesrc/core/data-new/repository.data.js
search()
function instead - Deprecated
getById
method, usesrc/core/data-new/repository.data.js
get()
function instead - Deprecated
updateById
method, usesrc/core/data-new/repository.data.js
save()
function instead - Deprecated
deleteAssociation
method, usesrc/core/data-new/repository.data.js
delete()
function instead - Deprecated
create
method, usesrc/core/data-new/repository.data.js
create()
function instead - Deprecated
delete
method, usesrc/core/data-new/repository.data.js
delete()
function instead - Deprecated
clone
method, usesrc/core/data-new/repository.data.js
clone()
function instead - Deprecated
versionize
method, usesrc/core/data-new/repository.data.js
createVersion()
function instead - Deprecated
mergeVersion
method, usesrc/core/data-new/repository.data.js
mergeVersion()
function instead - Deprecated
getList
method ofsrc/core/service/api/custom-field.service.js
, usesrc/core/data-new/repository.data.js
search()
function instead - Deprecated
getList
method ofsrc/core/service/api/custom-field-set.service.js
, usesrc/core/data-new/repository.data.js
search()
function instead - Deprecated
getListByCustomerId
method ofsrc/core/service/api/customer-address.api.service.js
, usesrc/core/data-new/repository.data.js
search()
function instead - Deprecated
save
method ofsrc/core/service/api/snippet.api.service.js
, usesrc/core/data-new/repository.data.js
save()
function instead
- Deprecated
- Refactored the
template.factory
to fix issues of inheritance when extending or overriding components - Replace the module 'sw-settings-user' with 'sw-users-permissions'
- Added listing for roles in users and permissions module
- Added fields for roles and jobTitle in user detail page
- Added
acl
service for checking if the user have the correct rights - Added
privileges
service for adding new privileges - Added editing for roles in users and permissions module
- additional permissions
- Added some additional permissions and implement them in the admin
- Order: create discounts
- Cache: clear cache
- System: update core
- System: maintain plugins
- Change growl error message for unfilled required fields for saving entities
- Added snippet
global.notification.notificationSaveErrorMessageRequiredField
sInvalid
- Added snippet
- Fixed required fields in products for cross-sellings
- Added privilege for admin menu items
- Added error page for routes without the correct privileges
- Added a permission grid for users and permissions
- Added rudimentary permissions for sales channel
- Added
sw-product-feature-set-form
component- Changed
sw-product-detail-base
to include the new component, which enables users to assign essential characteristics templates to products
- Changed
- Added some children routes in route
sw.sales.channel.detail.base
insw-sales-channel
module to handle step navigation of Google programs modal - Added
sw-sales-channel-google-programs-modal
component to handle Google programs setup- Added
sw-sales-channel-google-introduction
to handle Google account authentication and connection - Added
sw-sales-channel-google-authentication
to show Google account profile and handle disconnect functionality - Added
sw-sales-channel-google-merchant
component to show existing merchant accounts list and handle assigning existing merchant account or creating new account - Added
sw-sales-channel-google-shipping-setting
component to handle shipping setting selection
- Added
- Added salesChannel state in
sw-sales-channel
module - Added ACL permissions to product module
- Added ACL permissions to currency module in settings
- Added
customFieldSetCriteria
computed property tosw-customer-detail-base
- Added
createdComponent
method tosw-customer-detail-base
- Added computed
customFieldRepository
tosw-custom-field-list
- Added method
onPageChange
tosw-custom-field-list
- Added method
loadCustomFields
insw-custom-field-list/index.js
which is responsible to load, paginate and search the custom fields directly via the API. - Add hook
created
and methodcreatedComponent
tosw-custom-field-list/index.js
- Deprecated computed
filteredCustomFields
insw-custom-field-list/index.js
. The search is now done via request against the API. repository.data.js
now sends asw-currency-id
header when setting the optioncurrencyId
sw-entity-grid
now emits a new eventpaginate
in methodpaginate
sw-entity-listing
methodssort
andpaginate
can now returnfalse
when using the boolean optionuseCustomSort
on a grid column.- The further execution of
doSearch
will be intercepted and custom logic can be implemented instead.
- The further execution of
- Added data prop
lastSortedColumn
tosw-entity-listing
- Method
getCurrencyPriceByCurrencyId
insw-product-list/index.js
now receives parameters(currencyId, prices)
instead of(itemId, currencyId)
- Method
onColumnSort
added insw-product-list/index.js
- Added method
loadCurrentSalesChannelConfig
tosw-system-config
to loads the current sales channel config without using the cached value sw-entity-multi-id-select
can now consider criteria in result lists- Removed unused snippet keys from
src/app/snippet/de-DE.json
:sw-file-input.invalidFileType.title
sw-file-input.invalidFileSize.title
sw-media-modal-folder-dissolve.titleModal
sw-media-upload.notification.success.title
sw-config-form-renderer.configLoadErrorTitle
- Removed unused snippet keys from
src/app/snippet/en-GB.json
:sw-file-input.invalidFileType.title
sw-file-input.invalidFileSize.title
sw-media-modal-folder-dissolve.titleModal
sw-media-upload.notification.success.title
sw-config-form-renderer.configLoadErrorTitle
- Removed unused snippet keys from
src/module/sw-category/snippet/de-DE.json
:sw-category.general.titleSaveSuccess
sw-category.modal.modalTitleDelete
- Removed unused snippet keys from
src/module/sw-category/snippet/en-GB.json
:sw-category.general.titleSaveSuccess
sw-category.modal.modalTitleDelete
- Removed unused snippet keys from
src/module/sw-cms/snippet/de-DE.json
:sw-cms.detail.notification.titleMissingBlockFields
sw-cms.detail.notification.titleMissingProductListing
sw-cms.detail.notification.titlePageError
sw-cms.detail.notification.titleMissingBlocks
sw-cms.detail.notification.titleMissingElements
sw-cms.components.cmsListItem.notificationDeleteErrorTitle
sw-cms.components.cmsListItem.modal.modalTitleDelete
- Removed unused snippet keys from
src/module/sw-cms/snippet/en-GB.json
:sw-cms.detail.notification.titleMissingBlockFields
sw-cms.detail.notification.titleMissingProductListing
sw-cms.detail.notification.titlePageError
sw-cms.detail.notification.titleMissingBlocks
sw-cms.detail.notification.titleMissingElements
sw-cms.components.cmsListItem.notificationDeleteErrorTitle
sw-cms.components.cmsListItem.modal.modalTitleDelete
- Removed unused snippet keys from
src/module/sw-customer/snippet/de-DE.json
:sw-customer.list.modalTitleDelete
sw-customer.baseForm.modalTitleDeleteAddress
sw-customer.detail.titleSaveError
sw-customer.detail.titleSaveSuccess
- Removed unused snippet keys from
src/module/sw-customer/snippet/en-GB.json
:sw-customer.list.modalTitleDelete
sw-customer.baseForm.modalTitleDeleteAddress
sw-customer.detail.titleSaveError
sw-customer.detail.titleSaveSuccess
- Removed unused snippet keys from
src/module/sw-first-run-wizard/snippet/de-DE.json
:sw-first-run-wizard.welcome.success
sw-first-run-wizard.welcome.error
- Removed unused snippet keys from
src/module/sw-first-run-wizard/snippet/en-GB.json
:sw-first-run-wizard.welcome.success
sw-first-run-wizard.welcome.error
- Removed unused snippet keys from
src/module/sw-import-export/snippet/de-DE.json
:sw-import-export.profile.titleSaveSuccess
sw-import-export.profile.titleSaveError
sw-import-export.profile.titleDeleteSuccess
sw-import-export.profile.titleDeleteError
sw-import-export.profile.titleDuplicateSuccess
sw-import-export.profile.titleDuplicateError
sw-import-export.profile.validationError
sw-import-export.exporter.titleExportSuccess
sw-import-export.exporter.errorNotificationTitle
sw-import-export.importer.titleExportSuccess
sw-import-export.importer.titleImportError
sw-import-export.importer.errorNotificationTitle
- Removed unused snippet keys from
src/module/sw-import-export/snippet/en-GB.json
:sw-import-export.profile.titleSaveSuccess
sw-import-export.profile.titleSaveError
sw-import-export.profile.titleDeleteSuccess
sw-import-export.profile.titleDeleteError
sw-import-export.profile.titleDuplicateSuccess
sw-import-export.profile.titleDuplicateError
sw-import-export.profile.validationError
sw-import-export.exporter.titleExportSuccess
sw-import-export.exporter.errorNotificationTitle
sw-import-export.importer.titleExportSuccess
sw-import-export.importer.titleImportError
sw-import-export.importer.errorNotificationTitle
- Removed unused snippet keys from
src/module/sw-integration/snippet/de-DE.json
:sw-integration.detail.titleSaveSuccess
sw-integration.detail.titleSaveError
sw-integration.detail.titleCreateNewError
- Removed unused snippet keys from
src/module/sw-integration/snippet/en-GB.json
:sw-integration.detail.titleSaveSuccess
sw-integration.detail.titleSaveError
sw-integration.detail.titleCreateNewError
- Removed unused snippet keys from
src/module/sw-login/snippet/de-DE.json
:sw-login.recovery.error.passwordUpdateTitle
- Removed unused snippet keys from
src/module/sw-login/snippet/en-GB.json
:sw-login.recovery.error.passwordUpdateTitle
- Removed unused snippet keys from
src/module/sw-mail-template/snippet/de-DE.json
:sw-mail-template.general.notificationTestMailErrorTitle
sw-mail-template.general.notificationTestMailSuccessTitle
sw-mail-template.list.modalTitleDelete
sw-mail-template.detail.titleSaveSuccess
sw-mail-template.detail.titleSaveError
sw-mail-header-footer.detail.titleSaveSuccess
sw-mail-header-footer.detail.titleSaveError
- Removed unused snippet keys from
src/module/sw-mail-template/snippet/en-GB.json
:sw-mail-template.general.notificationTestMailErrorTitle
sw-mail-template.general.notificationTestMailSuccessTitle
sw-mail-template.list.modalTitleDelete
sw-mail-template.detail.titleSaveSuccess
sw-mail-template.detail.titleSaveError
sw-mail-header-footer.detail.titleSaveSuccess
sw-mail-header-footer.detail.titleSaveError
- Removed unused snippet keys from
src/module/sw-manufacturer-template/snippet/de-DE.json
:sw-manufacturer.detail.titleSaveSuccess
- Removed unused snippet keys from
src/module/sw-manufacturer-template/snippet/en-GB.json
:sw-manufacturer.detail.titleSaveSuccess
- Removed unused snippet keys from
src/module/sw-media/snippet/de-DE.json
:sw-media.general.notification.title
- Removed unused snippet keys from
src/module/sw-media/snippet/en-GB.json
:sw-media.general.notification.title
- Removed unused snippet keys from
src/module/sw-newsletter-recipient/snippet/de-DE.json
:sw-newsletter-recipient.detail.titleSaveSuccess
sw-newsletter-recipient.detail.titleSaveError
- Removed unused snippet keys from
src/module/sw-newsletter-recipient/snippet/ne-GB.json
:sw-newsletter-recipient.detail.titleSaveSuccess
sw-newsletter-recipient.detail.titleSaveError
- Removed unused snippet keys from
src/module/sw-order/snippet/de-DE.json
:sw-order.list.modalTitleDelete
sw-order.list.titleRecalculationError
sw-order.detail.titleSaveError
sw-order.detail.notification.shippingNotAvailable.title
sw-order.create.titleSaveError
sw-order.create.titleFetchError
sw-order.stateCard.headlineErrorStateChange
Refactoredsrc/module/sw-order/snippet/de-DE.json
:sw-order.detail.notification.shippingNotAvailable.message
tosw-order.detail.notification.messageShippingNotAvailable
- Removed unused snippet keys from
src/module/sw-order/snippet/en-GB.json
:sw-order.list.modalTitleDelete
sw-order.list.titleRecalculationError
sw-order.detail.titleSaveError
sw-order.detail.notification.shippingNotAvailable.title
sw-order.create.titleSaveError
sw-order.create.titleFetchError
sw-order.stateCard.headlineErrorStateChange
Refactoredsrc/module/sw-order/snippet/en-GB.json
:sw-order.detail.notification.shippingNotAvailable.message
tosw-order.detail.notification.messageShippingNotAvailable
- Removed unused snippet keys from
src/module/sw-plugin/snippet/de-DE.json
:sw-plugin.errors.titleGenericFailure
sw-plugin.errors.titleUploadFailure
sw-plugin.errors.titleLoginDataInvalid
sw-plugin.errors.titleStoreHostMissing
sw-plugin.errors.titleStoreNotAvailable
sw-plugin.errors.titlePluginInstallationFailed
sw-plugin.errors.titlePluginUninstallationFailed
sw-plugin.errors.titlePluginActivationFailed
sw-plugin.errors.titlePluginDeactivationFailed
sw-plugin.errors.titlePluginUpdateFailed
sw-plugin.fileUpload.titleUploadSuccess
sw-plugin.store-login.titleLoginSuccess
sw-plugin.list.titleActivateSuccess
sw-plugin.list.titleDeactivateSuccess
sw-plugin.list.titleUninstallSuccess
sw-plugin.list.titleDeleteSuccess
sw-plugin.list.titleUpdateSuccess
sw-plugin.list.titleDeleteConfirm
sw-plugin.updates.titleUpdateSuccess
sw-plugin.sw-plugin-config.titleSaveSuccess
sw-plugin.sw-plugin-config.titleSaveError
Refactoredsrc/module/sw-plugin/snippet/de-DE.json
:sw-plugin.store-login.titleLoginMessage
tosw-plugin.store-login.loginMessage
- Removed unused snippet keys from
src/module/sw-plugin/snippet/en-GB.json
:sw-plugin.errors.titleGenericFailure
sw-plugin.errors.titleUploadFailure
sw-plugin.errors.titleLoginDataInvalid
sw-plugin.errors.titleStoreHostMissing
sw-plugin.errors.titleStoreNotAvailable
sw-plugin.errors.titlePluginInstallationFailed
sw-plugin.errors.titlePluginUninstallationFailed
sw-plugin.errors.titlePluginActivationFailed
sw-plugin.errors.titlePluginDeactivationFailed
sw-plugin.errors.titlePluginUpdateFailed
sw-plugin.fileUpload.titleUploadSuccess
sw-plugin.store-login.titleLoginSuccess
sw-plugin.list.titleActivateSuccess
sw-plugin.list.titleDeactivateSuccess
sw-plugin.list.titleUninstallSuccess
sw-plugin.list.titleDeleteSuccess
sw-plugin.list.titleUpdateSuccess
sw-plugin.list.titleDeleteConfirm
sw-plugin.updates.titleUpdateSuccess
sw-plugin.sw-plugin-config.titleSaveSuccess
sw-plugin.sw-plugin-config.titleSaveError
Refactoredsrc/module/sw-plugin/snippet/en-GB.json
:sw-plugin.store-login.titleLoginMessage
tosw-plugin.store-login.loginMessage
- Removed unused snippet keys from
src/module/sw-product-stream/snippet/de-DE.json
:sw-product-stream.detail.titleSaveSuccess
- Removed unused snippet keys from
src/module/sw-product-stream/snippet/en-GB.json
:sw-product-stream.detail.titleSaveSuccess
- Removed unused snippet keys from
src/module/sw-product/snippet/de-DE.json
:sw-product.list.modalTitleDelete
sw-product.list.titleSaveSuccess
sw-product.detail.titleSaveSuccess
sw-product.detail.titleSaveWarning
sw-product.variations.generatedListDeleteModalTitle
sw-product.variations.generatedListTitleSaveSuccess
sw-product.variations.generatedListTitleSaveError
- Removed unused snippet keys from
src/module/sw-product/snippet/en-GB.json
:sw-product.list.modalTitleDelete
sw-product.list.titleSaveSuccess
sw-product.detail.titleSaveSuccess
sw-product.detail.titleSaveWarning
sw-product.variations.generatedListDeleteModalTitle
sw-product.variations.generatedListTitleSaveSuccess
sw-product.variations.generatedListTitleSaveError
- Removed unused snippet keys from
src/module/sw-promotion/snippet/de-DE.json
:sw-promotion.list.modalTitleDelete
sw-promotion.detail.TitleSaveSuccess
- Removed unused snippet keys from
src/module/sw-promotion/snippet/en-GB.json
:sw-promotion.list.modalTitleDelete
sw-promotion.detail.TitleSaveSuccess
- Removed unused snippet keys from
src/module/sw-property/snippet/de-DE.json
:sw-property.list.modalTitleDelete
sw-property.detail.titleSaveSuccess
sw-property.detail.titleSaveError
- Removed unused snippet keys from
src/module/sw-property/snippet/en-GB.json
:sw-property.list.modalTitleDelete
sw-property.detail.titleSaveSuccess
sw-property.detail.titleSaveError
- Removed unused snippet keys from
src/module/sw-review/snippet/de-DE.json
:sw-review.detail.titleSaveSuccess
- Removed unused snippet keys from
src/module/sw-review/snippet/en-GB.json
:sw-review.detail.titleSaveSuccess
- Removed unused snippet keys from
src/module/sw-sales-channel/snippet/de-DE.json
:sw.sales.channel.detail.titleSaveSuccess
sw.sales.channel.detail.titleSaveError
sw.sales.channel.detail.titleActivateError
sw.sales.channel.detail.titleFetchError
sw.sales.channel.detail.titleDeleteSalesChannelWarning
sw-sales-channel.detail.productComparison.titleAccessKeyChanged
- Removed unused snippet keys from
src/module/sw-sales-channel/snippet/en-GB.json
:sw.sales.channel.detail.titleSaveSuccess
sw.sales.channel.detail.titleSaveError
sw.sales.channel.detail.titleActivateError
sw.sales.channel.detail.titleFetchError
sw.sales.channel.detail.titleDeleteSalesChannelWarning
sw-sales-channel.detail.productComparison.titleAccessKeyChanged
- Removed unused snippet keys from
src/module/sw-settings-address/snippet/de-DE.json
:sw-settings-address.general.titleSaveSuccess
sw-settings-address.general.titleSaveError
- Removed unused snippet keys from
src/module/sw-settings-address/snippet/en-GB.json
:sw-settings-address.general.titleSaveSuccess
sw-settings-address.general.titleSaveError
- Removed unused snippet keys from
src/module/sw-settings-basic-information/snippet/de-DE.json
:sw-settings-basic-information.general.titleSaveSuccess
sw-settings-basic-information.general.titleSaveError
- Removed unused snippet keys from
src/module/sw-settings-basic-information/snippet/en-GB.json
:sw-settings-basic-information.general.titleSaveSuccess
sw-settings-basic-information.general.titleSaveError
- Removed unused snippet keys from
src/module/sw-settings-cart/snippet/de-DE.json
:sw-settings-cart.general.titleSaveSuccess
sw-settings-cart.general.titleSaveError
- Removed unused snippet keys from
src/module/sw-settings-cart/snippet/en-GB.json
:sw-settings-cart.general.titleSaveSuccess
sw-settings-cart.general.titleSaveError
- Removed unused snippet keys from
src/module/sw-settings-country/snippet/de-DE.json
:sw-settings-country.list.modalTitleDelete
sw-settings-country.list.titleDeleteSuccess
sw-settings-country.detail.titleSaveSuccess
sw-settings-country.detail.titleSaveError
- Removed unused snippet keys from
src/module/sw-settings-country/snippet/en-GB.json
:sw-settings-country.list.modalTitleDelete
sw-settings-country.list.titleDeleteSuccess
sw-settings-country.detail.titleSaveSuccess
sw-settings-country.detail.titleSaveError
- Removed unused snippet keys from
src/module/sw-settings-currency/snippet/de-DE.json
:sw-settings-currency.list.modalTitleDelete
sw-settings-currency.list.titleDeleteSuccess
sw-settings-currency.detail.titleSaveSuccess
sw-settings-currency.detail.notificationErrorTitle
- Removed unused snippet keys from
src/module/sw-settings-currency/snippet/en-GB.json
:sw-settings-currency.list.modalTitleDelete
sw-settings-currency.list.titleDeleteSuccess
sw-settings-currency.detail.titleSaveSuccess
sw-settings-currency.detail.notificationErrorTitle
- Removed unused snippet keys from
src/module/sw-settings-custom-field/snippet/de-DE.json
:sw-settings-custom-field.set.list.titleModalDelete
sw-settings-custom-field.set.list.titleDeleteSuccess
sw-settings-custom-field.set.detail.titleSaveSuccess
sw-settings-custom-field.set.detail.titleNameNotUnique
- Removed unused snippet keys from
src/module/sw-settings-custom-field/snippet/en-GB.json
:sw-settings-custom-field.set.list.titleModalDelete
sw-settings-custom-field.set.list.titleDeleteSuccess
sw-settings-custom-field.set.detail.titleSaveSuccess
sw-settings-custom-field.set.detail.titleNameNotUnique
- Removed unused snippet keys from
src/module/sw-settings-customer-group/snippet/de-DE.json
:sw-settings-customer-group.detail.notificationErrorTitle
sw-settings-customer-group.detail.notification.errorTitleCannotDeleteCustomerGroup
- Removed unused snippet keys from
src/module/sw-settings-customer-group/snippet/en-GB.json
:sw-settings-customer-group.detail.notificationErrorTitle
sw-settings-customer-group.detail.notification.errorTitleCannotDeleteCustomerGroup
- Removed unused snippet keys from
src/module/sw-settings-document/snippet/de-DE.json
:sw-settings-document.list.modalTitleDelete
sw-settings-document.list.titleDeleteSuccess
sw-settings-document.detail.titleSaveSuccess
- Removed unused snippet keys from
src/module/sw-settings-document/snippet/en-GB.json
:sw-settings-document.list.modalTitleDelete
sw-settings-document.list.titleDeleteSuccess
sw-settings-document.detail.titleSaveSuccess
- Removed unused snippet keys from
src/module/sw-settings-language/snippet/de-DE.json
:sw-settings-language.list.modalTitleDelete
sw-settings-language.list.titleDeleteSuccess
sw-settings-language.detail.titleSaveSuccess
sw-settings-language.detail.titleAlertChangeParent
- Removed unused snippet keys from
src/module/sw-settings-language/snippet/en-GB.json
:sw-settings-language.list.modalTitleDelete
sw-settings-language.list.titleDeleteSuccess
sw-settings-language.detail.titleSaveSuccess
sw-settings-language.detail.titleAlertChangeParent
- Removed unused snippet keys from
src/module/sw-settings-listing/snippet/de-DE.json
:sw-settings-listing.general.titleSaveSuccess
sw-settings-listing.general.titleSaveError
- Removed unused snippet keys from
src/module/sw-settings-listing/snippet/en-GB.json
:sw-settings-listing.general.titleSaveSuccess
sw-settings-listing.general.titleSaveError
- Removed unused snippet keys from
src/module/sw-settings-login-registration/snippet/de-DE.json
:sw-settings-login-registration.general.titleSaveSuccess
sw-settings-login-registration.general.titleSaveError
- Removed unused snippet keys from
src/module/sw-settings-login-registration/snippet/en-GB.json
:sw-settings-login-registration.general.titleSaveSuccess
sw-settings-login-registration.general.titleSaveError
- Removed unused snippet keys from
src/module/sw-settings-number-range/snippet/de-DE.json
:sw-settings-number-range.list.modalTitleDelete
sw-settings-number-range.list.titleDeleteSuccess
sw-settings-number-range.detail.titleSaveSuccess
sw-settings-number-range.detail.titleSaveError
sw-settings-number-range.detail.errorSalesChannelNeededTitle
sw-settings-number-range.detail.errorPatternNeededTitle
- Removed unused snippet keys from
src/module/sw-settings-number-range/snippet/en-GB.json
:sw-settings-number-range.list.modalTitleDelete
sw-settings-number-range.list.titleDeleteSuccess
sw-settings-number-range.detail.titleSaveSuccess
sw-settings-number-range.detail.titleSaveError
sw-settings-number-range.detail.errorSalesChannelNeededTitle
sw-settings-number-range.detail.errorPatternNeededTitle
- Removed unused snippet keys from
src/module/sw-settings-payment/snippet/de-DE.json
:sw-settings-payment.list.modalTitleDelete
sw-settings-payment.list.titleDeleteSuccess
sw-settings-payment.detail.titleSaveSuccess
- Removed unused snippet keys from
src/module/sw-settings-payment/snippet/en-GB.json
:sw-settings-payment.list.modalTitleDelete
sw-settings-payment.list.titleDeleteSuccess
sw-settings-payment.detail.titleSaveSuccess
- Removed unused snippet keys from
src/module/sw-settings-rule/snippet/de-DE.json
:sw-settings-rule.detail.titleSaveSuccess
sw-settings-rule.detail.titleSaveError
sw-settings-rule.conditionModal.titleSaveError
- Removed unused snippet keys from
src/module/sw-settings-rule/snippet/e-GB.json
:sw-settings-rule.detail.titleSaveSuccess
sw-settings-rule.detail.titleSaveError
sw-settings-rule.conditionModal.titleSaveError
- Removed unused snippet keys from
src/module/sw-settings-salutation/snippet/de-DE.json
:sw-settings-salutation.detail.notificationErrorTitle
- Removed unused snippet keys from
src/module/sw-settings-salutation/snippet/de-DE.json
:sw-settings-salutation.detail.notificationErrorTitle
- Removed unused snippet keys from
src/module/sw-settings-seo/snippet/de-DE.json
:sw-seo-url-template-card.general.titleSaveError
sw-seo-url-template-card.general.titleSaveSuccess
- Removed unused snippet keys from
src/module/sw-settings-seo/snippet/de-DE.json
:sw-seo-url-template-card.general.titleSaveError
sw-seo-url-template-card.general.titleSaveSuccess
- Removed unused snippet keys from
src/module/sw-settings-shipping/snippet/de-DE.json
:sw-settings-shipping.list.modalTitleDelete
sw-settings-shipping.list.titleSaveSuccess
sw-settings-shipping.list.titleDeleteSuccess
sw-settings-shipping.detail.titleSaveSuccess
sw-settings-shipping.priceMatrix.modalTitleDelete
sw-settings-shipping.priceMatrix.deletionNotPossibleTitle
sw-settings-shipping.priceMatrix.unrestrictedRuleAlreadyExistsTitle
sw-settings-shipping.priceMatrix.newMatrixAlertTitle
- Removed unused snippet keys from
src/module/sw-settings-shipping/snippet/en-GB.json
:sw-settings-shipping.list.modalTitleDelete
sw-settings-shipping.list.titleSaveSuccess
sw-settings-shipping.list.titleDeleteSuccess
sw-settings-shipping.detail.titleSaveSuccess
sw-settings-shipping.priceMatrix.modalTitleDelete
sw-settings-shipping.priceMatrix.deletionNotPossibleTitle
sw-settings-shipping.priceMatrix.unrestrictedRuleAlreadyExistsTitle
sw-settings-shipping.priceMatrix.newMatrixAlertTitle
- Removed unused snippet keys from
src/module/sw-settings-shopware-updates/snippet/de-DE.json
:sw-settings-shopware-updates.notifications.title
- Removed unused snippet keys from
src/module/sw-settings-shopware-updates/snippet/en-GB.json
:sw-settings-shopware-updates.notifications.title
- Removed unused snippet keys from
src/module/sw-settings-sitemap/snippet/de-DE.json
:sw-settings-sitemap.general.titelSaveSuccess
sw-settings-sitemap.general.titelSaveError
- Removed unused snippet keys from
src/module/sw-settings-sitemap/snippet/de-DE.json
:sw-settings-sitemap.general.titelSaveSuccess
sw-settings-sitemap.general.titelSaveError
- Removed unused snippet keys from
src/module/sw-settings-snippet/snippet/de-DE.json
:sw-settings-snippet.general.errorBackRoutingTitle
sw-settings-snippet.detail.titleSaveError
sw-settings-snippet.detail.titleSaveSuccess
sw-settings-snippet.list.modalTitleDelete
sw-settings-snippet.list.titleDeleteSuccess
sw-settings-snippet.list.titleSaveError
sw-settings-snippet.list.titleSaveSuccess
sw-settings-snippet.setList.cloneNoteErrorTitle
sw-settings-snippet.setList.cloneNoteSuccessTitle
sw-settings-snippet.setList.deleteNoteErrorTitle
sw-settings-snippet.setList.deleteNoteSuccessTitle
sw-settings-snippet.setList.inlineEditErrorTitle
sw-settings-snippet.setList.inlineEditSuccessTitle
sw-settings-snippet.setList.modalTitleDelete
sw-settings-snippet.setList.notEditableNoteErrorTitle
- Removed unused snippet keys from
src/module/sw-settings-snippet/snippet/en-GB.json
:sw-settings-snippet.general.errorBackRoutingTitle
sw-settings-snippet.detail.titleSaveError
sw-settings-snippet.detail.titleSaveSuccess
sw-settings-snippet.list.modalTitleDelete
sw-settings-snippet.list.titleDeleteSuccess
sw-settings-snippet.list.titleSaveError
sw-settings-snippet.list.titleSaveSuccess
sw-settings-snippet.setList.cloneNoteErrorTitle
sw-settings-snippet.setList.cloneNoteSuccessTitle
sw-settings-snippet.setList.deleteNoteErrorTitle
sw-settings-snippet.setList.deleteNoteSuccessTitle
sw-settings-snippet.setList.inlineEditErrorTitle
sw-settings-snippet.setList.inlineEditSuccessTitle
sw-settings-snippet.setList.modalTitleDelete
sw-settings-snippet.setList.notEditableNoteErrorTitle
- Removed unused snippet keys from
src/module/sw-settings-store/snippet/de-DE.json
:sw-settings-store.general.titleSaveSuccess
sw-settings-store.general.titleSaveError
- Removed unused snippet keys from
src/module/sw-settings-store/snippet/en-GB.json
:sw-settings-store.general.titleSaveSuccess
sw-settings-store.general.titleSaveError
- Removed unused snippet keys from
src/module/sw-settings-tax/snippet/de-DE.json
:sw-settings-tax.list.modalTitleDelete
sw-settings-tax.list.titleDeleteSuccess
sw-settings-tax.detail.notificationErrorTitle
- Removed unused snippet keys from
src/module/sw-settings-tax/snippet/en-GB.json
:sw-settings-tax.list.modalTitleDelete
sw-settings-tax.list.titleDeleteSuccess
sw-settings-tax.detail.notificationErrorTitle
- Removed unused snippet keys from
src/module/sw-settings-units/snippet/de-DE.json
:sw-settings-units.notification.successTitle
sw-settings-units.notification.errorTitle
- Removed unused snippet keys from
src/module/sw-settings-units/snippet/en-GB.json
:sw-settings-units.notification.successTitle
sw-settings-units.notification.errorTitle
- Removed unused snippet keys from
src/module/sw-settings-user/snippet/de-DE.json
:sw-users-permissions.users.user-detail.modal.deleteModalTitle
sw-users-permissions.user-detail.modal.detailModalTitleEdit
sw-users-permissions.user-detail.modal.titleSaveSuccess
sw-users-permissions.user-detail.modal.titleSaveError
sw-users-permissions.user-detail.modal.titleCreateNewError
- Removed unused snippet keys from
src/module/sw-settings-user/snippet/en-GB.json
:sw-users-permissions.users.user-detail.modal.deleteModalTitle
sw-users-permissions.user-detail.modal.detailModalTitleEdit
sw-users-permissions.user-detail.modal.titleSaveSuccess
sw-users-permissions.user-detail.modal.titleSaveError
sw-users-permissions.user-detail.modal.titleCreateNewError
- Removed unused snippet keys from
src/module/sw-users-permissions/snippet/de-DE.json
:sw-users-permissions.users.role-grid.notification.deleteSuccess.title
sw-users-permissions.users.role-grid.notification.deleteError.title
sw-users-permissions.users.user-grid.notification.deleteSuccess.title
sw-users-permissions.users.user-grid.notification.deleteError.title
sw-users-permissions.users.user-grid.notification.deleteUserLoggedInError.title
sw-users-permissions.users.user-detail.modal.titleSaveSuccess
sw-users-permissions.users.user-detail.modal.titleSaveError
sw-users-permissions.users.user-grid.titleModalDelete
sw-users-permissions.users.user-detail.notification.saveError.title
sw-users-permissions.users.user-detail.notification.saveSuccess.title
sw-users-permissions.users.user-detail.modal.deleteModalTitle
sw-users-permissions.users.user-detail.modal.titleSaveSuccess
sw-users-permissions.users.user-detail.modal.titleSaveError
sw-users-permissions.users.user-detail.modal.titleCreateNewError
sw-users-permissions.users.user-detail.notification.saveError.title
*Refactoredsrc/module/sw-users-permissions/snippet/de-DE.json
:sw-users-permissions.users.user-detail.notification.notificationInvalidEmailErrorMessage
tosw-users-permissions.users.user-detail.notification.invalidEmailErrorMessage
- Removed unused snippet keys from
src/module/sw-users-permissions/snippet/en-GB.json
:sw-users-permissions.users.role-grid.notification.deleteSuccess.title
sw-users-permissions.users.role-grid.notification.deleteError.title
sw-users-permissions.users.user-grid.notification.deleteSuccess.title
sw-users-permissions.users.user-grid.notification.deleteError.title
sw-users-permissions.users.user-grid.notification.deleteUserLoggedInError.title
sw-users-permissions.users.user-detail.modal.titleSaveSuccess
sw-users-permissions.users.user-detail.modal.titleSaveError
sw-users-permissions.users.user-grid.titleModalDelete
sw-users-permissions.users.user-detail.notification.saveError.title
sw-users-permissions.users.user-detail.notification.saveSuccess.title
sw-users-permissions.users.user-detail.modal.deleteModalTitle
sw-users-permissions.users.user-detail.modal.titleSaveSuccess
sw-users-permissions.users.user-detail.modal.titleSaveError
sw-users-permissions.users.user-detail.modal.titleCreateNewError
sw-users-permissions.users.user-detail.notification.saveError.title
*Refactoredsrc/module/sw-users-permissions/snippet/de-DE.json
:sw-users-permissions.users.user-detail.notification.notificationInvalidEmailErrorMessage
tosw-users-permissions.users.user-detail.notification.invalidEmailErrorMessage
- Removed
login.service::getLocalStorageKey()
- Added property
disabled
to componentsw-property-assignment
- Added property
disabled
to componentsw-property-search
- Added property
parentEntity
to componentsw-custom-field-set-renderer
- Added property
showCustomFieldSetSelection
to componentsw-custom-field-set-renderer
- Added computed variable
visibleCustomFieldSets
to componentsw-custom-field-set-renderer
- Added property
helpText
to componentsw-inherit-wrapper
- Added block
sw_inherit_wrapper_toggle_wrapper_help_text
to componentsw-inherit-wrapper
- Added block
sw_product_detail_prices_price_empty_state_text_child
to componentsw-product-detail-context-prices
- Added block
sw_product_detail_prices_price_empty_state_text_inherited
to componentsw-product-detail-context-prices
- Added block
sw_product_detail_prices_price_empty_state_text_link
to componentsw-product-detail-context-prices
- Added block
sw_product_detail_prices_price_empty_state_text_not_inherited
to componentsw-product-detail-context-prices
- Added block
sw_product_detail_prices_price_empty_state_text_empty
to componentsw-product-detail-context-prices
- Added block
sw_product_detail_prices_price_empty_state__inherit_switch
to componentsw-product-detail-context-prices
- Added block
sw_product_detail_properties_assignment_card
to componentsw-product-detail-properties
- Added block
sw_product_detail_properties_assignment_card_assignment
to componentsw-product-detail-properties
- Added block
sw_product_detail_properties_assignment_card_empty
to componentsw-product-detail-properties
- Added block
sw_product_detail_properties_empty_card
to componentsw-product-detail-properties
- Added block
sw_product_detail_properties_empty_state
to componentsw-product-detail-properties
- Added block
sw_product_detail_properties_empty_state_image
to componentsw-product-detail-properties
- Added block
sw_product_detail_properties_empty_state_text
to componentsw-product-detail-properties
- Added block
sw_product_detail_properties_empty_state_text_child
to componentsw-product-detail-properties
- Added block
sw_product_detail_properties_empty_state_text_inherited
to componentsw-product-detail-properties
- Added block
sw_product_detail_properties_empty_state_text_link
to componentsw-product-detail-properties
- Added block
sw_product_detail_properties_empty_state_text_not_inherited
to componentsw-product-detail-properties
- Added block
sw_product_detail_properties_empty_state_text_empty
to componentsw-product-detail-properties
- Added block
sw_product_detail_properties_empty_state__inherit_switch
to componentsw-product-detail-properties
- Added block
sw_product_detail_properties_assginment
to componentsw-product-detail-properties
- Added block
sw_product_detail_properties_empty
to componentsw-product-detail-properties
- Changed Vue
asset
filter to remove double slashes - Fixed active state in the flyout navigation
- Fixed
sw-modal
styles forvariant="full"
to stay at full page size - Custom fields assigned to a category entity can now also be configured in categories of type "link"
- Added block
sw_customer_list_sidebar_filter_items
tosw-customer-list
allow easier adding filters to the sidebar - Added block
sw_corder_list_sidebar_filter_items
tosw-order-list
allow easier adding filters to the sidebar - Fixed the sidebar with filters that wasn't displayed in the orderlist
- Fix truncated text in
sw-property-search
. Changed propflex
ofsw-grid-column
tominmax(0, 1fr)
- Fixed a bug where template resolving stopped the application from running if a
Component.override
orComponent.extend
was executed for a base component which was not registered. The application resolves this components tofalse
and aunknown custom element
exception will now be raised only if used in a template.
- Deprecated
\Shopware\Core\Checkout\Cart\Tax\TaxRuleCalculator
, use\Shopware\Core\Checkout\Cart\Tax\TaxCalculator
instead - Added
Criteria $criteria
parameter in store api routes. The parameter will be required in 6.4. At the moment the parameter is commented out in the*AbstractRoute
, but the following parameters are already passed:Shopware\Core\Checkout\Customer\SalesChannel\AbstractCustomerRoute
Shopware\Core\Checkout\Order\SalesChannel\AbstractOrderRoute
Shopware\Core\Checkout\Payment\SalesChannel\AbstractPaymentMethodRoute
Shopware\Core\Checkout\Shipping\SalesChannel\AbstractShippingMethodRoute
Shopware\Core\Content\Category\SalesChannel\AbstractNavigationRoute
Shopware\Core\Content\Product\SalesChannel\Listing/AbstractProductListingRoute
Shopware\Core\Content\Product\SalesChannel\Search/AbstractProductSearchRoute
Shopware\Core\Content\Seo\SalesChannel\AbstractSeoUrlRoute
Shopware\Core\System\Currency\SalesChannel\AbstractCurrencyRoute
Shopware\Core\System\Language\SalesChannel\AbstractLanguageRoute
Shopware\Core\System\Salutation\SalesChannel\AbstractSalutationRoute
- Removed
v-fixed
directive insw-entity-single-select
ofsw-order-product-select
- Refactor the component
sw_customer_base_form
- Removed snippet
sw-customer.baseForm.helpTextPassword
- Removed snippet
- Added new
\Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute
class to allow fetching the cart using the store-api with the url GET/store-api/v3/checkout/cart
- Added new
\Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute
class to allow deleting the cart using the store-api with the url DELETE/store-api/v3/checkout/cart
- Added new
\Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute
class to allow adding line items to the cart using the store-api with the url POST/store-api/v3/checkout/cart/line-item
- Added new
\Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute
class to allow updating line items in the cart using the store-api with the url POST/store-api/v3/checkout/cart/line-item
- Added new
\Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute
class to allow deleting line items in the cart using the store-api with the url DELETE/store-api/v3/checkout/cart/line-item
- Added new
\Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute
class to allow placing an order in the store-api with the url POST/store-api/v3/checkout/order
- Added new
\Shopware\Core\System\Country\SalesChannel\CountryRoute
class to fetch available countries using the store-api with the url GET/store-api/v3/country
- Added new
\Shopware\Core\Checkout\Cart\LineItemFactoryRegistry
class to create and update line items from array input. It's limited to the available handlers. When you add a new line item type, you should consider creating a new handler. Following handlers are available in default:\Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory
- Creates product items\Shopware\Core\Checkout\Cart\LineItemFactoryHandler\PromotionLineItemFactory
- Creates promotion items from code\Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory
- Creates credit items, only allowed using with permissions\Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory
- Creates custom line items, only allowed using with permissions- To support your custom line item. Please create a new class which implements the
\Shopware\Core\Checkout\Cart\LineItemFactoryHandler\LineItemFactoryInterface
interface and is registered with the tagshopware.cart.line_item.factory
in the di.
- Added new method
hasPermission
to\Shopware\Core\System\SalesChannel\SalesChannelContext
to check permissions in the context - Added new method
getOrders
to\Shopware\Core\Checkout\Order\SalesChannel\OrderRouteResponse
- Deprecated return object from method
getObject
in class\Shopware\Core\Checkout\Order\SalesChannel\OrderRouteResponse
. It will return in future a\Shopware\Core\Framework\Struct\ArrayStruct
instead ofOrderRouteResponseStruct
- Added new constructor argument
$apiAlias
to\Shopware\Core\Framework\Struct\ArrayStruct
. The given value will be used forgetApiAlias
method. - Added new method
\Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister::delete
- Deprecated
\Shopware\Core\System\Currency\CurrencyFormatter::formatCurrency
, use\Shopware\Core\System\Currency\CurrencyFormatter::formatCurrencyByLanguage
instead - Added
CloneBehavior $behavior
parameter to\Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface::clone
. This parameter will be introduced in 6.4.0 - Added new entities needed for the essential characteristics feature
\Shopware\Core\Content\Product\Aggregate\ProductFeature\ProductFeatureDefinition
\Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
\Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
- Added
featureSets
association to\Shopware\Core\Content\Product\ProductEntity
- Added new class
Shopware\Core\System\Snippet\SnippetValidator
and interfaceShopware\Core\System\Snippet\SnippetValidatorInterface
- Added new command
snippets:validate
with fileShopware\Core\System\Snippet\Command\ValidateSnippetsCommand
- Removed
Shopware\Core\Checkout\Cart\CartBehavior::$isRecalculation
- Removed
Shopware\Core\Checkout\Payment\Cart\Token\TokenFactoryInterface
- Removed
Shopware\Core\Checkout\Payment\Cart\Token\JWTFactory
- Removed
Shopware\Core\Framework\Validation\ValidationServiceInterface
- Removed
Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory::buildCreateValidation
- Removed
Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory::buildUpdateValidation
- Removed
Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory::buildCreateValidation
- Removed
Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory::buildUpdateValidation
- Removed
Shopware\Core\Checkout\Customer\Validation\CustomerValidationFactory::buildCreateValidation
- Removed
Shopware\Core\Checkout\Customer\Validation\CustomerValidationFactory::buildUpdateValidation
- Removed
Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler::pay
- Removed
Shopware\Core\Checkout\Order\Validation\OrderValidationFactory::buildCreateValidation
- Removed
Shopware\Core\Checkout\Order\Validation\OrderValidationFactory::buildUpdateValidation
- Removed
Shopware\Core\Checkout\Promotion\Cart\Discount\DiscountPackagerInterface
- Removed
Shopware\Core\Checkout\Promotion\DataAbstractionLayer\Indexing\PromotionExclusionIndexer
- Removed
Shopware\Core\Checkout\Promotion\DataAbstractionLayer\Indexing\PromotionRedemptionIndexer
- Removed
Shopware\Core\Content\Category\DataAbstractionLayer\Indexing\BreadcrumbIndexer
- Removed
Shopware\Core\Framework\DataAbstractionLayer\EntityDefinition::isChildCountAware
- Removed
Shopware\Core\Framework\DataAbstractionLayer\EntityDefinition::isTreeAware
- Removed
Shopware\Core\Content\ContactForm\Validation\ContactFormValidationFactory::buildCreateValidation
- Removed
Shopware\Core\Content\ContactForm\Validation\ContactFormValidationFactory::buildUpdateValidation
- Removed
Shopware\Core\Framework\DataAbstractionLayer\EntityExtensionInterface
- Removed
Shopware\Core\Content\ImportExport\DataAbstractionLayer\ImportExportLogValidator
- Removed
Shopware\Core\Content\ProductStream\DataAbstractionLayer\Indexing\ProductStreamIndexer
- Removed
Shopware\Core\Content\Rule\DataAbstractionLayer\Indexing\RulePayloadIndexer
mail_template_media.language_id
is now required- Removed
Shopware\Core\Content\MailTemplate\Service\MailerFactory
Shopware\Core\Content\MailTemplate\Service\MailService::buildContents
is now private- Removed
Shopware\Core\Content\Media\DataAbstractionLayer\Indexing\MediaFolderConfigIndexer
- Removed
Shopware\Core\Content\Media\DataAbstractionLayer\Indexing\MediaFolderSizeIndexer
- Removed
Shopware\Core\Content\Media\DataAbstractionLayer\Indexing\MediaThumbnailIndexer
- Removed
/sales-channel-api/v{version}/newsletter
route - Removed
Shopware\Core\Content\Newsletter\NewsletterSubscriptionService
- Removed
Shopware\Core\Content\Newsletter\NewsletterSubscriptionServiceInterface
- Removed
Shopware\Core\Content\Product\DataAbstractionLayer\Indexing\ProductCategoryTreeIndexer
- Removed
Shopware\Core\Content\Product\DataAbstractionLayer\Indexing\ProductListingPriceIndexer
- Removed
Shopware\Core\Content\Product\DataAbstractionLayer\Indexing\ProductRatingAverageIndexer
- Removed
Shopware\Core\Content\Product\DataAbstractionLayer\Indexing\ProductStockIndexer
- Removed
Shopware\Core\Content\Product\DataAbstractionLayer\Indexing\VariantListingIndexer
- Removed
sort
query parameter support in storefront listings - Removed
Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingGateway
- Removed
Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingGatewayInterface
- Removed
Shopware\Core\Content\Product\SalesChannel\Search\ProductSearchGateway
- Removed
Shopware\Core\Content\Product\SalesChannel\Search\ProductSearchGatewayInterface
- Removed
Shopware\Core\Content\Product\SalesChannel\Suggest\ProductSuggestGateway
- Removed
Shopware\Core\Content\Product\SalesChannel\Suggest\ProductSuggestGatewayInterface
- Removed
Shopware\Core\Content\Product\SearchKeyword\ProductSearchKeywordIndexer
- Removed
Shopware\Core\Content\Seo\DataAbstractionLayer\Indexing\SeoUrlIndexer
- Removed
Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlExtractIdResult
- Removed
Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteConfig::$supportsNewIndexer
- Removed
Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteInterface::extractIdsToUpdate
- Removed
Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteInterface::getSeoVariables
- Removed
Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateLoader
- Removed
Shopware\Core\Content\Seo\Validation\SeoUrlValidationService
- Removed
Shopware\Core\Content\Seo\SeoUrlGenerator::generateSeoUrls
- Removed
Shopware\Core\Content\Seo\SeoUrlGenerator::checkUpdateAffectsTemplate
- Removed
Shopware\Core\Content\Sitemap\Service\SitemapNameGenerator
- Removed
Shopware\Core\Content\Sitemap\Service\SitemapNameGeneratorInterface
- Removed
Shopware\Core\Content\Sitemap\Service\SitemapWriter
- Removed
Shopware\Core\Content\Sitemap\Service\SitemapWriterInterface
- Removed
Shopware\Core\Framework\DataAbstractionLayer\Field\LongTextWithHtmlField
- Removed
Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextWithHtmlFieldSerializer
- Removed
Shopware\Core\Framework\DataAbstractionLayer\Indexing\Indexer\ChildCountIndexer
- Removed
Shopware\Core\Framework\DataAbstractionLayer\Indexing\Indexer\InheritanceIndexer
- Removed
Shopware\Core\Framework\DataAbstractionLayer\Indexing\Indexer\ManyToManyIdFieldIndexer
- Removed
Shopware\Core\Framework\DataAbstractionLayer\Indexing\Indexer\TreeIndexer
- Removed
Shopware\Core\Framework\DataAbstractionLayer\Indexing\MessageQueue\IndexerHandler
- Removed
Shopware\Core\Framework\DataAbstractionLayer\Indexing\MessageQueue\IndexerMessage
- Removed
Shopware\Core\Framework\DataAbstractionLayer\Indexing\MessageQueue\IndexerMessageSender
- Removed
Shopware\Core\Framework\DataAbstractionLayer\Indexing\IndexerInterface
- Removed
Shopware\Core\Framework\DataAbstractionLayer\Indexing\IndexerRegistry
- Removed
Shopware\Core\Framework\DataAbstractionLayer\Indexing\IndexerRegistryEndEvent
- Removed
Shopware\Core\Framework\DataAbstractionLayer\Indexing\IndexerRegistryInterface
- Removed
Shopware\Core\Framework\DataAbstractionLayer\Indexing\IndexerRegistryPartialResult
- Removed
Shopware\Core\Framework\DataAbstractionLayer\Indexing\IndexerRegistryStartEvent
- Removed
source
parameter in api requests - Removed
Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria::$source
- Removed
Shopware\Core\Framework\DataAbstractionLayer\EntityExtensionInterface
Shopware\Core\Framework\Plugin\PluginManagementService::uploadPlugin
context parameter is now required- Removed
Shopware\Core\Framework\Routing\RouteScopeInterface
- Removed
Shopware\Core\Framework\Adapter\Twig\TemplateFinder::registerBundles
- Removed
Shopware\Core\Framework\Adapter\Twig\TemplateFinderInterface::registerBundles
- Removed
Shopware\Core\Framework\Validation\ValidationServiceInterface
- Removed
Shopware\Core\Framework\Plugin
- Removed
Shopware\Elasticsearch\Framework\Indexing\EntityIndexer
- Removed
Shopware\Elasticsearch\Framework\Indexing\IndexingMessage
- Removed
Shopware\Elasticsearch\Framework\Indexing\IndexingMessageHandler
- Removed
Shopware\Elasticsearch\Framework\Indexing\IndexMessageDispatcher
- Removed
Shopware\Elasticsearch\Framework\AbstractElasticsearchDefinition::hasNewIndexerPattern
- Added new class
Shopware\Core\System\Snippet\SnippetValidator
and interfaceShopware\Core\System\Snippet\SnippetValidatorInterface
- Added new command
snippets:validate
with fileShopware\Core\System\Snippet\Command\ValidateSnippetsCommand
- Added
Shopware\Core\Framework\DataAbstractionLayer\Field\Flag\CascadeDelete::$cloneRelevant
to skip association in clone process. - Added new class
Shopware\Core\System\Snippet\SnippetValidator
and interfaceShopware\Core\System\Snippet\SnippetValidatorInterface
- Added new command
snippets:validate
with fileShopware\Core\System\Snippet\Command\ValidateSnippetsCommand
- Added
\Shopware\Core\Content\Product\Cart\ProductFeatureBuilder
which is used to add features to the line item payload in\Shopware\Core\Content\Product\Cart\ProductCartProcessor
- Added new constructor argument
$featureBuilder
to\Shopware\Core\Content\Product\Cart\ProductCartProcessor
- Added new constants in
\Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
:TYPE_PRODUCT_ATTRIBUTE
TYPE_PRODUCT_PROPERTY
TYPE_PRODUCT_CUSTOM_FIELD
TYPE_PRODUCT_REFERENCE_PRICE
- Added new associations to the criteria in
\Shopware\Core\Content\Product\Cart\ProductGateway
:featureSets
properties.group
- Added new
asset
,sitemap
andtheme
asset package - Added new class
\Shopware\Core\Framework\Adapter\Asset\FlysystemLastModifiedVersionStrategy
which adds cache busting to asset urls with usage of flysystem adapters - Added new class
\Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
which adds a fallback to shop URL if the given URL is empty - Added new class
\Shopware\Core\Framework\DependencyInjection\CompilerPass\FilesystemConfigMigrationCompilerPass
which fixes backward compatibility in the filesystem configs - Changed
\Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver
to consider sales channel entities. - Changed
/store-api/v1/handle-payment
to return the redirectUrl in json response. - Added
\Shopware\Core\Framework\Routing\Annotation\ContextTokenRequired
to require a context token for sales-channel-api and store-api requests.- Until v6.4.0 this will log a critical log message. From v6.4.0 on this will throw an exception.
- To get a valid context token if you don't have one, call
/sales-channel-api/v{version}/context
first.
- Added new commands
system:config:set
andsystem:config:get
to retrieve and set system config values - Fixed
DeliveryCalculator
to only set shipping costs to zero if all items in cart have free shipping set - Changed
\Shopware\Storefront\Theme\ThemeCompiler::dumpVariables
to enclose textarea variables in string delimiters - Changed
\Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute
to remove legacy password. - Changed
\Shopware\Core\Content\Category\SalesChannel\NavigationRoute
to allow sendingbuildTree
anddepth
as POST parameter - Added ManyToManyIdField
tagIds
toCustomerDefinition.php
- Added new
Shopware\Core\Checkout\Cusomer\Rule\CustomerTagRule
to check for tags assigned to customer - Events will now correctly stop event flow / propagation when
$event->stopPropagation()
is called - Added composer dependency
psr/event-dispatcher
- Added various primary keys, where it was missing
- Added primary keys to initial Migrations
Shopware/Core/Migration/Migration1536233510DocumentConfiguration
Shopware/Core/Migration/Migration1536233380UserRecovery
Shopware/Core/Migration/Migration1558505525Logging
Shopware/Core/Migration/Migration1570622696CustomerPasswordRecovery
Shopware/Core/Migration/Migration1570187167AddedAppConfig
Shopware/Core/Migration/Migration1587039363AddImportExportLabelField
- Added checks to set primary key, if not set yet
Shopware/Core/Migration/Migration1572264837AddCacheId
Shopware/Core/Migration/Migration1594885630AddUserRecoveryPK
Shopware/Core/Migration/Migration1594886106AddDocumentBaseConfigSalesChannelPK
Shopware/Core/Migration/Migration1594886773LogEntryPK
Shopware/Core/Migration/Migration1594886895CustomerRecoveryPK
Shopware/Core/Migration/Migration1594887027AppConfigPK
- Added primary keys to initial Migrations
- Added new property
merged
and methodisMerged
toLineItemAddedEvent
- Added flag
ReadProtected
toprice
,price
andlistingPrices
inProductDefinition
- Added
HEADER_CURRENCY_ID
toShopware\Core\PlatformRequest
Shopware\Core\Framework\Routing\ApiRequestContextResolver
is now able to resolve thesw-currency-id
header- Allow specifying translations for languages that don't exist. These translations will now be silently skipped.
This used to throw the exception
\Shopware\Core\Framework\Routing\Exception\LanguageNotFoundException
. - Added check to prevent mails being sent when
\Shopware\Core\Content\MailTemplate\Service\Event\MailBeforeSentEvent::stopPropagation
was called before - Increase the API version to v3
- API version v1 is removed
- API version v2 will be removed with next major version
- Added
ProductCartProcessor::ALLOW_PRODUCT_LABEL_OVERWRITES
- Added
ProductCartProcessor::SKIP_PRODUCT_STOCK_VALIDATION
- Added
user:change-password
command to set the password of an administration user - Added
HttpCacheGenerateKeyEvent
to allow changing the hash - It is now possible to override the generic API routes with a
config/routes_overwrite.xml
in the bundle or plugin - Fixed a bug cannot remove credit items after creating in Admin order
- Added custom item's tax into shipping cost's calculated taxes in Admin order
- Added plugin injection in hot mode
- Deprecated
window.accessKey
andwindow.contextToken
, the variables contains now an empty string - Removed
HttpClient()
constructor parameters insrc/Storefront/Resources/app/storefront/src/service/http-client.service.js
- Fix timezone of
orderDate
in the ordergrid - Added an image lazy loading capability to the
ZoomModalPlugin
which allows image loading only if the zoom modal is opened - Refactored Webpack configuration files to one single file
- Removed build/utils.js
- Removed build/webpack.base.config.js
- Removed build/webpack.dev.config.js
- Removed build/webpack.hot.config.js
- Removed build/webpack.prod.config.js
- Removed
/widgets/search/{search}
route - Removed
Shopware\Storefront\Page\Search\SearchPage::$searchResult
- Removed
Shopware\Storefront\Theme\StorefrontPluginConfiguration\StorefrontPluginConfiguration::getThemeVariableFile
- Removed
Shopware\Storefront\Theme\StorefrontPluginConfiguration\StorefrontPluginConfiguration::setThemeVariableFile
- Removed
Shopware\Storefront\Theme\StorefrontPluginConfiguration\StorefrontPluginConfiguration::createFromBundle
- Removed
Shopware\Storefront\Theme\StorefrontPluginConfiguration\StorefrontPluginConfiguration::createFromConfigFile
- Removed
Shopware\Storefront\Theme\Twig\ThemeTemplateFinder
- Added some children routes in route
sw.sales.channel.detail.base
insw-sales-channel
module to handle step navigation of Google programs modal - Added
sw-sales-channel-google-programs-modal
component to handle Google programs setup- Added
sw-sales-channel-google-introduction
to handle Google account authentication and connection - Added
sw-sales-channel-google-authentication
to show Google account profile and handle disconnect functionality - Added
sw-sales-channel-google-merchant
component to show existing merchant accounts list and handle assigning existing merchant account or creating new account - Added
sw-sales-channel-google-shipping-setting
component to handle shipping setting selection
- Added
- Added salesChannel state in
sw-sales-channel
module - Removed
input
event insw-multi-select
- Removed
input
event insw-single-select
- Removed
input
event insw-entity-many-to-many-select
- Removed
input
event insw-entity-multi-select
- Removed
input
event insw-entity-single-select
- Removed
popoverConfig
property insw-select-result-list
- Removed
popoverConfig
property insw-single-select
- Removed
popoverConfig
property insw-entity-single-select
- Removed
enableInheritance
property insw-price-field
- Removed
popoverConfigExtension
property inutils/sw-popover
- Removed
onDefaultItemAdd
function insw-sales-channel/view/sw-sales-channel-detail-base
- We fixed a bug where inherited themes were not detected correctly from
ThemeNamespaceHierarchyBuilder
- Introduced new SCSS variable
$order-grid-gutter-width
with the value of20px
. - In the
RouteRequestEvent
classes the criteria object was added to extend route DAL query. Adjustments to the request payload to extend the query are no longer necessary. - Fixed filter dropdown are cut off, added
data-boundary="viewport"
into the buttonfilter-panel-item-toggle
platform/src/Storefront/Resources/views/storefront/component/listing/filter/filter-multi-select.html.twig
platform/src/Storefront/Resources/views/storefront/component/listing/filter/filter-range.html.twig
platform/src/Storefront/Resources/views/storefront/component/listing/filter/filter-rating.html.twig
- Added a namespace variable to sw_icon to allow adding storefront icons
- Deprecated the following blocks, since they've been replaced by the new variant characteristics display:
component_offcanvas_product_variants
insrc/Storefront/Resources/views/storefront/component/checkout/offcanvas-item.html.twig
page_checkout_item_info_variants
insrc/Storefront/Resources/views/storefront/page/checkout/checkout-item.html.twig
- Fix sw_sanitize filter throwing when the parameter options is null
- Deprecated twig variable
accounTypeRequired
inaddress-form.html.twig
, useaccountTypeRequired
instead - Fixed property sorting for multi language shops
- Added an additional class to the cart offcanvas called
cart-offcanvas
- Added all language flags according to language packs
- Deprecated global
apiAccessUrl
- Deprecated
Shopware\Storefront\Controller\CsrfController::getApiAccess
, use storefront controller instead