Skip to content

Commit

Permalink
v1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-kialo committed Oct 20, 2023
1 parent 96f22b9 commit 3edc4c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### v1.0.23 (Build - 2023102004)
### v1.0.23 (Build - 2023102005)

* Send plugin version number to Kialo.
* Fix help center link.
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
$plugin->component = 'mod_kialo';

// See https://moodledev.io/docs/apis/commonfiles/version.php.
$plugin->version = 2023102004; // Must be incremented for each new release!
$plugin->release = '1.0.23-beta4'; // Semantic version.
$plugin->version = 2023102005; // Must be incremented for each new release!
$plugin->release = '1.0.23'; // Semantic version.

// Officially we require PHP 7.4. The first Moodle version that requires this as a minimum is Moodle 4.1.
// But technically this plugin also runs on older Moodle versions, as long as they run on PHP 7.4,
Expand Down

0 comments on commit 3edc4c8

Please sign in to comment.