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.4stable
@@ -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
+
+
+