From dd07f23619fd5681150e5de911896d9f63745aab Mon Sep 17 00:00:00 2001 From: Mo Farouk <122031508+fmido88@users.noreply.github.com> Date: Thu, 29 Jun 2023 22:31:46 +0300 Subject: [PATCH] V 1.8.1 --- CHANGELOG.md | 4 ++++ version.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c2ca8ed..7d17b7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Wallet Enrollment for Moodle # ========== +## V 1.8.1 ## +- Some fixes. +- Apply coupons now compatible with availability_wallet. + ## V 1.8.0 ## - Add more useful links to homepage navigation. - Adding the ability to transfer credit to other users. diff --git a/version.php b/version.php index 0c239d53..794df9fa 100644 --- a/version.php +++ b/version.php @@ -24,10 +24,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023062906; +$plugin->version = 2023062922; $plugin->requires = 2020110911; $plugin->component = 'enrol_wallet'; -$plugin->release = '1.8.0'; +$plugin->release = '1.8.1'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ 'enrol_manual' => ANY_VERSION