> 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/limio-release-notes-release-51.md).

# Limio Release Notes - Release 51

### New Features and Improvements

**Search Feature Improvements**

Scrolling used to be a nightmare where you couldn't see the headings of the columns! We are happy to say that the headings will stick to the top of the page as you scroll!

**Load More button in search**

Previously the load more button was always visible in search which made it confusing to our customers. We are now confident in saying that you will only see this button when there are more items to be loaded on the screen.

*Sticky header when scrolling and load more button only displayed when relevant*

**Journey Feature UI change**

Our customers made us aware of the confusion surrounding the Add Journey button within the Journey section. We have listened to the feedback and have renamed this button to "Add Condition".

*Renamed "Add Journey" button to "Add Condition"*

**Gift Checkout Message**

Consumers are not allowed to type long essays anymore! :) Characters are now limited to only 255 per message.

*Character Limit set at 255 with message that limit has been reached*

### Bug Fixes

**Browser Issues**

Edge users can access all links on offer pages where it was once not possible.

**Checkout Issues**

* AMEX card logo shown where applicable
* Mobile view: Country full name displayed in Order Summary


---

# 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/limio-release-notes-release-51.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.
