Skip to content

Commit

Permalink
Merge branch 'next-39413/prepare-release' into '6.5.x'
Browse files Browse the repository at this point in the history
NEXT-39413 - Prepare release v6.5.8.15

See merge request shopware/6/product/platform!15181
  • Loading branch information
mkraeml committed Nov 6, 2024
2 parents a3ef27a + 6342484 commit 3cf9514
Show file tree
Hide file tree
Showing 20 changed files with 42 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab/bin/commercial_release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ composer config version ${COMMERCIAL_VERSION} --no-interaction
composer require "$CORE_REQUIRE" --no-interaction --no-update

# Add Changelog entry
sed -i "1s/^/# $COMMERCIAL_VERSION\n\n* Release for platform $PLATFORM_TAG\n\n/" CHANGELOG.md
sed -i "1s/^/# $COMMERCIAL_VERSION\n\n* Release for platform $PLATFORM_TAG\n\n/" CHANGELOG_en-GB.md || true
sed -i "1s/^/# $COMMERCIAL_VERSION\n\n* Release für platform $PLATFORM_TAG\n\n/" CHANGELOG_de-DE.md || true

git add composer.json

Expand Down
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
# Changelog
This is the official changelog index of Shopware 6. Here you find a registry of all Shopware 6 releases with a reference to the detailed changelog of each version. If you want to know more about how the changelog is created have a look [here](/adr/workflow/2020-08-03-implement-New-Changelog.md).

## 6.5.8.15
* [#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))
* [NEXT-32770 - Fix discount calculation in order detail page](./changelog/release-6-5-8-15/2024-01-26-fix-discount-calculation-in-order-detail-page.md)
* [NEXT-32922 - Postal code not mandatory in alternative delivery address](./changelog/release-6-5-8-15/2024-08-22-postal-code-not-mandatory-in-alternative-delivery-address.md)
* [NEXT-33740 - Improved admin typescript implementation](./changelog/release-6-5-8-15/2024-09-23-improved-admin-typescript-implementation.md)
* [NEXT-33825 - Update postal code required for country table to default value is true](./changelog/release-6-5-8-15/2024-08-24-update-postal-code-required-for-country-table-to-default-value-is-true.md)
* [NEXT-34142 - Fix creating invoices via bulk edit missing invoice address](./changelog/release-6-5-8-15/2024-09-19-fix-creating-invoices-via-bulk-edit-missing-invoice-address.md)
* [NEXT-36774 - Fix $super call stack exception](./changelog/release-6-5-8-15/2024-09-23-fix-super-call-stack-exception.md)
* [NEXT-36925 - Release promotion code after remove promotion line item](./changelog/release-6-5-8-15/2024-08-23-release-promotion-code-after-remove-promotion-line-item.md)
* [NEXT-37467 - Improve admin component override logic](./changelog/release-6-5-8-15/2024-09-23-improve-admin-component-override-logic.md) ([Benjamin Wittwer](https://github.com/akf-bw))
* [NEXT-37518 - Elasticsearch with special chars](./changelog/release-6-5-8-15/2024-09-11-elasticsearch-with-special-chars.md)
* [NEXT-37715 - Make the promotionId within Order-Line-Item definition writable for AdminAPI](./changelog/release-6-5-8-15/2024-08-15-make-promotionId-writable-in-orderlineitem-definition.md)
* [NEXT-37997 - VAT is not mandatory in alternative shipping address](./changelog/release-6-5-8-15/2024-09-10-vat-not-mandatory-in-alternative-shipping-address.md)
* [NEXT-38112 - Fix issue cart discount with rule not possible in promotion](./changelog/release-6-5-8-15/2024-09-06-fix-issue-cart-discount-with-rule-not-possible-in-promotion.md)
* [NEXT-38262 - Fix issue cart discount with total quantity rule not possible](./changelog/release-6-5-8-15/2024-09-11-fix-issue-cart-discount-with-lineitemgoodstotal-rule-not-possible.md)
* [NEXT-38331 - Fix password reset validation handling](./changelog/release-6-5-8-15/2024-09-23-fix-password-reset-validation-handling.md)
* [NEXT-38375 - Fixed reloading of default customer addresses](./changelog/release-6-5-8-15/2024-01-11-fixed-reloading-of-default-customer-addresses.md)
* [NEXT-38436 - Fix birthday display in admin](./changelog/release-6-5-8-15/2024-09-26-fix-birthday-display-in-admin.md)
* [NEXT-38495 - Update account accordion to Bootstrap version 5](./changelog/release-6-5-8-15/2024-10-01-update-account-accordion-to-bootstrap-version-5.md)

## 6.5.8.14
* [NEXT-34155 - Search for a composer.json in `custom/static-plugins/`](./changelog/release-6-5-8-14/2024-03-11-include-static-plugins-path-in-testbootstrapper.md)
* [NEXT-37462 - Upsert custom fields in app lifecycle](./changelog/release-6-5-8-14/2024-07-31-upsert-custom-fields-in-app-lifecycle.md)
Expand Down
7 changes: 7 additions & 0 deletions UPGRADE-6.5.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 6.5.8.15
## Elasticsearch with special chars
* To apply searching by Elasticsearch with special chars, you would need to update your ES index mapping by running: `es:index`

## New parameter `shopware.search.preserved_chars` when tokenizing
* By default, the parameter `shopware.search.preserved_chars` is set to `['-', '_', '+', '.', '@']`. You can add or remove special characters to this parameter by override it in `shopware.yaml` to allow them when tokenizing string.

# 6.5.8.12
## Messenger routing overwrite

Expand Down

0 comments on commit 3cf9514

Please sign in to comment.