Skip to content

Commit

Permalink
build release 5.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
chfsx committed Nov 20, 2018
1 parent ca911f2 commit 5708a8f
Show file tree
Hide file tree
Showing 4 changed files with 3,034 additions and 3,155 deletions.
2 changes: 1 addition & 1 deletion Services/Database/classes/class.ilDBGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ public function buildDBGenerationScript($a_filename = "") {
// auto increment sequence
$this->buildCreateSequenceStatement($table, $file);

if (in_array($table, array('usr_session_stats', 'usr_session_raw'))) {
if (in_array($table, array('usr_session_stats', 'usr_session_raw', 'il_plugin'))) {
continue;
}

Expand Down
4 changes: 2 additions & 2 deletions include/inc.ilias_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
*
* @package ilias-core
*/
define("ILIAS_VERSION", "5.3.10 2018-10-04");
define("ILIAS_VERSION_NUMERIC", "5.3.10"); // must be always x.y.z: x, y and z are numbers
define("ILIAS_VERSION", "5.3.11 2018-11-20");
define("ILIAS_VERSION_NUMERIC", "5.3.11"); // must be always x.y.z: x, y and z are numbers
Loading

0 comments on commit 5708a8f

Please sign in to comment.