Skip to content

Commit

Permalink
Call it 1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Mar 6, 2024
1 parent 2e3d21c commit 8df5405
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.0.0-beta.3 ###

* Do not pass null as a string parameter to `json_decode()` to avoid deprecation warning.

### 1.0.0-beta.2 ###

* Fixed "No permission to access this repository." error when browsing Content bank
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'editor_marklar';
$plugin->release = '1.0.0-beta.2';
$plugin->release = '1.0.0-beta.3';
$plugin->maturity = MATURITY_BETA;
$plugin->version = 2021060900;
$plugin->version = 2021060901;
$plugin->requires = 2019111800;
$plugin->supported = [39, 311];
$plugin->supported = [39, 401];

0 comments on commit 8df5405

Please sign in to comment.