From f52478bd99e883f8a863ea55ed3cde051acb929a Mon Sep 17 00:00:00 2001 From: Rodrigo Ghedin Date: Wed, 29 Jan 2025 17:48:28 -0300 Subject: [PATCH] Erro fatal em um `if` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Corrige um `if` mal feito no `template-tags/content.php` que causava um erro fatal em alguns locais da aplicação. --- functions.php | 2 +- readme.txt | 5 ++++- style.css | 2 +- template-parts/content.php | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/functions.php b/functions.php index d5f3416..3702ff2 100644 --- a/functions.php +++ b/functions.php @@ -8,7 +8,7 @@ */ if ( ! defined( '_S_VERSION' ) ) { - define( '_S_VERSION', '3.6.1' ); + define( '_S_VERSION', '3.6.2' ); } /** diff --git a/readme.txt b/readme.txt index d881e04..47614a3 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: featured-images, threaded-comments Requires at least: 4.5 Tested up to: 8.2 Requires PHP: 5.6 -Stable tag: 3.6.1 +Stable tag: 3.6.2 License: GNU General Public License v2 or later License URI: LICENSE @@ -43,6 +43,9 @@ Dez includes support for WooCommerce and for Infinite Scroll in Jetpack. == Changelog == += 3.6.2 - Jan 29 2025 = +* Corrige um `if` mal feito no `template-tags/content.php` que causava um erro fatal em alguns locais da aplicação. + = 3.6.1 - Jan 29 2025 = * Corrige uso do `style.min.css` no arquivo `functions.php`. * Corrige ícone da classe `.compartilhe` no modo escuro. diff --git a/style.css b/style.css index 20b1d16..cf0d621 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: https://manualdousuario.net/ Author: Rodrigo Ghedin Author URI: https://rodrigo.ghed.in/ Description: Manual do Usuário Theme -Version: 3.6.1 +Version: 3.6.2 Tested up to: 8.2 Requires PHP: 5.6 License: GNU General Public License v2 or later diff --git a/template-parts/content.php b/template-parts/content.php index da82d70..f4c5ba0 100644 --- a/template-parts/content.php +++ b/template-parts/content.php @@ -60,11 +60,11 @@ wp_kses_post( get_the_title() ) ) ); ?> - + - +