Browse Source

Versão 1.4.0

master 1.4.0
Guilherme Capanema 5 years ago
parent
commit
3660b1c13a
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      composer.json
  2. +2
    -2
      reuna-glossario.php

+ 1
- 1
composer.json View File

@ -23,7 +23,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.4-dev"
"dev-master": "1.5-dev"
} }
}, },
"minimum-stability": "dev", "minimum-stability": "dev",


+ 2
- 2
reuna-glossario.php View File

@ -16,7 +16,7 @@
* Plugin Name: Instituto Reúna - Glossário * Plugin Name: Instituto Reúna - Glossário
* Plugin URI: https://horizontes.info * Plugin URI: https://horizontes.info
* Description: Implementa função de glossário via shortcode * Description: Implementa função de glossário via shortcode
* Version: 1.3.0
* Version: 1.4.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+
@ -35,7 +35,7 @@ if ( ! defined( 'WPINC' ) ) {
* Start at version 1.0.0 and use SemVer - https://semver.org * Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions. * Rename this for your plugin and update it as you release new versions.
*/ */
define( 'REUNA_GLOSSARIO_VERSION', '1.3.0' );
define( 'REUNA_GLOSSARIO_VERSION', '1.4.0' );
/** /**
* Require the Composer autoloader * Require the Composer autoloader