--- title: "Releases CW46-2025" slug: "release-kw46-2025" updated: 2025-11-17T10:33:03Z published: 2025-11-17T10:33:03Z canonical: "help.frisbii.com/release-kw46-2025" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.frisbii.com/llms.txt > Use this file to discover all available pages before exploring further. # Releases CW46-2025 ## 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 to so that the elements can be styled. Added CSS: ```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](/frisbii-media/docs/startdatum-für-abonnements-festlegen#set-relative-start-date) #### **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.