Skip to content

Commit 05a62d9

Browse files
author
Releasemanager
committed
Release 8.19
1 parent d6e0cbf commit 05a62d9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

include/inc.ilias_version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
*
1111
* @package ilias-core
1212
*/
13-
define("ILIAS_VERSION", "8.18 2025-01-07");
14-
define("ILIAS_VERSION_NUMERIC", "8.18"); // since version ILIAS 6 this must be always x.y: x and y are numbers
13+
define("ILIAS_VERSION", "8.19 2025-04-01");
14+
define("ILIAS_VERSION_NUMERIC", "8.19"); // since version ILIAS 6 this must be always x.y: x and y are numbers

setup/sql/ilias3.sql

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/*!999999\- enable the sandbox mode */
2-
-- MariaDB dump 10.19 Distrib 10.6.18-MariaDB, for debian-linux-gnu (x86_64)
1+
/*M!999999\- enable the sandbox mode */
2+
-- MariaDB dump 10.19 Distrib 10.6.21-MariaDB, for debian-linux-gnu (x86_64)
33
--
44
-- Host: localhost Database: ilias_release
55
-- ------------------------------------------------------
6-
-- Server version 10.6.18-MariaDB-0ubuntu0.22.04.1
6+
-- Server version 10.6.21-MariaDB-0ubuntu0.22.04.2
77

88
--
99
-- Table structure for table `acc_access_key`
@@ -13117,7 +13117,7 @@ INSERT INTO `object_data` VALUES (34,'typ','lm','Learning module Object',-1,'200
1311713117
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);
1311813118
INSERT INTO `object_data` VALUES (36,'typ','note','Note Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',NULL);
1311913119
INSERT INTO `object_data` VALUES (37,'typ','frm','Forum object',-1,'2002-07-15 15:54:22','2003-08-15 12:36:40','',NULL);
13120-
INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2025-01-07 14:52:28','',NULL);
13120+
INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2025-04-01 14:23:02','',NULL);
1312113121
INSERT INTO `object_data` VALUES (71,'lng','de','not_installed',6,'2003-08-15 10:25:19','2015-12-22 16:29:24','',NULL);
1312213122
INSERT INTO `object_data` VALUES (72,'lng','es','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',NULL);
1312313123
INSERT INTO `object_data` VALUES (73,'lng','it','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',NULL);
@@ -20110,7 +20110,7 @@ INSERT INTO `settings` VALUES ('common','ilfrmnoti1','1');
2011020110
INSERT INTO `settings` VALUES ('common','ilfrmreadidx1','1');
2011120111
INSERT INTO `settings` VALUES ('common','ilfrmthri2','1');
2011220112
INSERT INTO `settings` VALUES ('common','ilGlobalTstPoolUsageSettingInitilisation','1');
20113-
INSERT INTO `settings` VALUES ('common','ilias_version','8.18.0');
20113+
INSERT INTO `settings` VALUES ('common','ilias_version','8.19.0');
2011420114
INSERT INTO `settings` VALUES ('common','ilinc_akclassvalues_required','1');
2011520115
INSERT INTO `settings` VALUES ('common','ilmpathix','1');
2011620116
INSERT INTO `settings` VALUES ('common','iloscmsgidx1','1');
@@ -25095,4 +25095,4 @@ CREATE TABLE `xmlvalue_seq` (
2509525095

2509625096

2509725097

25098-
-- Dump completed on 2025-01-07 14:52:29
25098+
-- Dump completed on 2025-04-01 14:23:02

0 commit comments

Comments
 (0)