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

This commit is contained in:
Uwe Steinmann 2026-02-11 21:26:58 +01:00
commit b58b06e667
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,7 @@
--------------------------------------------------------------------------------
Changes in version 6.0.39
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 6.0.38
--------------------------------------------------------------------------------
@ -364,6 +368,10 @@
- add document list which can be exported as an archive
- search results can be exported
--------------------------------------------------------------------------------
Changes in version 5.1.46
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 5.1.45
--------------------------------------------------------------------------------

View File

@ -22,7 +22,7 @@ namespace Seeddms\Seeddms;
class Version { /* {{{ */
const _number = "6.0.38";
const _number = "6.0.39";
const _string = "SeedDMS";
function __construct() {