> For the complete documentation index, see [llms.txt](https://nexas-ridewiz.gitbook.io/myagents.plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nexas-ridewiz.gitbook.io/myagents.plus/product-development/changelog/b2c+-changelog-+dev/v4-2021.md).

# v4 2021

**version : v4.9 (28/07/2021)**

Improvements & Bug solving

* Amarpay payment gateway
* Redis cache support
* Google map in address section for seller and customer
* Order notification
* New feature for seller product approval by admin
* File uploads option in seller panel
* Search option and validation for colors in Admin panel
* Footer content translation
* Mobile UI improved
* Minor bug fixing

**version : v4.8 (20/06/2021)**

Improvements & Bug solving

* Colors add/edit/delete option
* Attribute values add/edit/delete option
* Discount period for products
* Some minor bug fix

**version : v4.7 (02/06/2021)**

Improvements & Bug solving

* Website pop option with subscription form
* Removable top banner with link
* Play store, app store link options in footer
* Bulk delete options on admin panel for products, orders, customers, sellers
* API bug fix for fllutter app
* Some minor bug fix

**version : v4.6 (12/05/2021)**

Improvements & Bug solving

* New Api for flutter app v1.3
* Bug fix and improvement

**version : v4.5 (09/05/2021)**

Improvements & Bug solving

* SKU in non varinat product
* Cart synchronization with mobile app
* Bug fix and improvement

**version : v4.4 (20/04/2021)**

Improvements & Bug solving

* New Api for flutter app v1.2
* Bug fix and improvement

**version : v4.3 (04/04/2021)**

Improvements & Bug solving

* New Api for flutter app (API v2) is released.
* Our backend is now ready to host the flutter mobile application.
* In the address field, "City" is now a selectable item.
* Shipping cost calculation is upgraded.
* Bugs found in important features are fixed.

**version : v4.2 (23/03/2021)**

Improvements & Bug solving

* Seller orders filter by seller
* All seller page
* User wallet transaction history for admin
* Countrywise city in checkout
* Category ordering option
* Shipping address edit option
* Shipping cost multiply with quantity option

**version : v4.1 (09/03/2021)**

Improvements & Bug solving

* Product advanced configuration
* Order commission history
* Order cancel option
* Multiple dynamic tax option for products
* Some minor bug fix

**version : v4.0 (18/02/2021)**

Improvements & Bug solving

* Product variation image.
* Flash deal listing page
* Blog with category
* Image optimization
* Custom header menu
* Bulk upload with thumbnail image
* Invoice RTL


---

# 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://nexas-ridewiz.gitbook.io/myagents.plus/product-development/changelog/b2c+-changelog-+dev/v4-2021.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.
