Skip to content

Commit

Permalink
Markdown dataformat v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mackensen committed Apr 24, 2024
1 parent 35e8d69 commit 58b9dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog

## Unreleased
## 4.1.0 (April 24, 2024)

- Change default branch to "main"
- Update CI tool to version 3
- Drop support for Moodle 3.6-4.0
- Migrate CI builds to Github Actions
- Resolve standards issues, mostly MDLSITE-6594
- Update path per MDL-68500

## 3.6.0 (June 15, 2020)

Expand Down
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 = 'dataformat_markdown';
$plugin->version = 2020061500;
$plugin->version = 2024042400;
$plugin->requires = 2022112800; // Requires this Moodle version.
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v3.6.0';
$plugin->release = 'v4.1.0';

0 comments on commit 58b9dde

Please sign in to comment.