Skip to content

Commit f1a2b8d

Browse files
author
Releasemanager
committed
Release 8.22
1 parent d64a635 commit f1a2b8d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.21 2025-05-27");
14-
define("ILIAS_VERSION_NUMERIC", "8.21"); // since version ILIAS 6 this must be always x.y: x and y are numbers
13+
define("ILIAS_VERSION", "8.22 2025-07-08");
14+
define("ILIAS_VERSION_NUMERIC", "8.22"); // since version ILIAS 6 this must be always x.y: x and y are numbers

setup/sql/ilias3.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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-05-27 14:38:10','',NULL);
13120+
INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2025-07-08 12:41:15','',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.21.0');
20113+
INSERT INTO `settings` VALUES ('common','ilias_version','8.22.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-05-27 14:38:10
25098+
-- Dump completed on 2025-07-08 12:41:16

0 commit comments

Comments
 (0)