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

This commit is contained in:
Uwe Steinmann 2023-05-05 06:43:48 +02:00
commit 40f86da41d
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
--------------------------------------------------------------------------------
Changes in version 6.0.25
--------------------------------------------------------------------------------
- merge changes up to 5.1.32
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Changes in version 6.0.24 Changes in version 6.0.24
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
@ -257,6 +262,10 @@
- add document list which can be exported as an archive - add document list which can be exported as an archive
- search results can be exported - search results can be exported
--------------------------------------------------------------------------------
Changes in version 5.1.32
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Changes in version 5.1.31 Changes in version 5.1.31
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

View File

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