Skip to content

Commit

Permalink
mod_etherpadlite: require Moodle 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Grabs committed Jul 10, 2024
1 parent 2d699dd commit 1ffed1e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ moodle-mod_etherpadlite
Changes
-------

### v4.4

* 2024-07-10 - Requires now Moodle 4.4
* 2024-07-10 - Optimize github actions
* 2024-07-10 - Fix some smaller coding style issues
* 2024-07-10 - All recent Moodle and PHP versions (Luca Bösch) #75
* 2024-05-26 - Smaller monologo icon for Moodle ≥ 4.4 (Luca Bösch) #74

### v4.3.1

* 2023-11-09 - Fix client construtor #73 (Thank to Daniil Fajnberg)
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
*/
defined('MOODLE_INTERNAL') || die;

$plugin->version = 2023101501; // The current module version (Date: YYYYMMDDXX).
$plugin->release = 'v4.3 (2023110900)';
$plugin->requires = 2022041200;
$plugin->version = 2024071000; // The current module version (Date: YYYYMMDDXX).
$plugin->release = 'v4.4 (2024071000)';
$plugin->requires = 2024041600;
$plugin->component = 'mod_etherpadlite';
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 1ffed1e

Please sign in to comment.