diff --git a/Changes.md b/Changes.md index 476080a..73b0a95 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,9 @@ Version Information =================== +Version 402.1.3 - TBR +-------------------------- + Version 402.1.2 - 08/09/23 -------------------------- 1. Fix 'Logout Url not working' - https://moodle.org/mod/forum/discuss.php?d=448979. diff --git a/version.php b/version.php index 2db5a81..f60ae9b 100644 --- a/version.php +++ b/version.php @@ -25,12 +25,12 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2023042402; +$plugin->version = 2023042403; $plugin->requires = 2023042400.00; // 4.2 (Build: 20230424). $plugin->supported = array(402, 402); $plugin->component = 'theme_foundation'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '402.1.2'; +$plugin->release = '402.1.3'; $plugin->dependencies = array( 'theme_boost' => 2023042400 );