start new version 5.1.15

This commit is contained in:
Uwe Steinmann 2020-02-17 12:57:48 +01:00
parent 4b402a131f
commit 6bf6a4b582
4 changed files with 25 additions and 6 deletions

View File

@ -1,3 +1,7 @@
--------------------------------------------------------------------------------
Changes in version 5.1.15
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 5.1.14
--------------------------------------------------------------------------------

View File

@ -383,7 +383,7 @@ class SeedDMS_Core_DMS {
$this->callbacks = array();
$this->version = '@package_version@';
if($this->version[0] == '@')
$this->version = '5.1.13';
$this->version = '5.1.15';
} /* }}} */
/**

View File

@ -12,11 +12,11 @@
<email>uwe@steinmann.cx</email>
<active>yes</active>
</lead>
<date>2020-02-17</date>
<date>2020-02-18</date>
<time>09:16:48</time>
<version>
<release>5.1.14</release>
<api>5.1.14</api>
<release>5.1.15</release>
<api>5.1.15</api>
</version>
<stability>
<release>stable</release>
@ -24,7 +24,6 @@
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- speed up SeedDMS_Core_Folder::getSubFolders() SeedDMS_Core_Folder::getDocuments() by minimizing the number of sql queries.
</notes>
<contents>
<dir baseinstalldir="SeedDMS" name="/">
@ -1712,5 +1711,21 @@ add method SeedDMS_Core_DatabaseAccess::setLogFp()
- skip a fileType with just a '.'
</notes>
</release>
<release>
<date>2020-02-17</date>
<time>09:16:48</time>
<version>
<release>5.1.14</release>
<api>5.1.14</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- speed up SeedDMS_Core_Folder::getSubFolders() SeedDMS_Core_Folder::getDocuments() by minimizing the number of sql queries.
</notes>
</release>
</changelog>
</package>

View File

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