> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/release-notes/limio-commerce-release-notes/legacy-releases/release-notes-summer-21-updates-and-bug-fixes.md).

# Release Notes Summer '21: Updates and Bug Fixes

## Limio App

#### **New**

* Renewal campaigns to default by subscription country instead of IP
* Prevent Traditional Renewal in a different currency
* Cancel/Resume a paused delivery
* Default to the right product tab on renewal
* Traditional Renewal - Mark old (renewed) subscription as Renewed
* Other existing subscribers can redeem gifts through contacting customer service
* Gift recipients can renew gifts - New subscription created
* Agent Subscriptions - Renewals - New subscription created

#### **Bugfixes**

* Gifts - Order summary doesn't contain full gift subscription name on EU Gift checkout page.
* Gifts - Gift checkout page sections contain additional fields.
* Cancel pause delivery - inconsistent messages on resume delivery
* Checkout - Default campaign is failing
* Small updates to campaigns / pages
* Error doesn't show if you input an invalid date on the gift checkout
* Renew Traditional Sub - Renewing a digital traditional offer with a UK bundle one does not take affect
* Change address - 'County' field value cannot be changed
* Journey URLs - Display Starting point URL instead of destination URL

## Limio for Salesforce

#### **New**

* Group Subs Address Updates in Limio MP
* CSR - Redeem a gift - Add AR credit
* CSR - Redeem a gift - Add Traditional Term
* CSR - Pause Print
* CSR - Refund an unredeemed gift
* CSR - Redeem a gift

#### **Bugfixes**

* Card details changed event is raised if CSR selects a customer wallet as a payment method


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.limio.com/release-notes/limio-commerce-release-notes/legacy-releases/release-notes-summer-21-updates-and-bug-fixes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
