Skip to content

Commit

Permalink
v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
milesimarco committed Feb 1, 2022
1 parent e3a950e commit 3ac5975
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Donate link: https://www.paypal.me/milesimarco
Tags: spid, italia, sistema, pubblico, identità, digitale, login, sistema pubblico di identità digitale, wpgov, marco, milesi, marco milesi
Requires at least: 4.8
Requires PHP: 7
Tested up to: 5.9
Version: 2.3.1
Stable tag: 2.3.1
Tested up to: 6.0
Version: 2.3.3
Stable tag: 2.3.3
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -51,8 +51,9 @@ https://www.youtube.com/watch?v=2UNAtVjFFAs
== Changelog ==
> Backup your data before upgrade.

= 2.3.2 20220201 =
= 2.3.3 20220201 =
* [IMPROVEMENT] Minor changes
* [IMPROVEMENT] WP 5.9+6.0 compatibility check
* [BUGFIX] Updated Inforcert metadata

= 2.3 20211230 =
Expand Down
4 changes: 2 additions & 2 deletions wp-spid-italia.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: WP SPID Italia
Description: SPID - Sistema Pubblico di Identità Digitale
Author: Marco Milesi
Version: 2.3.2
Version: 2.3.3
Author URI: http://www.marcomilesi.com
*/

Expand Down Expand Up @@ -170,7 +170,7 @@ function spid_get_metadata_token() {
if ( $sp ) {
$sp->isAuthenticated();
}

} catch ( Exception $e) {

if ( $internal_debug ) {
Expand Down

0 comments on commit 3ac5975

Please sign in to comment.