mirror of
https://github.com/PawelSuwinski/moodle-auth_emailotp.git
synced 2026-05-16 21:41:27 +02:00
version and CHANGELOG update
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
|
## [1.1.1] - 2020-11-26
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- notice "only variables should be passed by reference"
|
||||||
|
|
||||||
|
|
||||||
## [1.1.0] - 2020-11-19
|
## [1.1.0] - 2020-11-19
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
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->requires = 2018120304; // Requires this Moodle version.
|
||||||
$plugin->component = 'auth_emailotp'; // Full name of the plugin (used for diagnostics).
|
$plugin->component = 'auth_emailotp'; // Full name of the plugin (used for diagnostics).
|
||||||
$plugin->maturity = MATURITY_STABLE;
|
$plugin->maturity = MATURITY_STABLE;
|
||||||
$plugin->release = '1.1.0';
|
$plugin->release = '1.1.1';
|
||||||
|
|||||||
Reference in New Issue
Block a user