diff --git a/CHANGELOG.md b/CHANGELOG.md index dc5c151..06027d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Change Log +## 1.0.1 +## Changed +- fixes according to markets code checks + ## 1.0.0 ## Added - ONLYOFFICE DocSpace activity room element creation - ONLYOFFICE DocSpace configuration - Allow to invite moodle users to ONLYOFFICE DocSpace -- View ONLYOFFICE DocSpace rooms \ No newline at end of file +- View ONLYOFFICE DocSpace rooms diff --git a/version.php b/version.php index ec51f07..b9e3979 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_onlyofficedocspace'; -$plugin->version = 2024110700; -$plugin->release = 'v1.0.0'; +$plugin->version = 2024111200; +$plugin->release = 'v1.0.1'; $plugin->requires = 2023100905; $plugin->maturity = MATURITY_STABLE;