Skip to content

Commit

Permalink
add v6.5.8.16 skeleton (#61)
Browse files Browse the repository at this point in the history
* add skeleton for v6.5.8.16

* remove backup file

* add bug fixes & credits section
  • Loading branch information
kermie authored Feb 7, 2025
1 parent 5243696 commit 2a6bce3
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions src/6.5/6.5.8.16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
nav:
title: v6.5.8.16
meta:
date: "2025-02-07"
---

# Release notes Shopware 6.5.8.16

## Abstract

This patch release contains 20+ bug fixes

## System requirements

* tested on PHP 8.2 and 8.3
* tested on MySQL 8.0.33, MariaDB 10.4. 10.5, 10.11 & 11.0

## Fixed bugs & Credits

See the [UPGRADE.md](./UPGRADE-6.5.md) for all important technical changes.

* [#3476 - NEXT-33504 - fix: Allow `association_fields` of `media_default_folder` to be nullable](https://github.com/shopware/shopware/issues/3476) ([@aragon999](https://github.com/aragon999))
* [#3486 - NEXT-32844 - fix(elasticsearch): Add separator to admin ES search indexer queries](https://github.com/shopware/shopware/issues/3486) ([@M-arcus](https://github.com/M-arcus))
* [#3494 - NEXT-30575 - fix(core): Remove HTML sanitization from mail header and footer fields](https://github.com/shopware/shopware/issues/3494) ([@M-arcus](https://github.com/M-arcus))
* [#3518 - NEXT-33235 - perf: Only use `searchIds` for import id resolving](https://github.com/shopware/shopware/issues/3518) ([@aragon999](https://github.com/aragon999))
* [#3567 - NEXT-34491 - NEXT-14691 - Add pseudo modal twig blocks](https://github.com/shopware/shopware/issues/3567) ([@lacknere](https://github.com/lacknere))
* [#3579 - NEXT-34070 - Improved seo url replacer](https://github.com/shopware/shopware/issues/3579) ([@akf-bw](https://github.com/akf-bw))
* [#3580 - NEXT-34102 - Add new block in analytics template](https://github.com/shopware/shopware/issues/3580) ([@wannevancamp](https://github.com/wannevancamp))
* [#3605 - NEXT-34399 - Update action.html.twig to include css class for detail button](https://github.com/shopware/shopware/issues/3605) ([@choeft](https://github.com/choeft))
* [#3611 - NEXT-34676 - Update ProductDetailRoute.php](https://github.com/shopware/shopware/issues/3611) ([@aneufeld23](https://github.com/aneufeld23))
* [#3684 - NEXT-36143 - feat: resolve extension parameters in compiler passes](https://github.com/shopware/shopware/issues/3684) ([@Ocarthon](https://github.com/Ocarthon))
* [#3718 - NEXT-36288 - feat: Add event to select variant on product detail page](https://github.com/shopware/shopware/issues/3718) ([@aragon999](https://github.com/aragon999))
* [#3779 - NEXT-36924 - Add missing check for context object in request attributes for StoreApiSeoResolver](https://github.com/shopware/shopware/issues/3779) ([@mromeike](https://github.com/mromeike))
* [#3833 - NEXT-37557 - Update Bootstrap Docs Link](https://github.com/shopware/shopware/issues/3833) ([@levin192](https://github.com/levin192))
* [#3836 - NEXT-37684 - Fix updating thumbnails in strict mode](https://github.com/shopware/shopware/issues/3836) ([@phizab](https://github.com/phizab))
* [#5759 - Fixed Elasticsearch Filter parsing of translated fields in product-related entities](./changelog/release-6-5-8-16/2024-12-04-fixed-elasticsearch-filter-parsing-of-translated-fields-in-product-related-entities.md) ([Martin Bens](https://github.com/spigandromeda))
* [NEXT-32135 - Set-Group promotions cause a timeout if too many products are in cart](https://github.com/shopware/shopware/blob/v6.5.8.16/changelog/release-6-5-8-16/2024-11-05-set-group-promotions-cause-a-timeout-if-too-many-products-are-in-cart.md)
* [NEXT-38535 - Adding the sort when searching the properties](https://github.com/shopware/shopware/blob/v6.5.8.16/changelog/release-6-5-8-16/2024-11-26-adding-the-sort-when-searching-the-properties.md)
* [NEXT-38579 - Changed to cleanup custom fields before save to DB](https://github.com/shopware/shopware/blob/v6.5.8.16/changelog/release-6-5-8-16/2024-10-24-changed-to-cleanup-custom-fields-before-save-to-db.md)
* [NEXT-39044 - Fix order can not recalculate when line items are empty](https://github.com/shopware/shopware/blob/v6.5.8.16/changelog/release-6-5-8-16/2024-10-21-fix-order-can-not-recalculate-when-line-items-are-empty.md)
* [NEXT-39215 - Fixed Belgian VAT ID pattern](https://github.com/shopware/shopware/blob/v6.5.8.16/changelog/release-6-5-8-16/2024-10-25-fixed-belgian-vat-id-pattern.md)
* [NEXT-39245 - Fix address handling does not work properly](https://github.com/shopware/shopware/blob/v6.5.8.16/changelog/release-6-5-8-16/2024-10-28-fix-address-handling-does-not-work-properly.md)
* [NEXT-39299 - Fixed price field collection serialization](https://github.com/shopware/shopware/blob/v6.5.8.16/changelog/release-6-5-8-16/2024-11-11-fixed-price-field-collection-serialization.md)
* [NEXT-39349 - Fixed shipping method fixed tax recalculation](https://github.com/shopware/shopware/blob/v6.5.8.16/changelog/release-6-5-8-16/2024-11-11-fixed-shipping-method-fixed-tax-recalculation.md)
* [NEXT-39414 - Fix issue delivery promotion not apply](https://github.com/shopware/shopware/blob/v6.5.8.16/changelog/release-6-5-8-16/2024-11-20-fix-issue-delivery-promotion-not-apply.md)

## More resources

* [Detailed diff on Github](https://github.com/shopware/shopware/compare/v6.5.8.15...v6.5.8.16) to the former version
* [Changelog on GitHub](https://github.com/shopware/shopware/blob/v6.5.8.16/CHANGELOG.md) for this version.
* [Installation overview](https://developer.shopware.com/docs/guides/installation/)
* [Update from a previous installation](https://developer.shopware.com/docs/guides/installation/template.html#update-shopware)

## Get in touch

Discuss about decisions, bugs you might stumble upon, etc in our [community slack](https://slack.shopware.com). See you there ;)

0 comments on commit 2a6bce3

Please sign in to comment.