| @@ -2,11 +2,11 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: Authorizer |
| 4 | 4 | * Plugin URI: https://github.com/uhm-coe/authorizer |
| 5 | 5 | * Description: Authorizer limits login attempts, restricts access to specified users, and authenticates against external sources (e.g., OAuth2, Google, LDAP, or CAS). |
| 6 | - * Version: 3.14.2 | |
| 7 | - * Requires at least: 5.5 | |
| 8 | - * Requires PHP: 8.1 | |
| 6 | + * Version: 3.8.3 | |
| 7 | + * Requires at least: 4.4 | |
| 8 | + * Requires PHP: 7.4 | |
| 9 | 9 | * Author: Paul Ryan <prar@hawaii.edu> |
| 10 | 10 | * License: GPL v2 or later |
| 11 | 11 | * License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| 12 | 12 | * Text Domain: authorizer |
| @@ -51,9 +51,8 @@ | ||
| 51 | 51 | require_once __DIR__ . '/src/authorizer/options/external/class-oauth2.php'; |
| 52 | 52 | require_once __DIR__ . '/src/authorizer/options/external/class-google.php'; |
| 53 | 53 | require_once __DIR__ . '/src/authorizer/options/external/class-cas.php'; |
| 54 | 54 | require_once __DIR__ . '/src/authorizer/options/external/class-ldap.php'; |
| 55 | -require_once __DIR__ . '/src/authorizer/options/external/class-oidc.php'; | |
| 56 | 55 | |
| 57 | 56 | require_once __DIR__ . '/src/authorizer/options/class-advanced.php'; |
| 58 | 57 | |
| 59 | 58 | /** |