Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added v6.5.8.15 #50

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions src/6.5/6.5.8.15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
nav:
title: v6.5.8.15
meta:
date: "2024-11-06"
---

# Release notes Shopware 6.5.8.15

## 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

* [NEXT-39044](https://github.com/shopware/shopware/issues/5148) - Last line item of order can be deleted, leading to incorrect order total
* [NEXT-38579](https://github.com/shopware/shopware/issues/4919) - customFields of lineItem is deleted when using discount
* [NEXT-38495](https://github.com/shopware/shopware/issues/4892) - My account change password / email accordion collapse (Missing Bootstrap 5 compatibility)
* [NEXT-38436](https://github.com/shopware/shopware/issues/4868) - Birthday is displayed incorrectly, when using a UTC - XX:XX Time
* [NEXT-38393](https://github.com/shopware/shopware/issues/4796) - Subscription order generation does not use unique ids
* [NEXT-38375](https://github.com/shopware/shopware/issues/4781) - Address not reloaded when searching for a customer while already on a administration customer detail page
* [NEXT-38326](https://github.com/shopware/shopware/issues/4593) - Shopware Commercial plugin gives SCSS compile errors when using @StorefrontBootstrap
* [NEXT-38292](https://github.com/shopware/shopware/issues/4720) - Unnecessary and incorrect association loading in CheckoutRegisterPageLoader
* [NEXT-38112](https://github.com/shopware/shopware/issues/4611) - Promotion - cart discount with rule not possible in promotion-tab
* [NEXT-38056](https://github.com/shopware/shopware/issues/4570) - No page numbers in the subscription overview
* [NEXT-37823](https://github.com/shopware/shopware/issues/3248) - Shopware watch-administration.sh not working after remove shopware/storefront package
* [NEXT-37571](https://github.com/shopware/shopware/issues/4444) - Validate VAT Reg.No. format does not work correct
* [NEXT-37518](https://github.com/shopware/shopware/issues/4440) - Advanced Search 2.0 - Search for product numbers with special characters
* [NEXT-36925](https://github.com/shopware/shopware/issues/4382) - Release promo code after cancelation
* [NEXT-34142](https://github.com/shopware/shopware/issues/4198) - Invoice creation via bulk edit
* [NEXT-33825](https://github.com/shopware/shopware/issues/4222) - Postal code not required by default anymore
* [NEXT-32922](https://github.com/shopware/shopware/issues/4283) - Postal code not mandatory in alternative delivery address / PLZ kein Pflichtfeld in abweichender Lieferadresse
* [NEXT-32770](https://github.com/shopware/shopware/issues/4638) - Discount calculation in existing order - Rabattkalkulation in bestehender Bestellung
* [NEXT-32218](https://github.com/shopware/shopware/issues/4071) - Promotion: It is not possible to change the tax of a promotion in an order.

## More resources

* [Detailed diff on Github](https://github.com/shopware/shopware/compare/v6.5.8.14...v6.5.8.15) to the former version
* [Changelog on GitHub](https://github.com/shopware/shopware/blob/v6.5.8.15/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 ;)
Loading