Releases CW46-2025

Prev Next

B.251110-MINOR

💡New

Checkout Editor: Payment carousel arrows are now customizable

The arrows for changing pages in the payment method carousel can now be customized in the checkout editor UX/UI-Design component.
The arrows were changed from <img> to <svg> so that the elements can be styled. Added CSS:

.pl-slider__icon svg {
  fill: #18a0fb;
}

Define relative start date on offers

It is now possible to define a relative start date for an offer (e.g., starts on the 15th of each month or at the beginning of every 3rd month/year). This option can be found in the offer detail view via the action bar under Extended Offer Data > Edit Start Time.

More information and examples can be found here: Set Start Date for Subscriptions

SEPA payment (direct debit) added to Frisbii Pay

SEPA can now be selected as a payment method to Frisbii Pay.

🐛Bug-Fixes

PLEN-10689: Fixed an error when editing offers without a product contract.


C.251110-MINOR

🐛Bug-Fixes

PLEN-10586: Correct display of the Postbox field in checkout. The visibility of the Postbox field is now primarily determined by the MB checkout variant configuration. The SDK can still optionally enable it, but it is no longer required as an additional condition.

PLEN-10642: The source-tag provided in the configuration is now correctly applied.