diff --git a/SeedDMS_Core/Core/inc.ClassDMS.php b/SeedDMS_Core/Core/inc.ClassDMS.php
index d42bfe9b6..d83a2fc33 100644
--- a/SeedDMS_Core/Core/inc.ClassDMS.php
+++ b/SeedDMS_Core/Core/inc.ClassDMS.php
@@ -376,7 +376,7 @@ class SeedDMS_Core_DMS {
$this->callbacks = array();
$this->version = '@package_version@';
if($this->version[0] == '@')
- $this->version = '5.1.10';
+ $this->version = '5.1.11';
} /* }}} */
/**
diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml
index 50aa5d16b..173016bf2 100644
--- a/SeedDMS_Core/package.xml
+++ b/SeedDMS_Core/package.xml
@@ -12,11 +12,11 @@
uwe@steinmann.cx
yes
- 2018-11-23
+ 2019-05-03
- 5.1.10
- 5.1.10
+ 5.1.11
+ 5.1.11
stable
@@ -24,8 +24,7 @@
GPL License
-fix php warning if workflow state doesn' have next transition
-add method SeedDMS_Core_DatabaseAccess::setLogFp()
+???
@@ -1635,5 +1634,22 @@ new optional parameter $listguest for SeedDMS_Core_Document::getReadAccessList()
remove deprecated methods SeedDMS_Core_Document::convert(), SeedDMS_Core_Document::wasConverted(), SeedDMS_Core_Document::viewOnline(), SeedDMS_Core_Document::getUrl()
+
+ 2019-04-04
+
+
+ 5.1.10
+ 5.1.10
+
+
+ stable
+ stable
+
+ GPL License
+
+fix php warning if workflow state doesn' have next transition
+add method SeedDMS_Core_DatabaseAccess::setLogFp()
+
+
diff --git a/inc/inc.Version.php b/inc/inc.Version.php
index f9240bab5..78c5944ba 100644
--- a/inc/inc.Version.php
+++ b/inc/inc.Version.php
@@ -20,7 +20,7 @@
class SeedDMS_Version {
- public $_number = "5.1.10";
+ public $_number = "5.1.11";
private $_string = "SeedDMS";
function __construct() {