Skip to content

Commit

Permalink
V 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmido88 authored Jun 30, 2023
1 parent f88c759 commit bb4ccc7
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,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.
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb4ccc7

Please sign in to comment.