diff --git a/CHANGES.md b/CHANGES.md index 0cdbe76..a388082 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +## v4.4.3 (2024-07-02) + +* version update +* MOODLE_404_STABLE only +* readme + ## v4.2.4 (2024-04-19) * codecoverage ignore diff --git a/version.php b/version.php index 13c5862..f7ec1fe 100644 --- a/version.php +++ b/version.php @@ -29,5 +29,5 @@ $plugin->requires = 2024042200; $plugin->maturity = MATURITY_STABLE; $plugin->supported = [404, 404]; -$plugin->release = 'v4.4.2'; -$plugin->version = 2024061901; +$plugin->release = 'v4.4.3'; +$plugin->version = 2024070200;