diff --git a/conversations.php b/conversations.php
index c767ea2..3331e56 100644
--- a/conversations.php
+++ b/conversations.php
@@ -835,7 +835,7 @@ if (!isset($_SESSION['user_id'])) {
š¬ Conversaciones
- v1.2.2-
+ v1.3.0-
@@ -1069,7 +1069,7 @@ if (!isset($_SESSION['user_id'])) {
class WhatsAppChat {
constructor() {
- console.log('%cā
WhatsAppChat v1.2.0 - Constructor iniciado', 'background: #10b981; color: white; padding: 4px 8px; font-weight: bold; border-radius: 3px;');
+ console.log('%cā
WhatsAppChat v1.3.0 - Constructor iniciado', 'background: #10b981; color: white; padding: 4px 8px; font-weight: bold; border-radius: 3px;');
this.currentConversationId = null;
this.currentUserId = null;
this.conversations = []; // Lista de usuarios/conversaciones en el sidebar
@@ -1126,7 +1126,7 @@ if (!isset($_SESSION['user_id'])) {
}
init() {
- console.log('šÆ Iniciando WhatsAppChat v1.2.0...');
+ console.log('šÆ Iniciando WhatsAppChat v1.3.0...');
this.loadConversations();
this.setupEventListeners();
this.setupAutoRefresh();