Skip to content

Commit

Permalink
Version 0.9.13 (2024121800)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibernhardf committed Dec 18, 2024
1 parent a620b5a commit f6845c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 0.9.13 (2024121800)
* New feature: Add ical export to meinekurse.php (#16).
* Improvement: Automatically fill my courses archive and add posibility to exclude instances (#16).
* Bugfix: Decision from Dec.11th: Do not show merchantref in SAP files (might be too long).

## Version 0.9.12 (2024120500)
* Improvement: Make sure we apply format_string to keys and values, so we can use mlang filters.
* Improvement: Show merchantref and customorderid at the right places. (Wunderbyte-GmbH/moodle-paygw_payone#5).
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.12';
$plugin->version = 2024120500;
$plugin->release = '0.9.13';
$plugin->version = 2024121800;
$plugin->requires = 2022112800; // Requires this Moodle version. Current: Moodle 4.1.
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'mod_booking' => 2024120400,
'local_wunderbyte_table' => 2024112801,
'local_shopping_cart' => 2024120500,
'mod_booking' => 2024121800,
'local_wunderbyte_table' => 2024121200,
'local_shopping_cart' => 2024121800,
'local_entities' => 2024111100,
];

0 comments on commit f6845c2

Please sign in to comment.