# Changelogs

## Version: 3.1.0 (hotfix-1)

> 12 March 2023
>
> ```
> - Fixed: Deleting categories wasn't working in admin panel.
> - Changed file: lib/pages/categories.dart (admin)
> ```

## Version: 3.1.0 (hotfix)

> 27 February 2023
>
> ```
> - Fixed an issue while uploading images from the admin panel
> ```

## Version: 3.1.0

> 26 February 2023
>
> ```
> - Updated with flutter latest version 3.7.x (Both app and admin)
> - Fix Android 13 notification & download issues (app)
> - Added login with email & password (app)
> - Added new login method for admin (admin)
> - Added custom security rules to secure the database
> - Added the ability to upload images to hosting (admin)
> - Lots of UI Changes (admin)
> - New online doc
> ```


---

# Agent Instructions: 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://walfydoc.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.
