add changes for 4.3.24

This commit is contained in:
Uwe Steinmann 2016-02-01 20:49:04 +01:00
parent 4dce5d7ab3
commit 383ad8391b
2 changed files with 4 additions and 1 deletions

View File

@ -2,10 +2,12 @@
Changes in version 4.3.24 Changes in version 4.3.24
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
- fixed possible XSS attack in user substitution - fixed possible XSS attack in user substitution
- users can have than 1 mandatory workflow, in that case the user can select one - users can have than one mandatory workflow, in that case the user can select one
- completed MyDocuments page for advanced workflows - completed MyDocuments page for advanced workflows
- guest user can be automatically logged in - guest user can be automatically logged in
- get/set custom attributes by webdav - get/set custom attributes by webdav
- default search method can be set (fulltext, database)
- various translation updates
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Changes in version 4.3.23 Changes in version 4.3.23

View File

@ -25,6 +25,7 @@
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license> <license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes> <notes>
- make sure boolean attribute is saved as 0/1 - make sure boolean attribute is saved as 0/1
- add SeedDMS_Core_User::[g|s]etMandatoryWorkflows()
</notes> </notes>
<contents> <contents>
<dir baseinstalldir="SeedDMS" name="/"> <dir baseinstalldir="SeedDMS" name="/">