# Limio Release Notes - Release 66.0

### New Features and Improvements

**View of Order-Change-Success Component.**

You can now see the "undefinedundefined" value instead of the variables in the app.

*Screenshot: View of Order-change-success component in the app*

**Radio Buttons on Switch Subscription**

The options to upgrade / switch subscription will now allow a radio buttons. It can be configured in the switch subscription component and the default layout is Cards. You can change to radio-buttons from the drop-down as shown below.

*Screenshot: Radio Buttons for Switch Subscription Component*

**Improvements to Cancel-Save-Offer Component**

The new improvements to the cancel-save-offer component supports dynamic variables like {{nextPaymentCost}}, {{nextPaymentDate}} which will help customers to understand the impact of the cancel save offer on payments.&#x20;

*Screenshot: Cancel Save Offer View*

**New Zuora Hosted Payment Methods (HPM) settings for content under iFrame**

We have added a rich text field in Single Page checkout and Payments table component. This can be used add information around the payment method, such as security for cards or mandatory information for Direct Debit.

**Salesforce Platform Events**

Limio can now generate Salesforce Platform Events. Salesforce can be configured to listen to them and populate the Salesforce data model. This can be useful for contact centre agents to see the history of subscription changes or a sales people to be informed of the latest purchases. Learn more at .

### Bug Fixes

**Save/Edit Buttons for links in rich text field of components** (Done)

There was an error with save/edit and remove button where the buttons were not clickable for the links in rich field text on component.This issue has been fixed in this Release.

*(Fixes the Zendesk tickets: Ticket #2289*\_)\_

**City/State field in address were set to null** (Done)

The bug where City and State field in address were being set as null will fixed in the Release. In the address id a null value is passed, it will be changed to an empty string to fix this issue.

*(Fixes the Zendesk tickets: Ticket #2677*\_)\_

**Search only works for Offers** (Done)

Previously the search in the catalog only worked for offers. The release will fix this to have the ability to Search Product and Segments.

**Incorrect HPM page selection for Discounts** (Done)

The implemented solution will filter out discount offers when determining whether a transaction is auto renew or not while generating the payment iFrame.

*(Fixes the Zendesk tickets: Ticket #2721*\_)\_

**Long MMA Description breaks the alignment in Orders-table** (Done)

Long text in the description for MMA in orders-table caused misalignment. This bug with alignment is now fixed in this Release.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.limio.com/release-notes/limio-commerce-release-notes/legacy-releases/limio-release-notes-release-660.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
