FriendsOfShopware / FroshPlatformShareBasket

This plugin allows your customers to save the current basket and share it via link.
MIT License
13 stars 7 forks source link

Shopware 6.4 compat is not given due to missing shopware.config refactoring #9

Closed MDSLKTR closed 3 years ago

MDSLKTR commented 3 years ago

Actual behaviour

6.4 compatibility is not given even though the requirements are marked in the composer.json

Expected behaviour

shopware.config is replaced by config('key') and compat is given

Environment

Shopware 6.4.1.0
Plugin version 0.2.0

Steps to reproduce

Check src/Resources/views/storefront/utilities/frosh-share-basket.html.twig and see that the deprecated shopware.config is still used which is null since Shopware 6.4

tinect commented 3 years ago

Thank you! I fixed it with new release.