start new version 5.1.28

This commit is contained in:
Uwe Steinmann 2022-09-24 08:32:43 +02:00
parent 6eae010b24
commit 83099dd422
3 changed files with 26 additions and 7 deletions

View File

@ -1,3 +1,7 @@
--------------------------------------------------------------------------------
Changes in version 5.1.28
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 5.1.27
--------------------------------------------------------------------------------

View File

@ -12,11 +12,11 @@
<email>uwe@steinmann.cx</email>
<active>yes</active>
</lead>
<date>2022-08-31</date>
<date>2022-09-24</date>
<time>13:44:55</time>
<version>
<release>5.1.27</release>
<api>5.1.27</api>
<release>5.1.28</release>
<api>5.1.28</api>
</version>
<stability>
<release>stable</release>
@ -24,9 +24,6 @@
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- fix SeedDMS_Core_DMS::addAttributeDefinition() when objtype is 0
- sort search result even if sortorder is 'i' or 'n'
- pass an array as an attribute to search() will OR each element
</notes>
<contents>
<dir baseinstalldir="SeedDMS" name="/">
@ -1992,5 +1989,23 @@ add method SeedDMS_Core_DatabaseAccess::setLogFp()
- SeedDMS_Core_DMS::getAllAttributeDefinitions() has second parameter to filter attributes by type
</notes>
</release>
<release>
<date>2022-08-31</date>
<time>13:44:55</time>
<version>
<release>5.1.27</release>
<api>5.1.27</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_DMS::addAttributeDefinition() when objtype is 0
- sort search result even if sortorder is 'i' or 'n'
- pass an array as an attribute to search() will OR each element
</notes>
</release>
</changelog>
</package>

View File

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