diff --git a/.wordpress-org/readme/README.md b/.wordpress-org/readme/README.md index 328e9be..f1045a5 100644 --- a/.wordpress-org/readme/README.md +++ b/.wordpress-org/readme/README.md @@ -1,10 +1,10 @@ === WP 2FA with Telegram === Contributors: dueclic, yordansoares Tags: 2fa, authentication, telegram, authenticate, security -Requires at least: 5.0.0 +Requires at least: 6.0 Requires PHP: 7.0 -Tested up to: 6.6 -Stable tag: 3.1 +Tested up to: 6.7 +Stable tag: 3.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -52,6 +52,9 @@ Please note the URL generated in the example above is https://example.com/images == Changelog == += 3.2 = +* Extended compatibility to WP 6.7 + = 3.1 = * Updated auth code storage * Fix Suggestions tab diff --git a/two-factor-telegram.php b/two-factor-telegram.php index c7bd88c..f4b0883 100644 --- a/two-factor-telegram.php +++ b/two-factor-telegram.php @@ -4,9 +4,9 @@ * Plugin Name: WP 2FA with Telegram * Plugin URI: https://blog.dueclic.com/wordpress-autenticazione-due-fattori-telegram/ * Description: This plugin enables two factor authentication with Telegram by increasing your website security and sends an alert every time a wrong login occurs. - * Version: 3.1 - * Requires at least: 5.0 - * Tested up to: 6.6 + * Version: 3.2 + * Requires at least: 6.0 + * Tested up to: 6.7 * Requires PHP: 7.0 * Author: dueclic * Author URI: https://www.dueclic.com