diff --git a/CHANGES.md b/CHANGES.md index 6b3f13b..aaa0400 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +### 1.1.1 + +* Remove legacy lib.php require to ensure moodle 4.5 compatibility +* Prevent SQL error on duplicated tag selection. Thanks to Andriy Semenets (@semteacher) + ### 1.1.0 * Fix card display for Moodle 3.6 and onward diff --git a/version.php b/version.php index 7d255f5..d8b43a0 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'block_taggedcoursesearch'; -$plugin->release = '1.1.0'; -$plugin->version = 2019053000; +$plugin->release = '1.1.1'; +$plugin->version = 2024100700; $plugin->requires = 2018120300; $plugin->maturity = MATURITY_STABLE;