This commit is contained in:
Ronald A. Richardson
2025-11-10 10:35:47 +08:00
5 changed files with 10 additions and 7 deletions

View File

@@ -1,11 +1,14 @@
# 🚀 Fleetbase v0.7.16 — 2025-11-06
# 🚀 Fleetbase v0.7.18 — 2025-11-10
> "Hotfix: router map"
> "Hotfix IAM user validation, make online/offline toggle silent"
---
## ✨ Highlights
- Hotfix router map
- Hotfix validateRequest implementation to not rewrite request params
- Hotfix user validation password optional for creation
- Made online/offline endpoint for drivers silent
- Hotfix QPay payment gateway on Storefront + ebarimt reciept fix
---

View File

@@ -1,6 +1,6 @@
{
"name": "@fleetbase/console",
"version": "0.7.17",
"version": "0.7.18",
"private": true,
"description": "Modular logistics and supply chain operating system (LSOS)",
"repository": "https://github.com/fleetbase/fleetbase",

View File

@@ -75,7 +75,7 @@ ENV QUEUE_CONNECTION=redis
ENV CADDYFILE_PATH=/fleetbase/Caddyfile
ENV CONSOLE_PATH=/fleetbase/console
ENV OCTANE_SERVER=frankenphp
ENV FLEETBASE_VERSION=0.7.17
ENV FLEETBASE_VERSION=0.7.18
# Set environment
ARG ENVIRONMENT=production