2 Commits

Author SHA1 Message Date
  Guilherme Capanema de Barros b1e579efd1 Version 1.7.0 2 years ago
  Guilherme Capanema de Barros a76ce05013 Add PHP8 support 2 years ago
2 changed files with 4 additions and 4 deletions
Split View
  1. +2
    -2
      cf7-states-cities.php
  2. +2
    -2
      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.6.0
* Version: 1.7.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.6.0' );
define( 'CF7_STATES_CITIES_VERSION', '1.7.0' );
/**
* The code that runs during plugin activation.


+ 2
- 2
composer.json View File

@ -17,14 +17,14 @@
}
],
"require": {
"php": "^7.2"
"php": "^7.2 || ^8.0"
},
"config": {
"preferred-install": "dist"
},
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
"dev-master": "1.8-dev"
}
},
"minimum-stability": "dev",


Loading…
Cancel
Save