> For the complete documentation index, see [llms.txt](https://docs.mews.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mews.com/booking-engine-guide/changelog/changelog2023.md).

# Changelog 2023

## 2nd November 2023

* API: Corrected out of date link to PCI Proxy documentation in [Supporting payment cards](/booking-engine-guide/booking-engine-api/use-cases/supporting-payment-cards.md)

## 18th August 2023

* Widget: Re-wrote the documentation for [Google Tag Manager integration](/booking-engine-guide/integrations.md)

## 1st June 2023

* Widget: Added a new custom event to track the number of selected adults and children `ga4_FetchedWithOccupancy` into [Google Triggers Reference](/booking-engine-guide/integrations/google-triggers-reference.md#ga4fetchedwithoccupancy)

## 23rd March 2023

* Widget: Updated description for `ga4_RatesLoaded` event

## 14th March 2023

* General: Minor changes for readability and consistency
* API: Added reference to Deprecations Policy on API [Deprecations](/booking-engine-guide/booking-engine-api/deprecations.md) page

## 26th January 2023

* Standalone: Changed domain from `api.mews.com` to `app.mews.com`
* Standalone: Added new deeplink parameter [mewsSort](/booking-engine-guide/booking-engine-standalone/deeplinks.md#parameters-supported-in-single-and-multi-enterprise-mode) for sorting categories by price

| Next                                                               |
| ------------------------------------------------------------------ |
| [Changelog 2022](/booking-engine-guide/changelog/changelog2022.md) |


---

# 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.mews.com/booking-engine-guide/changelog/changelog2023.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.
