Skip to content

Commit

Permalink
version.php readme changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetom committed Dec 3, 2024
1 parent 622f841 commit f906afa
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
CHANGELOG
=========

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


4.5.0 (2024-11-12)
------------------
Moodle 4.5 compatible version

47 changes: 46 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Opencast API #
# moodle-tool_opencast - Opencast API #

This tool provides API functions as well as general settings for the different opencast tools.

This file is part of the mod_opencast plugin for Moodle - <http://moodle.org/>

*Maintainer:* Thomas Niedermaier (Universität Münster), Farbod Zamani (Elan e.V.)

*Copyright:* 2024 Thomas Niedermaier, UNIVERSITÄT MÜNSTER

*License:* [GNU GPL v3 or later](http://www.gnu.org/copyleft/gpl.html)


Description
-----------

This tool provides API functions as well as general settings for the different opencast tools:
* [block_opencast](https://github.com/unirz-tu-ilmenau/moodle-block_opencast)
Expand All @@ -9,10 +23,41 @@ This tool provides API functions as well as general settings for the different o
The tool stores the relation between courses and series ids and
offers webservice endpoints for the opencast role provider.


Installation
------------

* Copy the module code directly to the mod/opencast directory.

* Log into Moodle as administrator.

* Open the administration area (http://your-moodle-site/admin) to start the installation
automatically.


Admin Settings
--------------

View the documentation of the plugin settings [here](https://moodle.docs.opencast.org/#tool/settings/).


## Documentation ##

The full documentation of the plugin can be found [here](https://moodle.docs.opencast.org/#tool/about/).


Bug Reports / Support
---------------------

We try our best to deliver bug-free plugins, but we can not test the plugin for every platform,
database, PHP and Moodle version. If you find any bug please report it on
[GitHub](https://github.com/Opencast-Moodle/moodle-tool_opencast/issues). Please
provide a detailed bug description, including the plugin and Moodle version and, if applicable, a
screenshot.

You may also file a request for enhancement on GitHub.


## License ##

This plugin is developed in cooperation with the TU Ilmenau and the WWU Münster.
Expand Down
5 changes: 3 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'tool_opencast';
$plugin->release = 'v4.5-r1';
$plugin->version = 2024111100;
$plugin->release = 'v4.5-r2';
$plugin->version = 2024111101;
$plugin->requires = 2024100700; // Requires Moodle 4.5+.
$plugin->supported = [405, 405];
$plugin->maturity = MATURITY_STABLE;

0 comments on commit f906afa

Please sign in to comment.