From 3dadcb947bb69ea00bc6a28a45394e3d38a5c9cd Mon Sep 17 00:00:00 2001 From: FrankZamora Date: Sat, 8 Nov 2025 15:33:51 -0600 Subject: [PATCH] Fix CTA: Bump APUS_VERSION to 1.0.1 for cache busting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problema: Staging tiene CSS cacheado con selectores viejos (.apus-cta-wrapper) - Commit 856bb cambió todos los selectores a .cta-section - Pero staging sigue cargando cta.css?ver=1.0.0 (versión vieja) - El archivo CSS en staging NO tiene .cta-section, tiene .apus-cta-wrapper Solución: Incrementar APUS_VERSION de 1.0.0 → 1.0.1 - Esto fuerza que WordPress/navegadores recarguen TODOS los CSS/JS - El nuevo archivo será cta.css?ver=1.0.1 con los selectores correctos Issue #126 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- wp-content/themes/apus-theme/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/apus-theme/functions.php b/wp-content/themes/apus-theme/functions.php index 44d5ca4d..131118f1 100644 --- a/wp-content/themes/apus-theme/functions.php +++ b/wp-content/themes/apus-theme/functions.php @@ -14,7 +14,7 @@ if (!defined('ABSPATH')) { /** * Theme Version */ -define('APUS_VERSION', '1.0.0'); +define('APUS_VERSION', '1.0.1'); /** * Theme Setup