Note
Changes on accessibility might affect your integration.
Checkout Accessibility
Navigation with already saved addresses
All existing addresses of a customer account are now accessible via screen reader, tabulator and keyboard navigation.
Navigation when adding a credit card
The process for adding a credit card during checkout has been improved to better support customers who use screen readers and keyboard controls.
🐛Fix
PLEN-10220: Missing [disabled] attribute for the confirmation button
The confirmation button (e.g. "Check data" when entering IBAN and BIC) no longer used the standard HTML attribute [disabled]
when inactive. Instead, only ARIA attributes (such as aria-disabled
) were applied. The confirmation button now uses the attribut<1>[disabled]
when inactive to ensure proper accessibility and styling.
PLEN-10249: The checkout behavior when attempting to repurchase an already purchased product did not match the behavior described in our SDK documentation. This has been corrected, and the behavior now aligns with the documentation:
If the customer has already purchased the product and allowMultiplePurchases
is disabled (=false)
and the customer clicks the Continue button:
The
plenigo.PurchaseSuccess
event is triggered.The event contains
orderId = -1
No
plenigo.PurchaseFailed
event is triggered.
PLEN-10414: The Stripe Payment Button “LINK” logo is displayed again when selecting payment methods.