mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
df659c52d9
|
@ -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
|
||||
--------------------------------------------------------------------------------
|
||||
|
|
|
@ -1665,7 +1665,7 @@ class SeedDMS_Core_User { /* {{{ */
|
|||
$documents[] = $document;
|
||||
}
|
||||
return $documents;
|
||||
}
|
||||
} /* }}} */
|
||||
|
||||
/**
|
||||
* Returns all document links of a given user
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
class SeedDMS_Version { /* {{{ */
|
||||
|
||||
const _number = "6.0.20";
|
||||
const _number = "6.0.21";
|
||||
const _string = "SeedDMS";
|
||||
|
||||
function __construct() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user