Skip to content

Commit

Permalink
version.php changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetom committed Jan 16, 2025
1 parent 8b805b9 commit 8d29738
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

4.5.3 (2025-01-16)
------------------
* [FEATURE] #65 Improve error handling and messaging + opencast api integration
* [FEATURE] #64 Use new opencast api exception handlers from API plugin


4.5.1 (2024-12-03)
------------------
* [FIXED] #63 Prevent future codechecker issues caused by lang file sort order
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'mod_opencast';
$plugin->release = 'v4.5-r3';
$plugin->version = 2024111102;
$plugin->release = 'v4.5-r4';
$plugin->version = 2024111103;
$plugin->requires = 2024100700; // Requires Moodle 4.5+.
$plugin->supported = [405, 405];
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'tool_opencast' => 2024111102,
'tool_opencast' => 2024111103,
];

0 comments on commit 8d29738

Please sign in to comment.