Skip to content

Commit 789c859

Browse files
author
Releasemanager
committed
Release 9.12
1 parent 99ea063 commit 789c859

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

include/inc.ilias_version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
*
2727
* @package ilias-core
2828
*/
29-
const ILIAS_VERSION = "9.11 2025-07-08";
30-
const ILIAS_VERSION_NUMERIC = "9.11"; // since version ILIAS 6 this must be always x.y: x and y are numbers
29+
const ILIAS_VERSION = "9.12 2025-07-15";
30+
const ILIAS_VERSION_NUMERIC = "9.12"; // since version ILIAS 6 this must be always x.y: x and y are numbers

setup/sql/ilias3.sql

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7368,6 +7368,8 @@ INSERT INTO `il_db_steps` VALUES ('ilTest9DBUpdateSteps',18,'2023-12-12 16:39:41
73687368
INSERT INTO `il_db_steps` VALUES ('ilTest9DBUpdateSteps',19,'2024-04-30 15:11:09.036627','2024-04-30 15:11:09.040172');
73697369
INSERT INTO `il_db_steps` VALUES ('ilTest9DBUpdateSteps',20,'2024-12-10 15:59:52.847725','2024-12-10 15:59:52.851730');
73707370
INSERT INTO `il_db_steps` VALUES ('ilTest9DBUpdateSteps',21,'2025-01-14 15:57:34.331279','2025-01-14 15:57:34.331841');
7371+
INSERT INTO `il_db_steps` VALUES ('ilTest9DBUpdateSteps',22,'2025-07-15 14:37:13.288174','2025-07-15 14:37:13.295909');
7372+
INSERT INTO `il_db_steps` VALUES ('ilTest9DBUpdateSteps',23,'2025-07-15 14:37:13.296181','2025-07-15 14:37:13.296398');
73717373
INSERT INTO `il_db_steps` VALUES ('ilTestQuestionPool80DBUpdateSteps',1,'2023-12-12 16:39:41.023770','2023-12-12 16:39:41.025028');
73727374
INSERT INTO `il_db_steps` VALUES ('ilTestQuestionPool80DBUpdateSteps',2,'2023-12-12 16:39:41.025620','2023-12-12 16:39:41.031146');
73737375
INSERT INTO `il_db_steps` VALUES ('ilTestQuestionPool80DBUpdateSteps',3,'2023-12-12 16:39:41.031863','2023-12-12 16:39:41.038435');
@@ -13579,7 +13581,7 @@ INSERT INTO `object_data` VALUES (34,'typ','lm','Learning module Object',-1,'200
1357913581
INSERT INTO `object_data` VALUES (35,'typ','notf','Note Folder Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',NULL,NULL);
1358013582
INSERT INTO `object_data` VALUES (36,'typ','note','Note Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',NULL,NULL);
1358113583
INSERT INTO `object_data` VALUES (37,'typ','frm','Forum object',-1,'2002-07-15 15:54:22','2003-08-15 12:36:40','',NULL,NULL);
13582-
INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2025-07-08 13:34:59','',NULL,NULL);
13584+
INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2025-07-15 14:37:13','',NULL,NULL);
1358313585
INSERT INTO `object_data` VALUES (71,'lng','de','not_installed',6,'2003-08-15 10:25:19','2015-12-22 16:29:24','',NULL,NULL);
1358413586
INSERT INTO `object_data` VALUES (72,'lng','es','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',NULL,NULL);
1358513587
INSERT INTO `object_data` VALUES (73,'lng','it','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',NULL,NULL);
@@ -20394,7 +20396,7 @@ INSERT INTO `settings` VALUES ('common','ilfrmnoti1','1');
2039420396
INSERT INTO `settings` VALUES ('common','ilfrmreadidx1','1');
2039520397
INSERT INTO `settings` VALUES ('common','ilfrmthri2','1');
2039620398
INSERT INTO `settings` VALUES ('common','ilGlobalTstPoolUsageSettingInitilisation','1');
20397-
INSERT INTO `settings` VALUES ('common','ilias_version','9.11.0');
20399+
INSERT INTO `settings` VALUES ('common','ilias_version','9.12.0');
2039820400
INSERT INTO `settings` VALUES ('common','ilinc_akclassvalues_required','1');
2039920401
INSERT INTO `settings` VALUES ('common','ilmpathix','1');
2040020402
INSERT INTO `settings` VALUES ('common','iloscmsgidx1','1');
@@ -23716,8 +23718,8 @@ CREATE TABLE `tst_tests` (
2371623718
`password_enabled` tinyint(4) DEFAULT NULL,
2371723719
`broken` tinyint(4) DEFAULT NULL,
2371823720
`force_inst_fb` tinyint(4) DEFAULT 0,
23719-
`starting_time` int(11) NOT NULL DEFAULT 0,
23720-
`ending_time` int(11) NOT NULL DEFAULT 0,
23721+
`starting_time` bigint(20) NOT NULL DEFAULT 0,
23722+
`ending_time` bigint(20) NOT NULL DEFAULT 0,
2372123723
`pass_waiting` varchar(15) DEFAULT NULL,
2372223724
`follow_qst_answer_fixation` tinyint(4) DEFAULT 0,
2372323725
`block_after_passed` tinyint(4) DEFAULT 0,
@@ -25114,4 +25116,4 @@ CREATE TABLE `xmlvalue_seq` (
2511425116

2511525117

2511625118

25117-
-- Dump completed on 2025-07-08 13:34:59
25119+
-- Dump completed on 2025-07-15 14:37:14

0 commit comments

Comments
 (0)