diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml index ea12c1730..7c7eb22d7 100644 --- a/SeedDMS_Core/package.xml +++ b/SeedDMS_Core/package.xml @@ -33,6 +33,9 @@ - remove SeedDMS_Core_DocumentCategory::addCategory() and getCategories() - add optional parameters $limit and $offset to SeedDMS_Core_Folder::getDocuments() and SeedDMS_Core_Folder::getSubFolders() +- getInstance() returns now null instead of false if the object was not found in the db +- add new methods SeedDMS_Core_Document::addCategories() and + SeedDMS_Core_Document::removeCategories()