#86carvva7 - Fixes migration error for navigation
1. Why is this change necessary?
This change is a bug fix addressing a migration error that could occur during plugin installation or update. The error was caused by a missing category version reference for the additional navigation.
2. What does this change do, exactly?
This change resolves the identified migration error by ensuring the correct handling of category version references for additional navigation during plugin installation or updates. It also updates the plugin's version to 7.2.3.
3. Describe each step to reproduce the issue or behavior.
- get a shop with mysql 8.4 (or not)
Test1:
- install plugin in 7.2.2
- set up some categories as navigations
- checkout this MR
- update plugin
- check if it works still
Test2:
- checkout this MR and install it directly
- check if it also works
4. Please link to the relevant issues (if any).
https://app.clickup.com/t/90151222202/86carvva7
5. Checklist
-
I have updated the plugin version and changelog -
I have updated the manual / created a manual update merge request -
I have updated the shopware store information -
I can confirm the code style fits our requirements -
I can confirm that no debug output is generated anywhere
6. Release Notes
Fixed a migration error that could occur when installing or updating the plugin, caused by a missing category version reference for the additional navigation.