> For the complete documentation index, see [llms.txt](https://doc.travelhour.mrb-lab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.travelhour.mrb-lab.com/changelogs.md).

# Changelogs

## Version: 4.2.3

> 28 October 2025
>
> ```
> - Compatible with flutter latest version 3.35.6 [app and admin]
> - Added support for 16 KB memory page size requiremnts for Google Play Store [app]
> ```

## Version: 4.2.2

> 05 May 2025
>
> ```
> - Compatible with flutter latest version 3.32.0 [app and admin]
> ```

## Version: 4.2.1

> 21 November 2024
>
> ```
> - Compatible with flutter latest version 3.24.5 [app and admin]
> ```

## Version: 4.2.0

> 01 September 2024
>
> ```
> - Compatible with flutter latest version 3.24.x [app and admin]
> - Updated packages and depricated issues.
> - Updated FCM notification with new http method [Follow Admin Setup - 3.4]
> ```

## Version: 4.1.3(hotfix-1)

> 05 Nov 2023
>
> ```
> - Fixed borderRadius issue which causing failer to run the app
> ```

> Changed Files (App)
>
> ```
> - pubspec.yaml
> - lib/pages/intro.dart
> - lib/pages/place_details.dart
> ```

## Version: 4.1.3(hotfix)

> 25 May 2023
>
> ```
> - Updated with flutter latest version 3.10.x (Both app and admin)
> ```

## Version: 4.1.3

> 08 February 2023
>
> ```
> - Updated with flutter latest version 3.7.x (Both app and admin)
> - Fix Android 13 notification issues
> - Fix iOS notification permission issues
> - New online documentation
> ```


---

# 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:

```
GET https://doc.travelhour.mrb-lab.com/changelogs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
