From be0524eb052a4cbeb074fd6c854027d58b938d47 Mon Sep 17 00:00:00 2001 From: Dietmar Angerer Date: Thu, 27 Jun 2024 10:20:12 +0200 Subject: [PATCH] bump version, changelog --- CHANGES.md | 3 +++ version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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;