> For the complete documentation index, see [llms.txt](https://uxper.gitbook.io/togo-wordpress/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uxper.gitbook.io/togo-wordpress/changelog.md).

# Changelog

**NOTICE**

{% hint style="info" %}
Remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.
{% endhint %}

#### **Version 1.0.6** — *Jan 06, 2026*

**Added**

* Version downgrade functionality for easier rollback and testing
* Trip card badge support
* AJAX add-to-cart functionality
* New *Visa* post type

**Fixed**

* Gallery display issue on single tour pages on mobile devices

***

#### **Version 1.0.5** — *Nov 05, 2025*

**Added**

* Data synchronization feature
* Mapbox & OpenStreetMap integration
* Email popup support
* Currency switcher
* AJAX-powered filter loading
* Booking cut-off time before tour departure
* New translation strings for Loco Translate

**Updated**

* Improved responsive layout for mobile and tablet devices

***

#### **Version 1.0.4** — *Oct 02, 2025*

**Fixed**

* Duplicator issue when using tiered pricing
* Currency-related issues

**Added**

* Additional translation strings for Loco Translate

***

#### **Version 1.0.3** — *Sep 17, 2025*

**Added**

* Currency switcher functionality
* Booking cut-off time feature
* Custom field support on the checkout page
* Translation strings for Loco Translate

**Fixed**

* Minor CSS, JavaScript, and responsive layout issues

***

#### **Version 1.0.2** — *Aug 08, 2025*

**Added**

* 4 new homepage layouts

**Fixed**

* Destinations widget issue
* jQuery-related issues
* Minor CSS, JavaScript, and responsive layout issues

***

#### **Version 1.0.1** — *Jul 11, 2025*

**Added**

* Free Figma design file download

**Updated**

* `.pot` file for Loco Translate compatibility

***

#### **Version 1.0.0** — *Jul 08, 2025*

🎉 **Initial Release**


---

# 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://uxper.gitbook.io/togo-wordpress/changelog.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.
