From 7e02256c467abe57842e6ed6559a7d79bbf82615 Mon Sep 17 00:00:00 2001 From: Giuseppe Foti Date: Wed, 3 Apr 2024 22:18:37 +0200 Subject: [PATCH] Prepare v.2.2.4 Signed-off-by: Giuseppe Foti --- campi-moduli-italiani.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/campi-moduli-italiani.php b/campi-moduli-italiani.php index ee3a9e7..383454c 100644 --- a/campi-moduli-italiani.php +++ b/campi-moduli-italiani.php @@ -13,7 +13,7 @@ * 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. Activation can take a few minutes to download the updated data and to import them into the database . - * Version: 2.2.3 + * Version: 2.2.4 * Author: Giuseppe Foti * Author URI: https://github.com/MocioF/ * License: GPLv2 or later @@ -21,7 +21,7 @@ defined( 'ABSPATH' ) || die( 'you do not have access to this page!' ); -define( 'GCMI_VERSION', '2.2.3' ); +define( 'GCMI_VERSION', '2.2.4' ); define( 'GCMI_MINIMUM_WP_VERSION', '5.9' ); define( 'GCMI_MINIMUM_PHP_VERSION', '7.4' ); define( 'GCMI_MINIMUM_CF7_VERSION', '5.1.7' );