> For the complete documentation index, see [llms.txt](https://documents.shopifymate.com/random-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documents.shopifymate.com/random-documentation/greeting/change-log.md).

# Change Log

### Random ver 2.2.0 ( 16 Apr 2025 )

* \[FIXED] Verify theme by Purchase Code error
* \[FIXED] Right to Left on some Homepages
* \[FIXED] Retina Display images
* \[FIXED] Some bugs that customers reported
* \[IMPROVED] Compatible with latest Shopify version

***

### Random ver 2.1.0 ( 23 Aug 2024 )

* \[IMPROVED] Compatible with latest Shopify version
* \[FIXED] Some bugs that customers reported

***

### Random ver 2.0.0 ( 20 May 2024 )

* \[IMPROVED] Code quality
* \[IMPROVED] Language Translation & Currency conversion
* \[IMPROVED] Mega Menu
* \[IMPROVED] Fuller compatibility with Shopify 2.0 apps
* \[IMPROVED] Responsive on Mobile
* \[UPDATED] Compatible with **Judge.me** Review App
* \[UPDATED] New Documentation - By using the new Online Documentation, you have an additional "Search Bar" to find the problem you are looking for quickly.
* \[ADDED] Some settings On/Off for Sticky menu, wishlist icon, account icon on Header

***

### Random ver 1.4.0 ( 14 Jul 2023 )

* \[Update] Improved JSON files
* \[Update] Section for all pages

***

### Random ver 1.3.0 ( 09 Aug 2022 )

* \[Fixed] Spacing issue (Original price and discount price)
* \[Fixed] Password page issue
* \[Fixed] Gift card page issue

***

### Random ver 1.2.0 ( 01 Nov 21 )

* \[Fixed] Translate issues
* \[Fixed] Dynamic checkout button issue

***

### Random ver 1.1.0 ( 13 Oct 21 )

* \[Fixed] Logo is blurred on mobile devices
* \[Fixed] Collection page
* \[Fixed] Language Translation


---

# 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://documents.shopifymate.com/random-documentation/greeting/change-log.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.
