# Change Log

### Version 3.5 - 26-02-2022

* Major - Store Partner App released with v3.5 Compatibility.<br>
* Fixed Customer edit role change issue on Admin dashboard.<br>
* Fixed self-pickup asking for address issue on customer app cart page.<br>
* Fixed self-pickup wallet issue on customer app checkout page.<br>
* Removed Zero(0) value transaction logs from Admin Dashboard.<br>
* Self-Pickup Order tracking page improved with Store Info and Direction Button.<br>
* Minor code changes on customer app.<br>
* Few untracked changes on admin dashboard.

### Version 3.4 - 15-01-2022

* \[NEW] Admin Dashboard full of new features (Details: <https://bit.ly/3rjgbLE>)<br>
* \[MAJOR] Compatibility with Foodomaa Android Delivery App (Buy: [https://bit.ly/3tunFy7](https://bit.ly/3rjgbLE))<br>
* \[MAJOR] Compatibility with Foodomaa Android Customer App (Buy: <https://bit.ly/3qtJjAv>)<br>
* \[MAJOR] New Eagle View to track delivery guy live activity (Details: <https://bit.ly/3tt05Sc>)<br>
* Admin can track delivery guy live location on Order View page too (Android Delivery App required)<br>
* Overall admin dashboard improvements in the coupon, and setting pages.<br>
* Fixed Push Notification issues.<br>
* Fixed Razorpay duplicate SMS, notification issue.<br>
* Fixed Razorpay duplicated order issue.\
  Fixed Customer to Delivery role conversion issue.<br>
* UI fixes in the customer/delivery app

### Version 3.3 - 15-12-2021

* Admin setting to hide Customer Details (email, phone, address) on orders from Store Owner Dashboard (Settings > Store Dashboard > Hide Customer Details on Order)<br>
* New Custom HTML block for Stores on Homepage (Stores > Edit > Meta Data > Custom Store Message)<br>
* Wallet empty order issue fixed<br>
* Reset datatable filters on Zone Change (was giving empty tables sometimes)<br>
* Google Distance Matrix API server calculation issue fixed.<br>
* Delivery collection and delivery collection log datatable column sorting issue fixed<br>
* Cash collection "collected by" was missing from Delivery Collection Log table on Admin Dashboard<br>
* Fixed OneSignal push notification issues for new order for Store Owners<br>
* Fixed awaiting payment running timer issue on Admin Dashboard<br>
* Better push notification compatibility for our Customer Android App<br>
* Native Android Razorpay integration compatibility for Customer Android App<br>
* Admin Dashboard layout issues fixed<br>
* Delivery Area Pro module has also been updated (kindly update that if you have already purchased it)

### Version 3.2 - 06-12-2021

* Ignoring SMTP/Email config error on completing delivery (invoice email sending)

* Fixed multi-Language translation issue on page reload.

* Fixed cart page infinite loading issue

* Fixed accounts page infinite loading issue

* Fixed Addon Category description missing from Store Owner Dashboard on Addon Category Edit page.

* Razorpay push notification and SMS issue fixed.

* SMS and push notification with all other payment gateways Fixed.

* Fixed issue of Store Owner getting push notification on Awaiting Payment order

* Razorpay payment failed but captured after some time with webhook, issue fixed.

* Item bulk upload zonal issue from Admin issue fixed

* Item bulk upload zonal issue from Store Owner issue fixed

* Bulk upload timezone/timestamp issue fixed

* Fixed order canceled by Admin was showing customer's name on who canceled issue

* Fixed New Item add popup for searchable Store Name and Menu Category

* Google Distance Matrix Server API integration for Store Operation status

* Awaiting payment auto change to Payment Failed after xx minutes (Admin > Settings > All Settings > Wait for Awaiting Payment for)

* Awaiting payment timer now shown on customer application in My Orders page

* Fixed issue with Push notification for delivery guy when order assigned manually by Admin

* Fixed error issue on Admin Dashboard when delivery guy already accepted the order.

### Version 3.1 - 27-11-2021

* Fixed canceled by whom order activity when order canceled by Admin.

* Fixed order activity when delivery guy accepts the order.

* Fixed order auto-accept activity when order's payment manually approved by Admin.

* Fixed on store's zone change the changed zones not reflecting on store's earnings and payouts.

* Added lock on order when delivery guy completing an order to avoid any kind of system misuse or manipulation for Commission.

* New feature to view all the addresses of customers on Edit User page. (Delete and Locate option also added)

### Version 3.0 - 24-11-2021

* Foodomaa Android App Compatibility (soon to be released) \[MAJOR]<br>
* Zones for Multi-City/Multi-Area and Franchise Business \[MAJOR]<br>
* Stores can be linked to Zones<br>
* Staff can be assigned to Zones and only store data related to that zone will be displayed.<br>
* Customer application UX improvement from the ground up. (Now customer will directly land on the Homepage) \[MAJOR]<br>
* Admin Dashboard data range to view stats of different dates.<br>
* Razorpay security fixes and Webhooks implementation<br>
* Advanced table for Orders on Store Owner Dashboard<br>
* Rating route protection from Store Owner Dashboard<br>
* Delivery Application max-order-queue issue fixed<br>
* Option to remove image on Edit Item page (Admin and Store Dashboard)<br>
* Code refactoring and reusable code for sending SMS, notifications.<br>
* Missing notification to customer when Admin manually assigns the order to the delivery guy.<br>
* Intuitive order activities on the View Order page (only for future orders after the 3.0 update)<br>
* New design of View Order page in Admin Dashboard.<br>
* New design for Wallet Add/Deduct in Edit user page in Admin Dashboard.<br>
* New design for Send Push notification page on Admin Dashboard.<br>
* Separate Customers page and table.<br>
* Separate Delivery guy page and table.<br>
* Separate Staff page and table.<br>
* Advanced tables for Delivery Collection and Delivery Collection Log<br>
* Added Cash Collected by in Delivery Collection Log table for easy Multi-Zone business.<br>
* Delivery Reviews sorting descending in the delivery application. (new rating/review on top)<br>
* Custom CSS for Admin/Store Dashboard (Admin > Settings > All Settings > Custom CSS (scroll to end of the page)<br>
* Utility to delete old order activity logs manually (Admin > Settings > All Settings > Clean Order Activity Logs)<br>
* Admin Dashboard nav menu categorization and UX improvements.<br>
* Advanced table for Items page on Admin Dashboard.<br>
* Advanced table for Stores page on Admin Dashboard.<br>
* Added order count on Delivery App Footer for new, picked up, and ongoing orders<br>
* Many untracked UI/UX improvements in the Admin Dashboard.<br>
* Code optimizations on the overall core of Foodomaa<br>
* Database queries optimization in API calls.<br>
* \[Make sure to reupload all the modules after updating to v3.0]

[Read Older Change Logs](/extras/change-log-1.md)


---

# 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://docs.foodomaa.com/extras/change-log.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.
