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 2862949 commit bde98b9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
CHANGELOG
=========

4.5.3 (2025-01-16)
------------------
* [FIX] #413 Capability check for user before importing series
* [FEATURE] #412 Settings link in Plugins overview and Manage blocks
* [FEATURE] #411 Toggle Add Video(s) buttons during upload when using Chunkuploader
* [FEATURE] #410 New events metadata field location
* [FEATURE] #409 Dynamic video size limitation for chunkuploader setting
* [FEATURE] #405 Use new opencast api exceptions from API plugin


4.5.2 aka 4.5.1 (2024-12-03)
------------------
* [FIX] #404 Mass Action list - fixes
* [FIX] #400 Applying correct default completion while building LTI module
* [FIX] #399 Series Management UI/UX Improvements
* [FIX] #386 Failed upload job limiter
* [FEATURE] #398 Mass Action Support for Video List Tables
* [FEATURE] #390 Workflow configuration panel during upload
* [FEATURE] #373 Support for new transcription management (subtitles) in Opencast 15


4.5.0 (2024-11-12)
------------------
* [FEATURE] #387 Language file ordering
* [FEATURE] #383 Some basic codestyling things
* [FIX] #372 Hidden duplicated videos end up having empty ACLs
Moodle 4.5 compatible version

4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
defined('MOODLE_INTERNAL') || die();

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

0 comments on commit bde98b9

Please sign in to comment.