Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Nov 12, 2024
1 parent 4663a58 commit 29bbffc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
- View ONLYOFFICE DocSpace rooms
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 29bbffc

Please sign in to comment.