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