Skip to content

Commit

Permalink
V 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fmido88 authored Jun 29, 2023
1 parent 9a1326b commit dd07f23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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 = 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
Expand Down

0 comments on commit dd07f23

Please sign in to comment.