Skip to content

Commit

Permalink
Merge pull request #7171 in SW/shopware from ntr/5.5/update-upgrade.m…
Browse files Browse the repository at this point in the history
…d to 5.5

* commit '41a1fd2f4457326a646d4f2f970de78ee384c912':
  NTR - Update Upgrade.md
  • Loading branch information
soebbing committed Nov 29, 2018
2 parents 3f0aadb + 41a1fd2 commit bc9fee5
Showing 1 changed file with 32 additions and 7 deletions.
39 changes: 32 additions & 7 deletions UPGRADE-5.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,61 @@ 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:
* `themes/Frontend/Bare/frontend/blog/comment/form.tpl`
* `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

Expand Down

0 comments on commit bc9fee5

Please sign in to comment.