Skip to content

Commit

Permalink
Version 0.9.17 (2025030500)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibernhardf committed Mar 5, 2025
1 parent 093f9a5 commit f25477c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Version 0.9.17 (2025030500)
* Improvement: Migrate userinformation shortcode to shopping cart.

## Version 0.9.16 (2025022400)
* Bugfix: Fix sorting, duplicates and several bugs with substitutions pool.
* Bugfix: Cost center must come from ledger - as installments are not stored in shopping_cart_history.
Expand Down
10 changes: 5 additions & 5 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'local_musi';
$plugin->release = '0.9.16';
$plugin->version = 2025022400;
$plugin->release = '0.9.17';
$plugin->version = 2025030500;
$plugin->requires = 2022112800; // Requires this Moodle version. Current: Moodle 4.1.
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'mod_booking' => 2025012200,
'local_wunderbyte_table' => 2025012200,
'local_shopping_cart' => 2025012200,
'mod_booking' => 2025022601,
'local_wunderbyte_table' => 2025030400,
'local_shopping_cart' => 2025030500,
'local_entities' => 2024111100,
];

0 comments on commit f25477c

Please sign in to comment.