From 7a34d1f2ae89d7b3efbc7708bb4680e0d16635cb Mon Sep 17 00:00:00 2001 From: FrankZamora Date: Thu, 27 Nov 2025 09:57:35 -0600 Subject: [PATCH] Bump ROI_VERSION to 1.0.20 for cache invalidation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Forces browsers to fetch updated adsense-loader.js with the typo fix (roidsenseDelayed → roiAdsenseDelayed). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 4de7db4a..acf5b9dd 100644 --- a/functions.php +++ b/functions.php @@ -18,7 +18,7 @@ if (!defined('ABSPATH')) { } // Definir constante de versión del tema -define('ROI_VERSION', '1.0.19'); +define('ROI_VERSION', '1.0.20'); // ============================================================================= // 1. CARGAR AUTOLOADER MANUAL