Browse Source

Ajusta modal de login para nova lógica do tema

master
Guilherme Capanema 6 years ago
parent
commit
f051b1c1a2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      reuna-blocos.php

+ 2
- 2
reuna-blocos.php View File

@ -16,7 +16,7 @@
* Plugin Name: Instituto Reúna - Blocos do editor * Plugin Name: Instituto Reúna - Blocos do editor
* Plugin URI: https://horizontes.info * Plugin URI: https://horizontes.info
* Description: Blocos do Gutenberg usados no site do Reúna * Description: Blocos do Gutenberg usados no site do Reúna
* Version: 1.5.0
* Version: 1.6.0
* Author: Horizontes Coop. * Author: Horizontes Coop.
* Author URI: https://horizontes.info * Author URI: https://horizontes.info
* License: GPL-2.0+ * License: GPL-2.0+
@ -33,7 +33,7 @@ if ( ! defined( 'WPINC' ) ) {
/** /**
* Currently plugin version. * Currently plugin version.
*/ */
define( 'REUNA_BLOCOS_VERSION', '1.5.0' );
define( 'REUNA_BLOCOS_VERSION', '1.6.0' );
/** /**
* Require the Composer autoloader * Require the Composer autoloader