Browse Source

Versão 1.1.0

master 1.1.0
Guilherme Capanema 6 years ago
parent
commit
dbeedb3348
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 URI: https://horizontes.info
* Description: Adiciona campos de seleção de estados e cidades ao CF7
* Version: 1.0.0
* Version: 1.1.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( 'CF7_STATES_CITIES_VERSION', '1.0.0' );
define( 'CF7_STATES_CITIES_VERSION', '1.1.0' );
/**
* The code that runs during plugin activation.


+ 1
- 1
composer.json View File

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


Loading…
Cancel
Save