diff --git a/CHANGELOG b/CHANGELOG index 1f8dcfcbf..f6fb02f0f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +-------------------------------------------------------------------------------- + Changes in version 5.1.26 +-------------------------------------------------------------------------------- + -------------------------------------------------------------------------------- Changes in version 5.1.25 -------------------------------------------------------------------------------- diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml index 39fb25552..61ab24884 100644 --- a/SeedDMS_Core/package.xml +++ b/SeedDMS_Core/package.xml @@ -12,11 +12,11 @@ uwe@steinmann.cx yes - 2022-02-18 + 2022-04-25 - 5.1.25 - 5.1.25 + 5.1.26 + 5.1.26 stable @@ -24,12 +24,6 @@ GPL License -- rename getLastWorkflowTransition() to getLastWorkflowLog() -- getLastWorkflowLog() returns a workflow entry even if the workflow has ended -- backport setFileType() from 6.0.x -- add SeedDMS_Core_File::fileExtension() -- add callbacks on onPostUpdateAttribute, onPostRemoveAttribute, onPostAddAttribute -- fix searching for document content with a custom attribute having a value set @@ -1953,5 +1947,26 @@ add method SeedDMS_Core_DatabaseAccess::setLogFp() - more checks whether an id > 0 when getting a database record + + 2022-04-22 + + + 5.1.25 + 5.1.25 + + + stable + stable + + GPL License + +- rename getLastWorkflowTransition() to getLastWorkflowLog() +- getLastWorkflowLog() returns a workflow entry even if the workflow has ended +- backport setFileType() from 6.0.x +- add SeedDMS_Core_File::fileExtension() +- add callbacks on onPostUpdateAttribute, onPostRemoveAttribute, onPostAddAttribute +- fix searching for document content with a custom attribute having a value set + + diff --git a/inc/inc.Version.php b/inc/inc.Version.php index 34e76f75c..08fdd5d5b 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -20,7 +20,7 @@ class SeedDMS_Version { /* {{{ */ - const _number = "5.1.25"; + const _number = "5.1.26"; const _string = "SeedDMS"; function __construct() {