Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Add `CHANGELOG.md`
  • Loading branch information
daniil-berg committed Apr 10, 2024
1 parent 96b99af commit 9fca8ba
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## 1.4.0

- **Drop support for Moodle 3.9; require at least Moodle 4.1**
- Fix rendering bug for custom licenses
- Adhere more to Moodle code style guidelines

## 1.3.1

- Fix Moodle 3.9 compatibility bug

## 1.3.0

- Add an extra column in the table to show if files embedded in some text fields are actually used
- Add privacy provider implementing null_provider
- Add GitHub Workflow/Actions
- Fix button styling
- Fix deprecated method warnings
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2022060800;
$plugin->version = 2024041000;
$plugin->requires = 2022112800; // Require at least Moodle 4.1.0.
$plugin->cron = 0;
$plugin->component = "local_listcoursefiles";
$plugin->maturity = MATURITY_STABLE;
$plugin->release = "1.3.1";
$plugin->release = "1.4.0";

0 comments on commit 9fca8ba

Please sign in to comment.