v1.0.2
This commit is contained in:
parent
b8e17df2db
commit
71b471e13e
19 changed files with 771 additions and 60 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
/**
|
||||
* Plugin Name: Two Factor Extended
|
||||
* Plugin Name: Two-Factor Extended
|
||||
* Plugin URI: https://git.robotstxt.es/ROBOTSTXT/two-factor-extended
|
||||
* Description: Extends the WordPress Two Factor plugin with advanced role-based controls, forced 2FA methods, and enhanced administrative features for single-site and Multisite installations.
|
||||
* Version: 1.0.1
|
||||
* Version: 1.0.2
|
||||
* Requires at least: 6.7
|
||||
* Requires PHP: 8.2
|
||||
* Requires Plugins: two-factor
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
* Primary Branch: main
|
||||
*
|
||||
* @package TwoFactorExtended
|
||||
* @version 1.0.1
|
||||
* @version 1.0.2
|
||||
*/
|
||||
|
||||
// Prevent direct access.
|
||||
|
|
@ -27,7 +27,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
}
|
||||
|
||||
// Define plugin constants.
|
||||
define( 'TWO_FACTOR_EXTENDED_VERSION', '1.0.1' );
|
||||
define( 'TWO_FACTOR_EXTENDED_VERSION', '1.0.2' );
|
||||
define( 'TWO_FACTOR_EXTENDED_PLUGIN_FILE', __FILE__ );
|
||||
define( 'TWO_FACTOR_EXTENDED_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
||||
define( 'TWO_FACTOR_EXTENDED_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
||||
|
|
|
|||
Loading…
Reference in a new issue