feat: Release version 1.3.7 with user permissions security fix

- 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 <noreply@anthropic.com>
This commit is contained in:
Marco Gallegos
2025-09-04 19:51:45 -06:00
parent 8df8e30092
commit a70c74357e
2 changed files with 2 additions and 2 deletions

2
app.js
View File

@@ -528,7 +528,7 @@ function formatDate(dateString) {
return `${day}/${month}/${year}`; return `${day}/${month}/${year}`;
} }
const APP_VERSION = '1.3.6'; const APP_VERSION = '1.3.7';
// --- ESTADO Y DATOS --- // --- ESTADO Y DATOS ---
const DEFAULT_SETTINGS = { const DEFAULT_SETTINGS = {

View File

@@ -1,6 +1,6 @@
services: services:
ap-pos: ap-pos:
image: marcogll/ap_pos:1.3.6 image: marcogll/ap_pos:1.3.7
container_name: ap-pos container_name: ap-pos
restart: unless-stopped restart: unless-stopped
ports: ports: