add changelog for 4.3.4

This commit is contained in:
Uwe Steinmann 2014-02-21 07:56:46 +01:00
parent ffa866ae63
commit ac2119355b

View File

@ -15,8 +15,8 @@
<date>2014-02-01</date> <date>2014-02-01</date>
<time>16:19:34</time> <time>16:19:34</time>
<version> <version>
<release>4.3.3</release> <release>4.3.4</release>
<api>4.3.3</api> <api>4.3.4</api>
</version> </version>
<stability> <stability>
<release>stable</release> <release>stable</release>
@ -24,10 +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>
- SeedDMS_Folder::getDocuments() and SeedDMS_Folder::getSubFolders() do not - fix handling of multivalue attributes
do any sorting if $orderby is not set.
- database hostname can have port seperated by ':'
- make all functions in SeedDMS_Core_File static (fixes problem with php 5.5.x)
</notes> </notes>
<contents> <contents>
<dir baseinstalldir="SeedDMS" name="/"> <dir baseinstalldir="SeedDMS" name="/">
@ -586,5 +583,24 @@ New release
- new methods SeedDMS_Core_DMS::checkFolders() and SeedDMS_Core_DMS::checkDocuments() - new methods SeedDMS_Core_DMS::checkFolders() and SeedDMS_Core_DMS::checkDocuments()
</notes> </notes>
</release> </release>
</release>
<date>2014-02-01</date>
<time>16:19:34</time>
<version>
<release>4.3.3</release>
<api>4.3.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- SeedDMS_Folder::getDocuments() and SeedDMS_Folder::getSubFolders() do not
do any sorting if $orderby is not set.
- database hostname can have port seperated by ':'
- make all functions in SeedDMS_Core_File static (fixes problem with php 5.5.x)
</notes>
</release>
</changelog> </changelog>
</package> </package>