Browse Source

Versão 1.5.0

master 1.5.0
Guilherme Capanema 5 years ago
parent
commit
d8228db2d1
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      cf7-states-cities.php
  2. +1
    -1
      composer.json

+ 2
- 2
cf7-states-cities.php View File

@ -16,7 +16,7 @@
* Plugin Name: Contact Form 7 - Estados e Cidades * Plugin Name: Contact Form 7 - Estados e Cidades
* Plugin URI: https://horizontes.info * Plugin URI: https://horizontes.info
* Description: Adiciona campos de seleção de estados e cidades ao CF7 * Description: Adiciona campos de seleção de estados e cidades ao CF7
* Version: 1.4.0
* Version: 1.5.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( 'CF7_STATES_CITIES_VERSION', '1.4.0' );
define( 'CF7_STATES_CITIES_VERSION', '1.5.0' );
/** /**
* The code that runs during plugin activation. * The code that runs during plugin activation.


+ 1
- 1
composer.json View File

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


Loading…
Cancel
Save