> For the complete documentation index, see [llms.txt](https://changelog.ergonode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.ergonode.com/plugins/shopware-6.5.x.md).

# Shopware 6.5.x

{% hint style="danger" %}
The Shopware plugin is now fully Open Source and maintained by a third party.&#x20;

Please go to [GitHub ](https://github.com/ergonode/integration-shopware)to download the newest version, read about changes, or create an issues ticket if any arise.&#x20;
{% endhint %}

{% hint style="warning" %}
Please read the [disclaimer ](https://usermanual.ergonode.com/plugins/disclaimer)before using this plugin.
{% endhint %}

##

## v. 2.6.7

* Added option "Forces to save product SKU in uppercase" in plugin settings
* Changed the synchronization order ProductVisibilitySync is now started after ProductSync

## v. 2.6.6

* Custom fields values are now removed from Shopware on the Sync if their values were deleted in Ergonode
* Fixed an error that prevented synchronization when select or multi select attribute options values had special characters in them and those were characters that make the option name unique Ex: "kat" and "kąt"

## v. 2.6.5

* Fixed an issue when syncing product with more than 50 categories attached to it

## v. 2.6.4

* Support for deleted values
* Updated code to support Ergonode API changes
* Added support for Ergonode Category Attributes synchronization
* Added switch to only show log with error
* Added switch to disable Category sync

Known issues

* Issue with categories when syncing product with more than 50 categories attached to it

## v. 2.1.3

* Category synchronization optimization
* Added support for SW 6.5.6.x

## v. 2.0.2

* Fix for duplicated entries when syncing manufacturers
* Removal of unused pictograms option
* Scheduler fix
* Category assignment with “latest changes fix”
* “Expecting data to be array” fix
* “Resource data lock” fix
* “This value should not be blank” fix

## v. 1.1.6

* Initial release for 6.5.x version


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://changelog.ergonode.com/plugins/shopware-6.5.x.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
