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 CW20-2026

Prev Next

B.260513-MINOR

🔧 Improved

New Dashboard Notifications

Notifications in the Frisbii Media Merchant Backend are now displayed as compact messages in the top-right corner instead of banners. They automatically disappear after 10 seconds, remain visible when hovered over, and can be closed at any time using the “X” button. Multiple notifications are stacked neatly below each other.

Display API Tokens in Activities

The customer account activity log now shows the name of the API or partner token used, making changes easier to trace. If you have the required permissions, you can jump directly from the activity entry to the related token configuration. Without the necessary permissions, the token name remains visible, but the link is not clickable.

Folder Structure Sorted Alphabetically

Folders in the folder structure are now sorted alphabetically everywhere — both in the main view and in selection dialogs. Folders starting with a number are displayed at the end and continue to be sorted by creation date within that section.

Clearer Separation of Template Permissions

Access permissions in the Frisbii Media Merchant Backend have been restructured for better clarity: the section “Settings and Templates” is now located under “Settings,” while template-related permissions are displayed in a separate “Templates” section. In addition, the permission “View Templates” is no longer granted automatically when permissions from “Settings,” “Finance Settings,” or “Development Settings” are enabled.

New Layout for External Offers (Cross-Client)

The detail page for external offers has been updated to the new layout, ensuring that all offers now use a consistent detail view.

Display Delivery Address in Orders

The recipient of the service is now also displayed in the order details. You can expand each product entry to view the related delivery address, similar to the “Invoices” section. In addition, the delivery address is now also shown in the order confirmation.

Icon for Cross-Client Subscriptions

An icon is now displayed in the subscription list within the customer account to clearly identify subscriptions originating from a cross-client connection. This removes the need to open the subscription just to check whether it belongs to another client.


🐛 Bug Fixes

PLEN-11156: On the page for editing additional offer data, the content area was sometimes not displayed. The input fields and actions for editing and adding additional data are now available again.

PLEN-11155: On the page for editing additional customer data in the Frisbii Media Merchant Backend, the content area was sometimes missing, preventing any input. The content area with input fields and save functionality is now available again, allowing additional data to be added and edited as usual.

PLEN-11136: In the Frisbii Media Merchant Backend, not all available cancellation dates were displayed for certain subscriptions, making cancellation on the desired date partially impossible. Support staff now see the same available cancellation options and dates as end customers, allowing reliable selection of the correct cancellation date again.

PLEN-11055: In some cases, the Frisbii Media Merchant Backend displayed an incorrect cancellation date for regular cancellations when the cancellation occurred on the last day of a month. The cancellation date is now correctly displayed for the current step.

PLEN-11043: Temporary discounts remained active after the specified period expired and were still partially displayed in the subscription details. Discounts now end as intended, and prices and invoices are shown again without discounts after the end date.

PLEN-10833: In the “Cancellation Reasons” report, invalid time ranges were displayed in the date filter, and the “Hour/Day/Month” selection was missing. The date filter now only shows valid periods (maximum 90 days), and the “Hour,” “Day,” and “Month” buttons are now available as in other reports.

PLEN-5241: When churn prevention was disabled in the Frisbii Media Merchant Backend, it was still displayed in Self Service. Churn prevention is now only shown when enabled, and the related texts in the settings have also been updated.

PLEN-11117: For multi-step subscriptions, regular cancellation could still be performed during the active step 1 period. This could result in incorrect billing for the full accounting period of step 2 even though the subscription ended earlier. “Cancel regularly” is now also blocked, so cancellations are only possible starting from the beginning of step 2 — both in the Merchant Backend and in Self Service.

PLEN-11131: In XML invoices, the discount was shown in the wrong place. Prices are calculated correctly as follows: gross price - tax - discount = net price.


S.260513-MINOR

🔧 Improved

Hide Prices for External Orders

In Self Service, prices for external orders can now also be hidden via CSS in the snippet Subscriptions → Purchases as well as in the purchase overview using:

.purchases-purchaseItem-price,
.purchases-purchase-price {
display: none;
}

This prevents potentially misleading price information from being displayed when subscriptions are managed externally.

More Accurate Cancellation Dates in Self Service

In Self Service, cancellation dates for future steps are no longer displayed for multi-step subscriptions when the accounting period is longer than the respective subscription interval. This ensures that customers can only select valid cancellation dates.