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 9431888 commit 8a21d40
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
CHANGELOG
=========

4.5.1 (2024-12-03)
4.5.3 (2025-01-16)
------------------
* [FIX] #74 Refactor settings handling when propagating
* [FIX] #73 Delete settings of all plugins when deleting an instance
* [FEATURE] #72 Add support for Opencast maintenance periods
* [FEATURE] #70 Improved Opencast API exceptions and error handling


4.5.2 aka 4.5.1 (2024-12-03)
------------------
* [FIX] #69 Lang file (en) sorted alphabetically
* [FEATURE] #63 Upgrade Opencast PHP Library to 1.8.0/Api Version setting (OC 16 Support)/Moodle 4.4 Required Changes
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'tool_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;

0 comments on commit 8a21d40

Please sign in to comment.