Skip to content

Commit

Permalink
Prepare v.2.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Foti <[email protected]>
  • Loading branch information
MocioF committed Feb 12, 2024
1 parent 018eb97 commit 0f88026
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions campi-moduli-italiani.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
* 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.2.0
* Version: 2.2.1
* Author: Giuseppe Foti
* Author URI: https://github.com/MocioF/
* License: GPLv2 or later
**/

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

define( 'GCMI_VERSION', '2.2.0' );
define( 'GCMI_VERSION', '2.2.1' );
define( 'GCMI_MINIMUM_WP_VERSION', '5.9' );
define( 'GCMI_MINIMUM_PHP_VERSION', '7.2' );
define( 'GCMI_MINIMUM_PHP_VERSION', '7.4' );
define( 'GCMI_MINIMUM_CF7_VERSION', '5.1.7' );
define( 'GCMI_PLUGIN', __FILE__ );
define( 'GCMI_PLUGIN_BASENAME', 'campi-moduli-italiani/campi-moduli-italiani.php' );
Expand Down
8 changes: 6 additions & 2 deletions readme-it.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Donate link: https://paypal.me/GiuseppeF77
Tags: Contact Form 7, WPForms, comuni italiani, codice fiscale, firma digitale, multisite
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.2
Stable tag: 2.1.5
Requires PHP: 7.4
Stable tag: 2.2.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

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

== Changelog ==
= 2.2.1 =
* Corretto javascript per il campo comune
* Corretti bug minori

= 2.2.0 =
* Creato nuovo sistema di filtri per il campo comune

Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Donate link: https://paypal.me/GiuseppeF77
Tags: Contact Form 7, WPForms, comuni italiani, codice fiscale, firma digitale, multisite
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.2
Stable tag: 2.1.5
Requires PHP: 7.4
Stable tag: 2.2.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

Expand Down Expand Up @@ -128,6 +128,10 @@ 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.2.1 =
* Fix js for comune [comune]
* Minor bugs fixed

= 2.2.0 =
* Added new filter builder for module [comune]

Expand Down

0 comments on commit 0f88026

Please sign in to comment.