|
|
|
@ -16,7 +16,7 @@ |
|
|
|
* Plugin Name: Instituto Reúna - Glossário |
|
|
|
* Plugin URI: https://horizontes.info |
|
|
|
* Description: Implementa função de glossário via shortcode |
|
|
|
* Version: 1.1.0 |
|
|
|
* Version: 1.2.0 |
|
|
|
* Author: Horizontes Coop. |
|
|
|
* Author URI: https://horizontes.info |
|
|
|
* License: GPL-2.0+ |
|
|
|
@ -35,7 +35,7 @@ if ( ! defined( 'WPINC' ) ) { |
|
|
|
* 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. |
|
|
|
*/ |
|
|
|
define( 'REUNA_GLOSSARIO_VERSION', '1.1.0' ); |
|
|
|
define( 'REUNA_GLOSSARIO_VERSION', '1.2.0' ); |
|
|
|
|
|
|
|
/** |
|
|
|
* Require the Composer autoloader |
|
|
|
|