From 41a1fd2f4457326a646d4f2f970de78ee384c912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hendrik=20S=C3=B6bbing?= Date: Tue, 27 Nov 2018 16:19:29 +0100 Subject: [PATCH] NTR - Update Upgrade.md --- UPGRADE-5.5.md | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/UPGRADE-5.5.md b/UPGRADE-5.5.md index c2485c52ff7..75c6f7216b0 100644 --- a/UPGRADE-5.5.md +++ b/UPGRADE-5.5.md @@ -15,15 +15,26 @@ This changelog references changes done in Shopware 5.5 patch versions. * Added `deleteDocument` ACL privilege to order * Added new event `Shopware_Controllers_Backend_CustomerQuickView_listQuerySearchFields` * Added forwarding to manufacturer listing for old supplier urls -* Add support for own product box layouts via an ExtJS Plugin -* Add aws endpoint configuration -* Add product notification attributes +* Added support for own product box layouts via an ExtJS Plugin +* Added AWS endpoint configuration +* Added product notification attributes * Added `DISTINCT` for `priceListingQuery` to improve ES indexing performance with activated variant filter * Added media optimizer overview to backend systeminfo * Added `notify`-event `Shopware_Command_RebuildSeoIndexCommand_CreateRewriteTable` that is triggered after the SEO index is rebuilt via cli command `sw:rebuild:seo:index` +* Added privilege check for sensitive data of API's user endpoint +* Added functionality to restore expert mode status on snippet manager loading +* Added possibility to create a customized product box layout with own ExtJS plugin +* Added product information to `sARTICLEAVAILABLE` template +* Added country filter to customer module +* Added country entity to attributes multiselect +* Added changetime to ListProduct struct +* Added events indicating plugin-lifecycle changes to PluginInstaller +* Added grunt development task ### Changes +* Changed Symfony library to version 3.4.19 +* Changed new countries created via programming interfaces default to allowing shipping to restore backwards compatibility to versions before Shopware 5.5.3. * Changed `themes/Frontend/Bare/widgets/captcha/custom_captcha.tpl` to also include the honeypot captcha template if the corresponding option is active * Changed `themes/Frontend/Responsive/frontend/_public/src/js/jquery.captcha.js`, so the plugin won't try to fetch the honeypot captcha template via AJAX * Changed the following templates to include the `custom_captcha.tpl` template, if any other captcha method than "legacy" is active: @@ -31,20 +42,34 @@ This changelog references changes done in Shopware 5.5 patch versions. * `themes/Frontend/Bare/frontend/detail/comment/form.tpl` * `themes/Frontend/Bare/frontend/newsletter/index.tpl` * `themes/Frontend/Bare/frontend/tellafriend/index.tpl` -* Changed Symfony library to version 3.4.19 * Changed seo product query to clarify select statement * Changed document view to hide document boxes on new entry * Changed `CronjobSynchronizer` to consider action names without Cronjob Prefix * Changed `Enlight_Template_Manager` to allow overriding file permissions -* Changed api variant resource to compare configuration groups in lowercase +* Changed API variant resource to compare configuration groups in lowercase * Changed type annotation on a product's EAN field -* Changed ES backend `OrmBacklogSubscriber` to insert right table +* Changed ES backend `OrmBacklogSubscriber` to fix backlog sync * Changed adding items to the cart to use laststock from variant * Changed structured data properties on blog article page to meet the requirements * Changed default groupKey to get correct subpages of custom pages in mobile menu * Changed some mailer options to combo boxes to avoid wrong entries * Changed CSV import of snippets to only remove one apostrophe from the beginning of a line -* New countries created via programming interfaces default to allowing shipping to restore backwards compatibility to versions before Shopware 5.5.3. +* Changed field trackingcode to type "text" to be able to save multiple trackingcodes +* Changed open-sans file size +* Changed mailer config elements to combo box to simplify configuration +* Changed `Kernel::getRootDir` to use `dirname` instead of `realpath` +* Changed backend search to consider order documents +* Changed customer orders to translate order state +* Changed product preview combobox to show only active shops +* Changed EventManager to improve plugin phpunit capability +* Changed regex in media manager to filter all symbols +* Changed cart item information to use laststock from variant instead product +* Changed media normalizer to consider model objects + +### Removals + +* Removed IE history check from ajax variants +* Removed wrong css class from password reset page ## 5.5.3