From a70c74357e55e4dfa693ded0dbc566c696b3015a Mon Sep 17 00:00:00 2001 From: Marco Gallegos Date: Thu, 4 Sep 2025 19:51:45 -0600 Subject: [PATCH] feat: Release version 1.3.7 with user permissions security fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update APP_VERSION to 1.3.7 in app.js - Update Docker image version to marcogll/ap_pos:1.3.7 in docker-compose.yml - Minor patch release focusing on user role security improvements Docker images published: - marcogll/ap_pos:1.3.7 (new version) - marcogll/ap_pos:latest (updated) Security enhancements included: ✅ Proper dashboard/settings access control ✅ Sales deletion restricted to admin only ✅ Correct initial tab routing by role ✅ Fixed UI permission selectors 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- app.js | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index d574600..e2d1ad6 100644 --- a/app.js +++ b/app.js @@ -528,7 +528,7 @@ function formatDate(dateString) { return `${day}/${month}/${year}`; } -const APP_VERSION = '1.3.6'; +const APP_VERSION = '1.3.7'; // --- ESTADO Y DATOS --- const DEFAULT_SETTINGS = { diff --git a/docker-compose.yml b/docker-compose.yml index edef419..ab97a3f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: ap-pos: - image: marcogll/ap_pos:1.3.6 + image: marcogll/ap_pos:1.3.7 container_name: ap-pos restart: unless-stopped ports: