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

This commit is contained in:
Uwe Steinmann 2021-04-13 08:42:36 +02:00
commit c0377d4e34
3 changed files with 33 additions and 10 deletions

View File

@ -1,3 +1,7 @@
--------------------------------------------------------------------------------
Changes in version 6.0.16
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 6.0.15
--------------------------------------------------------------------------------
@ -192,6 +196,10 @@
- add document list which can be exported as an archive
- search results can be exported
--------------------------------------------------------------------------------
Changes in version 5.1.23
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 5.1.22
--------------------------------------------------------------------------------

View File

@ -12,11 +12,11 @@
<email>uwe@steinmann.cx</email>
<active>yes</active>
</lead>
<date>2021-03-15</date>
<date>2021-04-13</date>
<time>13:44:55</time>
<version>
<release>6.0.15</release>
<api>6.0.15</api>
<release>6.0.16</release>
<api>6.0.16</api>
</version>
<stability>
<release>stable</release>
@ -24,12 +24,6 @@
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- add searching for revision date
- expired documents can be skipped from counting in countTasks()
- SeedDMS_Core_DMS::getDocumentList() uses ambiguous column name when sorting by status
- add list type SleepingReviseByMe to SeedDMS_Core_DMS::getDocumentList()
- parameter 2 of SeedDMS_Core_DMS::getDocumentList() is treated as number of
days for list DueRevisions
</notes>
<contents>
<dir baseinstalldir="SeedDMS" name="/">
@ -2172,5 +2166,26 @@ SeedDMS_Core_DMS::filterAccess() properly checks for documents
better error checking in SeedDMS_Core_Document::cancelCheckOut()
</notes>
</release>
<release>
<date>2021-04-13</date>
<time>13:44:55</time>
<version>
<release>6.0.15</release>
<api>6.0.15</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- add searching for revision date
- expired documents can be skipped from counting in countTasks()
- SeedDMS_Core_DMS::getDocumentList() uses ambiguous column name when sorting by status
- add list type SleepingReviseByMe to SeedDMS_Core_DMS::getDocumentList()
- parameter 2 of SeedDMS_Core_DMS::getDocumentList() is treated as number of
days for list DueRevisions
</notes>
</release>
</changelog>
</package>

View File

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