diff --git a/CHANGELOG b/CHANGELOG
index cb713431d..973243993 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,10 @@
- added support for postgresql
- document attachments can linked to a version and be public or hidden
+--------------------------------------------------------------------------------
+ Changes in version 5.0.11
+--------------------------------------------------------------------------------
+
--------------------------------------------------------------------------------
Changes in version 5.0.10
--------------------------------------------------------------------------------
@@ -80,6 +84,10 @@
- add .xml to online file types by default
- add home folder for users
+--------------------------------------------------------------------------------
+ Changes in version 4.3.34
+--------------------------------------------------------------------------------
+
--------------------------------------------------------------------------------
Changes in version 4.3.33
--------------------------------------------------------------------------------
diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml
index 98ae08b04..0dcc32349 100644
--- a/SeedDMS_Core/package.xml
+++ b/SeedDMS_Core/package.xml
@@ -1165,6 +1165,21 @@ SeedDMS_Core_DMS::getNotificationsByUser() are deprecated
- SeedDMЅ_Core_User::setFullname() minor fix in sql statement
+
+ 2017-02-28
+
+
+ 4.3.34
+ 4.3.34
+
+
+ stable
+ stable
+
+ GPL License
+
+
+
2016-01-22
@@ -1328,8 +1343,24 @@ SeedDMS_Core_DMS::getNotificationsByUser() are deprecated
- 2017-02-20
+ 2017-02-28
+
+ 5.0.11
+ 5.0.11
+
+
+ stable
+ stable
+
+ GPL License
+
+- all changes from 4.3.34 merged
+
+
+
+ 2017-02-20
+
5.1.0
5.1.0
diff --git a/install/install.php b/install/install.php
index 451ed5515..1ff7c2ea2 100644
--- a/install/install.php
+++ b/install/install.php
@@ -318,7 +318,7 @@ if ($action=="setSettings") {
$connTmp->exec($query);
if ($connTmp->errorCode() != 0) {
- $errorMsg .= $connTmp->errorInfo() . "
";
+ $errorMsg .= $connTmp->errorInfo()[2] . "
";
}
}
}