Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2022-09-25 13:49:35 +02:00
commit df659c52d9
4 changed files with 27 additions and 2 deletions

View File

@ -1,3 +1,7 @@
--------------------------------------------------------------------------------
Changes in version 6.0.21
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 6.0.20
--------------------------------------------------------------------------------
@ -232,6 +236,10 @@
- add document list which can be exported as an archive
- search results can be exported
--------------------------------------------------------------------------------
Changes in version 5.1.28
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 5.1.27
--------------------------------------------------------------------------------

View File

@ -1665,7 +1665,7 @@ class SeedDMS_Core_User { /* {{{ */
$documents[] = $document;
}
return $documents;
}
} /* }}} */
/**
* Returns all document links of a given user

View File

@ -2400,5 +2400,22 @@ better error checking in SeedDMS_Core_Document::cancelCheckOut()
- removeFromProcesses() will not touch documents for which the new user does not have at least read access
</notes>
</release>
<release>
<date>2022-09-18</date>
<time>13:44:55</time>
<version>
<release>6.0.20</release>
<api>6.0.20</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- all changes from 5.1.27 merged
- SeedDMЅ_Core_DMS::getDocumentsInRevision() returns status from revision log
</notes>
</release>
</changelog>
</package>

View File

@ -20,7 +20,7 @@
class SeedDMS_Version { /* {{{ */
const _number = "6.0.20";
const _number = "6.0.21";
const _string = "SeedDMS";
function __construct() {