diff --git a/CHANGES.md b/CHANGES.md index 16b6896..a49fa84 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## Version 0.2.5 (2023100900) +* Bugfix: Add FontAwesome 6 compatibility for Moodle 4.2. +* Bugfix: Fix github actions. + ## Version 0.2.4 (2023091900) * Bugfix: Fix namespaces for Calendar webservices. diff --git a/version.php b/version.php index f8e5e3d..b4242db 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_entities'; -$plugin->release = '0.2.4'; -$plugin->version = 2023091900; +$plugin->release = '0.2.5'; +$plugin->version = 2023100900; $plugin->requires = 2020061500; $plugin->maturity = MATURITY_ALPHA;