From bb4ccc79a1944f530b890e42835bbc3f198e5c87 Mon Sep 17 00:00:00 2001 From: Mo Farouk <122031508+fmido88@users.noreply.github.com> Date: Fri, 30 Jun 2023 09:08:36 +0300 Subject: [PATCH] V 1.8.2 --- CHANGELOG.md | 5 +++++ version.php | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d17b7df..81956991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Wallet Enrollment for Moodle # ========== +## V 1.8.2 ## +- Fix the the table name in get_record(). +- Fix the functionality of the function get_unenrolself_link(). +- Add tests for get_unenrolself_link() and unenrol_user() to make sure refunding is working well. + ## V 1.8.1 ## - Some fixes. - Apply coupons now compatible with availability_wallet. diff --git a/version.php b/version.php index 794df9fa..05b63f89 100644 --- a/version.php +++ b/version.php @@ -24,10 +24,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023062922; +$plugin->version = 2023063009; $plugin->requires = 2020110911; $plugin->component = 'enrol_wallet'; -$plugin->release = '1.8.1'; +$plugin->release = '1.8.2'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ 'enrol_manual' => ANY_VERSION