start new version 5.1.19

This commit is contained in:
Uwe Steinmann 2020-07-28 11:54:57 +02:00
parent 6eb8854b7a
commit a605ba6c67
4 changed files with 28 additions and 8 deletions

View File

@ -1,3 +1,7 @@
--------------------------------------------------------------------------------
Changes in version 5.1.19
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 5.1.18
--------------------------------------------------------------------------------

View File

@ -396,7 +396,7 @@ class SeedDMS_Core_DMS {
$this->lasterror = '';
$this->version = '@package_version@';
if($this->version[0] == '@')
$this->version = '5.1.18';
$this->version = '5.1.19';
} /* }}} */
/**

View File

@ -12,11 +12,11 @@
<email>uwe@steinmann.cx</email>
<active>yes</active>
</lead>
<date>2020-05-28</date>
<date>2020-07-28</date>
<time>09:43:12</time>
<version>
<release>5.1.18</release>
<api>5.1.18</api>
<release>5.1.19</release>
<api>5.1.19</api>
</version>
<stability>
<release>stable</release>
@ -24,9 +24,7 @@
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- fixed remaining todos
- fixed parsing of file size in SeedDMS_Core_File::parse_filesize()
- fix SeedDMS_Core_DMS::getDocumentByOriginalFilename()
- ???
</notes>
<contents>
<dir baseinstalldir="SeedDMS" name="/">
@ -1783,5 +1781,23 @@ add method SeedDMS_Core_DatabaseAccess::setLogFp()
- add parameters $orderdir, $orderby, $update to SeedDMS_Core::getExpiredDocuments()
</notes>
</release>
<release>
<date>2020-05-28</date>
<time>09:43:12</time>
<version>
<release>5.1.18</release>
<api>5.1.18</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- fixed remaining todos
- fixed parsing of file size in SeedDMS_Core_File::parse_filesize()
- fix SeedDMS_Core_DMS::getDocumentByOriginalFilename()
</notes>
</release>
</changelog>
</package>

View File

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