From 819bb264bc83df7adf1232061361b9e103631203 Mon Sep 17 00:00:00 2001 From: DANYDHSV Date: Sun, 2 Aug 2026 12:13:50 -0600 Subject: [PATCH] build: bump version 4.7.5 & update changelog for embedded mode --- CHANGELOG.md | 5 +++++ manifest.json | 7 ++++++- vendor/composer/installed.php | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10a68070..cad1523b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG - SIIP WhatsApp Notifications Plugin +## VERSIÓN 4.7.5 - 02-08-2026 + +### 🔄 Mejoras (Enhancements) +1️⃣ **Soporte para Modo Embebido (`embedded=1` / `is-embedded`)**: Ocultamiento automático de la cabecera (`.header`), del menú dashboard principal (`#mainDashboard`) y de las pestañas superiores (`.tabs`) al renderizarse dentro del iframe del portal unificado de cajas (`siip-cashier-tools-ui`). + ## VERSIÓN 4.7.4 - 15-07-2026 ### 🐛 Correcciones (Bug Fixes) diff --git a/manifest.json b/manifest.json index 6c4ecce9..2605924b 100755 --- a/manifest.json +++ b/manifest.json @@ -5,13 +5,18 @@ "displayName": "SIIP - Procesador de Pagos en línea con Stripe, Oxxo y Transferencia, Sincronizador de CallBell y Envío de Notificaciones y comprobantes vía WhatsApp", "description": "Este plugin sincroniza los clientes del sistema UISP CRM con los contactos de WhatsApp en CallBell, además procesa pagos de Stripe como las trasferencias bancarias y genera referencias de pago vía OXXO, además envía comprobantes de pago en formato imagen PNG o texto vía Whatsapp a los clientes", "url": "https://siip.mx/", - "version": "4.7.4", + "version": "4.7.5", "unmsVersionCompliancy": { "min": "2.1.0", "max": null }, "author": "SIIP INTERNET", "changelog": [ + { + "version": "4.7.5", + "date": "2026-08-02", + "changes": "Actualización: Soporte para Modo Embebido (embedded=1 / is-embedded) en el Portal Unificado de Cajas (siip-cashier-tools-ui) con ocultamiento de cabecera y barra de menú al cargarse dentro del iframe." + }, { "version": "4.7.4", "date": "2026-07-15", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 779b0e27..783288ff 100755 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => 'ucrm-plugins/sms-twilio', 'pretty_version' => 'dev-develop', 'version' => 'dev-develop', - 'reference' => 'ce5013c9265f2e13c3fcd47a3bd7b8ce1fe2bc9e', + 'reference' => '63dd103205cab5825cf0830e7c72d2359df88f5f', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -253,7 +253,7 @@ 'ucrm-plugins/sms-twilio' => array( 'pretty_version' => 'dev-develop', 'version' => 'dev-develop', - 'reference' => 'ce5013c9265f2e13c3fcd47a3bd7b8ce1fe2bc9e', + 'reference' => '63dd103205cab5825cf0830e7c72d2359df88f5f', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(),