new version 5.1.29

This commit is contained in:
Uwe Steinmann 2022-11-22 06:52:44 +01:00
parent 4fe2f97fea
commit 3af5b0f943
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
--------------------------------------------------------------------------------
Changes in version 5.1.29
--------------------------------------------------------------------------------
- fix php errors in restapi
- fix 'maximum size' error when uploading a file with drag&drop
--------------------------------------------------------------------------------
Changes in version 5.1.28
--------------------------------------------------------------------------------

View File

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