diff --git a/CHANGES.md b/CHANGES.md index 965ffc2..64407c3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +### v4.6.7 (2024062700) ### +*fetch string problem fixed + ### v4.6.7 (2024062100) ### *update problem fixed *PHP8 deprecations diff --git a/version.php b/version.php index f7f2237..cea81db 100644 --- a/version.php +++ b/version.php @@ -19,6 +19,6 @@ $plugin->component = 'block_exaport'; $plugin->release = '4.6.7'; -$plugin->version = 2024062100; +$plugin->version = 2024062700; $plugin->requires = 2021051700; // moodle 3.11 $plugin->maturity = MATURITY_STABLE;