diff --git a/CHANGELOG b/CHANGELOG index eaefb1607..09af37fc2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +-------------------------------------------------------------------------------- + Changes in version 6.0.16 +-------------------------------------------------------------------------------- + -------------------------------------------------------------------------------- Changes in version 6.0.15 -------------------------------------------------------------------------------- @@ -192,6 +196,10 @@ - add document list which can be exported as an archive - search results can be exported +-------------------------------------------------------------------------------- + Changes in version 5.1.23 +-------------------------------------------------------------------------------- + -------------------------------------------------------------------------------- Changes in version 5.1.22 -------------------------------------------------------------------------------- diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml index f440e34f6..839665b11 100644 --- a/SeedDMS_Core/package.xml +++ b/SeedDMS_Core/package.xml @@ -12,11 +12,11 @@ uwe@steinmann.cx yes - 2021-03-15 + 2021-04-13 - 6.0.15 - 6.0.15 + 6.0.16 + 6.0.16 stable @@ -24,12 +24,6 @@ GPL License -- add searching for revision date -- expired documents can be skipped from counting in countTasks() -- SeedDMS_Core_DMS::getDocumentList() uses ambiguous column name when sorting by status -- add list type SleepingReviseByMe to SeedDMS_Core_DMS::getDocumentList() -- parameter 2 of SeedDMS_Core_DMS::getDocumentList() is treated as number of - days for list DueRevisions @@ -2172,5 +2166,26 @@ SeedDMS_Core_DMS::filterAccess() properly checks for documents better error checking in SeedDMS_Core_Document::cancelCheckOut() + + 2021-04-13 + + + 6.0.15 + 6.0.15 + + + stable + stable + + GPL License + +- add searching for revision date +- expired documents can be skipped from counting in countTasks() +- SeedDMS_Core_DMS::getDocumentList() uses ambiguous column name when sorting by status +- add list type SleepingReviseByMe to SeedDMS_Core_DMS::getDocumentList() +- parameter 2 of SeedDMS_Core_DMS::getDocumentList() is treated as number of + days for list DueRevisions + + diff --git a/inc/inc.Version.php b/inc/inc.Version.php index 80882e710..f469e6603 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -20,7 +20,7 @@ class SeedDMS_Version { /* {{{ */ - const _number = "6.0.15"; + const _number = "6.0.16"; const _string = "SeedDMS"; function __construct() {