You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE-6.6.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -847,7 +847,7 @@ Also use the `Resources/flow.xml` file path instead of `Resources/flow-action.xm
847
847
848
848
## Old Elasticsearch data mapping structure is deprecated, introduce new data mapping structure:
849
849
850
-
* For the full reference, please read the [adr](../../adr/2023-04-11-new-language-inheritance-mechanism-for-opensearch.md)
850
+
* For the full reference, please read the [adr](/adr/2023-04-11-new-language-inheritance-mechanism-for-opensearch.md)
851
851
* If you've defined your own Elasticsearch definitions, please prepare for the new structure by update your definition's `getMapping` and `fetch` methods:
852
852
853
853
```php
@@ -1772,7 +1772,7 @@ The selector to initialize the `AjaxModal` plugin will be changed to not interfe
1772
1772
1773
1773
The `generateNewPath()` and `saveSeed()` methods in `\Shopware\Storefront\Theme\AbstractThemePathBuilder` are now abstract, this means you should implement those methods to allow atomic theme compilations.
1774
1774
1775
-
For more details refer to the corresponding [ADR](../../adr/storefront/2023-01-10-atomic-theme-compilation.md).
1775
+
For more details refer to the corresponding [ADR](/adr/2023-01-10-atomic-theme-compilation.md).
1776
1776
1777
1777
## Removal of `blacklistIds` and `whitelistIds` in `\Shopware\Core\Content\Product\ProductEntity`
1778
1778
Two properties `blacklistIds` and `whitelistIds` were removed without replacement
0 commit comments