mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 06:27:15 +00:00
start new version 5.1.29
This commit is contained in:
parent
4e1e126783
commit
c93d42228d
|
@ -12,11 +12,11 @@
|
||||||
<email>uwe@steinmann.cx</email>
|
<email>uwe@steinmann.cx</email>
|
||||||
<active>yes</active>
|
<active>yes</active>
|
||||||
</lead>
|
</lead>
|
||||||
<date>2022-11-07</date>
|
<date>2022-11-21</date>
|
||||||
<time>13:44:55</time>
|
<time>13:44:55</time>
|
||||||
<version>
|
<version>
|
||||||
<release>5.1.28</release>
|
<release>5.1.29</release>
|
||||||
<api>5.1.28</api>
|
<api>5.1.29</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
<release>stable</release>
|
<release>stable</release>
|
||||||
|
@ -24,15 +24,7 @@
|
||||||
</stability>
|
</stability>
|
||||||
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||||
<notes>
|
<notes>
|
||||||
- fix SeedDMS_Core_User::getDocumentContents()
|
- SeedDMS_Core_Folder::addDocument() does rollback transaction propperly when setting document categories fail
|
||||||
- fix SeedDMS_Core_File::fileExtension()
|
|
||||||
- SeedDMS_Core_DMS::createPasswordRequest() creates a cryptographically secure hash
|
|
||||||
- fix sql error when deleting a folder attribute
|
|
||||||
- add SeedDMS_Core_Attribute::getParsedValue() and use it in SeedDMS_Core_Object::getAttributeValue()
|
|
||||||
- add SeedDMS_Core_DMS::getDuplicateSequenceNo() and SeedDMS_Core_Folder::reorderDocuments()
|
|
||||||
- add SeedDMS_Core_File::mimetype(), fix SeedDMS_Core_File::moveDir()
|
|
||||||
- all file operations use methods of SeedDMS_Core_File
|
|
||||||
- change namespace of iterators from SeedDMS to SeedDMS\Core
|
|
||||||
</notes>
|
</notes>
|
||||||
<contents>
|
<contents>
|
||||||
<dir baseinstalldir="SeedDMS" name="/">
|
<dir baseinstalldir="SeedDMS" name="/">
|
||||||
|
@ -2016,5 +2008,29 @@ add method SeedDMS_Core_DatabaseAccess::setLogFp()
|
||||||
- pass an array as an attribute to search() will OR each element
|
- pass an array as an attribute to search() will OR each element
|
||||||
</notes>
|
</notes>
|
||||||
</release>
|
</release>
|
||||||
|
<release>
|
||||||
|
<date>2022-11-07</date>
|
||||||
|
<time>13:44:55</time>
|
||||||
|
<version>
|
||||||
|
<release>5.1.28</release>
|
||||||
|
<api>5.1.28</api>
|
||||||
|
</version>
|
||||||
|
<stability>
|
||||||
|
<release>stable</release>
|
||||||
|
<api>stable</api>
|
||||||
|
</stability>
|
||||||
|
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||||
|
<notes>
|
||||||
|
- fix SeedDMS_Core_User::getDocumentContents()
|
||||||
|
- fix SeedDMS_Core_File::fileExtension()
|
||||||
|
- SeedDMS_Core_DMS::createPasswordRequest() creates a cryptographically secure hash
|
||||||
|
- fix sql error when deleting a folder attribute
|
||||||
|
- add SeedDMS_Core_Attribute::getParsedValue() and use it in SeedDMS_Core_Object::getAttributeValue()
|
||||||
|
- add SeedDMS_Core_DMS::getDuplicateSequenceNo() and SeedDMS_Core_Folder::reorderDocuments()
|
||||||
|
- add SeedDMS_Core_File::mimetype(), fix SeedDMS_Core_File::moveDir()
|
||||||
|
- all file operations use methods of SeedDMS_Core_File
|
||||||
|
- change namespace of iterators from SeedDMS to SeedDMS\Core
|
||||||
|
</notes>
|
||||||
|
</release>
|
||||||
</changelog>
|
</changelog>
|
||||||
</package>
|
</package>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user