From 7335ffdb557a7474fc0ef1ddbf89f0de8db1dd9b Mon Sep 17 00:00:00 2001 From: Charles Fulton Date: Thu, 24 Oct 2024 08:55:03 -0400 Subject: [PATCH] CAS server (SSO) with user-attribute release v4.1.2 --- CHANGELOG.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6354b66..258df5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.1.2 (October 24, 2024) - Remove unused property (thanks @Ducret) diff --git a/version.php b/version.php index 5a3a2de..c8108a5 100755 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022120601; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = 'v4.1.1'; +$plugin->version = 2022120602; // The current plugin version (Date: YYYYMMDDXX). +$plugin->release = 'v4.1.2'; $plugin->requires = 2022111800; // Requires this Moodle version. $plugin->component = 'auth_casattras'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE;