From 5cd40672c3dbf0f1a573a6e19e4631f3531d3142 Mon Sep 17 00:00:00 2001 From: Paul Ryan Date: Thu, 18 Aug 2022 15:33:20 -1000 Subject: [PATCH] Version 3.4.1 --- authorizer.php | 2 +- readme.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/authorizer.php b/authorizer.php index 6aaf5689..2604b811 100644 --- a/authorizer.php +++ b/authorizer.php @@ -3,7 +3,7 @@ * Plugin Name: Authorizer * Plugin URI: https://github.com/uhm-coe/authorizer * Description: Authorizer limits login attempts, restricts access to specified users, and authenticates against external sources (e.g., Google, LDAP, or CAS). - * Version: 3.4.0 + * Version: 3.4.1 * Requires at least: 4.4 * Requires PHP: 7.2.5 * Author: Paul Ryan diff --git a/readme.txt b/readme.txt index a451c3bf..864908ec 100644 --- a/readme.txt +++ b/readme.txt @@ -62,6 +62,9 @@ The [University of Hawai'i][uh], which provides authentication for student, facu == Changelog == += 3.4.1 = +* Add setting to support CAS servers behind proxies. Props @slyraskal for the [pull request](https://github.com/uhm-coe/authorizer/pull/117)! + = 3.4.0 = * Upgrade guzzlehttp from 7.4.2 to 7.4.5. * Upgrade composer dependencies (apereo/phpcas 1.4.0 => 1.5.0; google/apiclient v2.12.4 => v2.12.6; google/apiclient-services v0.246.0 => v0.254.0; google/auth v1.21.0 => v1.21.1; monolog/monolog 2.5.0 => 2.7.0; paragonie/constant_time_encoding 2.5.0 => 2.6.3).