From 53162e2a916ae11e1e7e0dc967d6ef9d9c0f0564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Suwi=C5=84ski?= Date: Thu, 26 Nov 2020 09:13:44 +0100 Subject: [PATCH] version and CHANGELOG update --- CHANGELOG.md | 8 ++++++++ version.php | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c3ac1..ac7d36c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog + +## [1.1.1] - 2020-11-26 + +### Fixed + +- notice "only variables should be passed by reference" + + ## [1.1.0] - 2020-11-19 ### Added diff --git a/version.php b/version.php index 9747b28..aa734a8 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020111903; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2020112600; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2018120304; // Requires this Moodle version. $plugin->component = 'auth_emailotp'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.1.0'; +$plugin->release = '1.1.1';