From 6548776cb30f65af75143516f521b782f613a039 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 21 Feb 2018 12:39:51 +0100 Subject: [PATCH] new version 6.0.4 --- SeedDMS_Core/package.xml | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml index dc153a7b5..a8400d1c7 100644 --- a/SeedDMS_Core/package.xml +++ b/SeedDMS_Core/package.xml @@ -15,8 +15,8 @@ 2018-02-14 - 6.0.3 - 6.0.3 + 6.0.4 + 6.0.4 stable @@ -24,15 +24,13 @@ GPL License -pass 0 as default to getObjects() -SeedDMS_Core_AttributeDefinition::getStatistics() returns propper values for each item in a value set -SeedDMS_Core_DMS::getDocumentList() returns list of documents without a receiver add lists of drafts and obsolete docs in SeedDMS_Core_DMS::getDocumentList() add fast sql statement to SeedDMS_Core_Document::getReceiptStatus() if limit=1 add callback onCheckAccessDocument to SeedDMS_Core_Document::getAccessMode() add new document status 'needs correction' (S_NEEDS_CORRECTION) do not use views as a replacement for temp. tables anymore, because they are much slower. +add SeedDMS_Core_DocumentContent::getInstance() @@ -1661,5 +1659,24 @@ are any waiting or pending revisions at all - getTimeline() also returns data for documents with a scheduled revision + + 2018-01-23 + + + 6.0.3 + 6.0.3 + + + stable + stable + + GPL License + +pass 0 as default to getObjects() +SeedDMS_Core_AttributeDefinition::getStatistics() returns propper values for each item in a value set +SeedDMS_Core_DMS::getDocumentList() returns list of documents without a receiver + + +