- Issue created by @plopesc
2.1.0 introduces a change in the Add to Cart link constructor that may affect to sites that manually instantiates this class.
This API change is not announced in the release notes and could potentially break sites.
* Install module in version 2.0.6
* Manually instantiate for any reason AddToCartLink or AddToWishListLink class
* Upgrade to 2.1.0
* Site breaks because the 2 constructor parameter is required
Add BC dance to deprecate the old constructor and give time to site admins to adapt their sites.
Active
2.0
Code