Merge branch 'seeddms-5.1.x' into seeddms-6.0.x, start version 6.0.23

This commit is contained in:
Uwe Steinmann 2023-02-09 06:51:31 +01:00
commit 45e1d47e8f
2 changed files with 5 additions and 1 deletions

View File

@ -243,6 +243,10 @@
- add document list which can be exported as an archive
- search results can be exported
--------------------------------------------------------------------------------
Changes in version 5.1.30
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 5.1.29
--------------------------------------------------------------------------------

View File

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