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: CHANGELOG-6.1.md
+2
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,8 @@ To get the diff between two versions, go to https://github.com/shopware/platform
89
89
* The `\Shopware\Core\Framework\DataAbstractionLayer\Field\PriceField` can now contains a `listPrice`
90
90
*`\Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice` supports now list prices.
91
91
* Fix mail sending via sendmail transport
92
+
* You can now opt-out of removing your plugin migrations on uninstall by calling `\Shopware\Core\Framework\Plugin\Context\UninstallContext::enableKeepMigrations`
93
+
* Added `\Shopware\Core\Framework\Plugin::removeMigrations` to remove plugin migration entries.
92
94
* Storefront
93
95
* Fixed the cookie privacy hint to use the correct link `privacyPage` instead of `shippingPaymentInfoPage`
94
96
* Added the parameter `useBackdrop` to the `page-loading-indicator.utils.js``remove` and `create` methods. Defaults to `true`
Copy file name to clipboardexpand all lines: UPGRADE-6.1.md
+1
Original file line number
Diff line number
Diff line change
@@ -248,6 +248,7 @@ Core
248
248
* After: `public function getEntityTag(string $id, string $entityName): string`
249
249
* If you called this function, simply replace the second function parameter to your entity name
250
250
* Currently both ways are supported. The `string $entityName` type hint will be added with `v6.3.0`
251
+
* We'll stop deleting the plugin migration data on plugin uninstall in `v6.3.0` If you want to keep removing it anyway you have to call `\Shopware\Core\Framework\Plugin::removeMigrations`.
0 commit comments