We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6052973 commit 014e02fCopy full SHA for 014e02f
db/upgrade.php
@@ -629,7 +629,7 @@ function hvp_upgrade_2023122501() {
629
/**
630
* Adds mobile render method field
631
*/
632
-function hvp_upgrade_20241121001() {
+function hvp_upgrade_2024112101() {
633
global $DB;
634
$dbman = $DB->get_manager();
635
@@ -672,7 +672,7 @@ function xmldb_hvp_upgrade($oldversion) {
672
2020112600,
673
2022012001,
674
2023122501,
675
- 20241121001,
+ 2024112101,
676
];
677
678
foreach ($upgrades as $version) {
version.php
@@ -23,7 +23,7 @@
23
24
defined('MOODLE_INTERNAL') || die();
25
26
-$plugin->version = 20241121001;
+$plugin->version = 2024112101;
27
$plugin->requires = 2013051403;
28
$plugin->cron = 0;
29
$plugin->component = 'mod_hvp';
0 commit comments