mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
add changes for 4.3.24
This commit is contained in:
parent
4dce5d7ab3
commit
383ad8391b
|
@ -2,10 +2,12 @@
|
|||
Changes in version 4.3.24
|
||||
--------------------------------------------------------------------------------
|
||||
- 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
|
||||
- guest user can be automatically logged in
|
||||
- get/set custom attributes by webdav
|
||||
- default search method can be set (fulltext, database)
|
||||
- various translation updates
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Changes in version 4.3.23
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||
<notes>
|
||||
- make sure boolean attribute is saved as 0/1
|
||||
- add SeedDMS_Core_User::[g|s]etMandatoryWorkflows()
|
||||
</notes>
|
||||
<contents>
|
||||
<dir baseinstalldir="SeedDMS" name="/">
|
||||
|
|
Loading…
Reference in New Issue
Block a user