From 5efc5802b77c461a58f0fa17a9093f398ae00f9d Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 13 Apr 2021 08:39:07 +0200 Subject: [PATCH] start version 5.1.23 --- CHANGELOG | 4 ++++ SeedDMS_Core/package.xml | 39 +++++++++++++++++++++++++++------------ inc/inc.Version.php | 2 +- 3 files changed, 32 insertions(+), 13 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index db1368bde..a3b211c53 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +-------------------------------------------------------------------------------- + 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 b440d3671..2d6bff551 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 - 5.1.22 - 5.1.22 + 5.1.23 + 5.1.23 stable @@ -24,15 +24,6 @@ GPL License -- add SeedDMS_Core_DatabaseAccess::hasTable() -- add SeedDMS_Core_User->isType() and SeedDMS_Core_Group->isType() -- add SeedDMS_Core_User->getDMS() and SeedDMS_Core_Group->getDMS() -- add new parameter to SeedDMS_Core_DMS->getDocumentList() for skipping expired documents -- add parameter $incdisabled to SeedDMS_Core_Folder::getNotifyList() -- do not validate value in SeedDMS_Core_Attribute::setValue(), it should have been done before -- SeedDMS_Core_DMS::search() can search for last date of document status change -- smarter caching in SeedDMS_Core_Document::getDocumentFiles() which fixes a potential - problem when removing a document @@ -1867,5 +1858,29 @@ add method SeedDMS_Core_DatabaseAccess::setLogFp() - check if attribute definition exists when setting attributes of folders and documents + + 2021-03-15 + + + 5.1.22 + 5.1.22 + + + stable + stable + + GPL License + +- add SeedDMS_Core_DatabaseAccess::hasTable() +- add SeedDMS_Core_User->isType() and SeedDMS_Core_Group->isType() +- add SeedDMS_Core_User->getDMS() and SeedDMS_Core_Group->getDMS() +- add new parameter to SeedDMS_Core_DMS->getDocumentList() for skipping expired documents +- add parameter $incdisabled to SeedDMS_Core_Folder::getNotifyList() +- do not validate value in SeedDMS_Core_Attribute::setValue(), it should have been done before +- SeedDMS_Core_DMS::search() can search for last date of document status change +- smarter caching in SeedDMS_Core_Document::getDocumentFiles() which fixes a potential + problem when removing a document + + diff --git a/inc/inc.Version.php b/inc/inc.Version.php index 8e4db572b..a4e428ad6 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -20,7 +20,7 @@ class SeedDMS_Version { /* {{{ */ - const _number = "5.1.22"; + const _number = "5.1.23"; const _string = "SeedDMS"; function __construct() {