diff --git a/CHANGELOG b/CHANGELOG
index 83e0174b9..39b0ff938 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+--------------------------------------------------------------------------------
+ Changes in version 5.1.9
+--------------------------------------------------------------------------------
+
--------------------------------------------------------------------------------
Changes in version 5.1.8
--------------------------------------------------------------------------------
diff --git a/SeedDMS_Core/Core/inc.ClassDMS.php b/SeedDMS_Core/Core/inc.ClassDMS.php
index 0601688d7..cd25d5d4f 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.8';
+ $this->version = '5.1.9';
} /* }}} */
/**
diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml
index b52ddd00b..054d70519 100644
--- a/SeedDMS_Core/package.xml
+++ b/SeedDMS_Core/package.xml
@@ -12,11 +12,11 @@
uwe@steinmann.cx
yes
- 2018-04-05
+ 2018-07-03
- 5.1.8
- 5.1.8
+ 5.1.9
+ 5.1.9
stable
@@ -24,10 +24,6 @@
GPL License
-SeedDMS_Core_DMS::search() returns false in case of an error
-do not use views in DBAccessPDO by default anymore, use temp. tables
-SeedDMS_Core_Document::getNotifyList() has new parameter to include disabled user in list
-fix possible sql injection in SeedDMS_Core_User
@@ -1599,5 +1595,24 @@ add SeedDMS_Core_AttributeDefinition::removeValue()
just bump version
+
+ 2018-07-02
+
+
+ 5.1.8
+ 5.1.8
+
+
+ stable
+ stable
+
+ GPL License
+
+SeedDMS_Core_DMS::search() returns false in case of an error
+do not use views in DBAccessPDO by default anymore, use temp. tables
+SeedDMS_Core_Document::getNotifyList() has new parameter to include disabled user in list
+fix possible sql injection in SeedDMS_Core_User
+
+
diff --git a/inc/inc.Version.php b/inc/inc.Version.php
index 1701926b9..13abdbe01 100644
--- a/inc/inc.Version.php
+++ b/inc/inc.Version.php
@@ -20,7 +20,7 @@
class SeedDMS_Version {
- public $_number = "5.1.8";
+ public $_number = "5.1.9";
private $_string = "SeedDMS";
function __construct() {
diff --git a/install/install.php b/install/install.php
index 892cd3941..126de3d44 100644
--- a/install/install.php
+++ b/install/install.php
@@ -123,7 +123,7 @@ function fileExistsInIncludePath($file) { /* {{{ */
* Load default settings + set
*/
define("SEEDDMS_INSTALL", "on");
-define("SEEDDMS_VERSION", "5.1.8");
+define("SEEDDMS_VERSION", "5.1.9");
require_once('../inc/inc.ClassSettings.php');