Skip to content

Commit

Permalink
Update changelog and version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip committed Nov 9, 2023
1 parent 885f344 commit f54c5aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# MUMIE Single Sign On - Changelog

All important changes to this plugin will be documented in this file

## [v1.5.1] - 2023-11-09
### Fixed
- Support mysql and php:7.4

## [v1.5.0] - 2023-10-31
### Added
- Added a new EP `[GET] /auth/mumie/publicKey.php` that returns the public cryptographic key used to sign data
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023110800;
$plugin->version = 2023110900;
$plugin->component = 'auth_mumie';
$plugin->requires = 2022041900;
$plugin->release = "v1.5.0";
$plugin->release = "v1.5.1";
$plugin->maturity = MATURITY_STABLE;

0 comments on commit f54c5aa

Please sign in to comment.