From 28b295267bfd8d4e0bcb13f7bc23e5590bddab46 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Fri, 26 Nov 2021 14:44:19 +0000 Subject: [PATCH] Update change log and version --- changes.md | 12 ++++++++++++ version.php | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changes.md b/changes.md index 3a1fff6..2282440 100644 --- a/changes.md +++ b/changes.md @@ -1,5 +1,17 @@ # Change log for the Ad-hoc database queries report +## Changes in 4.2 + +* ... +* Better navigation when there are a lot of reports. There is now a separate page for each category, + as well as the main index page. +* When editing queries, the input box for the report name is bigger. +* Actions (e.g. edit) for reports are now shown on the parameters page, and are shown before the list + of preview report runs, under scheduled reports, which is more convenient. +* Fixed a bug with the display of validation messages on the edit form. +* Added a missing index in the database. + + ## Changes in 4.1 * We now track when each query was created and last modified, along with the user who modified it. diff --git a/version.php b/version.php index 44aee34..8bf2d91 100644 --- a/version.php +++ b/version.php @@ -28,6 +28,6 @@ $plugin->requires = 2020061500; $plugin->component = 'report_customsql'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '4.1 for Moodle 3.9+'; +$plugin->release = '4.2 for Moodle 3.9+'; $plugin->outestssufficient = true;