Skip to content

Commit

Permalink
Merge pull request #57 from manualdousuario/2024-14
Browse files Browse the repository at this point in the history
Modifica exibição de podcasts e pequenas correções
  • Loading branch information
claromes authored May 2, 2024
2 parents f29bbe9 + d476a3f commit 7ce0536
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

if ( ! defined( '_S_VERSION' ) ) {
define( '_S_VERSION', '3.2.1' );
define( '_S_VERSION', '3.2.2' );
}

/**
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: featured-images, threaded-comments
Requires at least: 4.5
Tested up to: 8.1.12
Requires PHP: 5.6
Stable tag: 3.2.1
Stable tag: 3.2.2
License: GNU General Public License v2 or later
License URI: LICENSE

Expand Down Expand Up @@ -43,6 +43,10 @@ Dez includes support for WooCommerce and for Infinite Scroll in Jetpack.

== Changelog ==

= 3.2.2 - May 2 2024 =
* Corrige coloração do `p:last-child` dos blocos `ctx-*`
* Volta a exibir podcasts como posts normais na capa

= 3.2.1 - April 27 2024 =
* Remove abas Painel e Jetpack para usuários que não são admin
* Ajusta blocos `ctx-*` para telas pequenas
Expand Down
3 changes: 1 addition & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1
Version: 3.2.2
Tested up to: 8.1.12
Requires PHP: 5.6
License: GNU General Public License v2 or later
Expand Down Expand Up @@ -507,7 +507,6 @@ div.ctx-dica p:last-child,
div.ctx-editor p:last-child,
div.ctx-parceiros p:last-child {
margin-bottom: 0;
background: var(--cor-destaques);
}

.ctx-atualizacao:before,
Expand Down
Loading

0 comments on commit 7ce0536

Please sign in to comment.