Skip to content

Commit

Permalink
bug fix release 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MocioF committed Jul 29, 2022
1 parent 8698404 commit 4a595e5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions campi-moduli-italiani.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
* Domain Path: /languages
* Plugin URI: https://wordpress.org/plugins/campi-moduli-italiani/
* Description: (Generator of) Fields for Italian CF7 and wpforms modules. The plugin generates specific fields for Italian forms created with Contact Form 7 and wpforms. This version makes available 4 form-tags for CF7 and 2 fields for wpforms: a cascade selection for an Italian municipality (CF7 + wpforms), a select for a state (CF7 + wpforms), an Italian tax code field with validation (CF7 only), a hidden field that allows you to digitally sign e-mails to ensure that they have been sent via the form (CF7 only). The databases are taken from the Istat and Agenzia delle entrate websites. The digital signature on the form data uses the RSA algorithm with a 4096 bit private key. <strong> Activation can take a few minutes to download the updated data and to import them into the database </strong>.
* Version: 2.0.7
* Version: 2.0.8
* Author: Giuseppe Foti
* Author URI: https://bertocchi28.ddns.net/
* License: GPLv2 or later
**/

defined( 'ABSPATH' ) || die( 'you do not have acces to this page!' );

define( 'GCMI_VERSION', '2.0.7' );
define( 'GCMI_VERSION', '2.0.8' );
define( 'GCMI_MINIMUM_WP_VERSION', '5.2' );
define( 'GCMI_MINIMUM_PHP_VERSION', '5.6' );
define( 'GCMI_MINIMUM_CF7_VERSION', '5.1.7' );
Expand Down
2 changes: 1 addition & 1 deletion modules/cf/wpcf7-cf-formtag.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function wpcf7_gcmi_cf_formtag_handler( $tag ) {
$html = sprintf(
'<span class="wpcf7-form-control-wrap %1$s"><input %2$s />%3$s</span>',
sanitize_html_class( $tag->name ),
wpcf7_format_atts( $atts ),
$atts,
$validation_error
);

Expand Down
5 changes: 4 additions & 1 deletion readme-it.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: italiano, contact form 7, codice fiscale, comuni italiani, firma digitale
Requires at least: 5.2
Tested up to: 5.8
Requires PHP: 5.6
Stable tag: 2.0.7
Stable tag: 2.0.8
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

Expand Down Expand Up @@ -125,6 +125,9 @@ Puoi inviare una richiesta nel nostro repository Github:
5. Immagine della schermata di admin, da cui è possibile effettuare l'aggiornamento dei dati

== Changelog ==
= 2.0.8 =
* Corretto bug nel campo CF

= 2.0.7 =
* Aggiornato per funzionare con Contact Form 7 > 5.5
* Correzioni di bug minori
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: contact form 7, wpforms, comuni italiani, codice fiscale, firma digitale
Requires at least: 5.2
Tested up to: 5.8
Requires PHP: 5.6
Stable tag: 2.0.7
Stable tag: 2.0.8
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

Expand Down Expand Up @@ -127,6 +127,9 @@ You can create an issue in our Github repo:
5. Image of the admin screen, from which it is possible to update the data

== Changelog ==
= 2.0.8 =
* Fixed bug in cf atts

= 2.0.7 =
* Upddated to work in Contact Form 7 > 5.5
* Minor bugs fixed
Expand Down

0 comments on commit 4a595e5

Please # to comment.