new version 5.1.7

This commit is contained in:
Uwe Steinmann 2018-04-05 16:30:06 +02:00
parent 294b93fdf6
commit 798a4b99b3
5 changed files with 26 additions and 10 deletions

View File

@ -1,4 +1,4 @@
VERSION=5.1.6
VERSION=5.1.7
SRC=CHANGELOG inc conf utils index.php languages views op out controllers doc styles TODO LICENSE webdav install restapi pdfviewer
# webapp

View File

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

View File

@ -12,11 +12,11 @@
<email>uwe@steinmann.cx</email>
<active>yes</active>
</lead>
<date>2018-02-14</date>
<date>2018-04-05</date>
<time>09:19:24</time>
<version>
<release>5.1.6</release>
<api>5.1.6</api>
<release>5.1.7</release>
<api>5.1.7</api>
</version>
<stability>
<release>stable</release>
@ -24,9 +24,7 @@
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
add SeedDMS_Core_Folder::getDocumentsMinMax()
add lots of DocBlocks from merge request #8
add SeedDMS_Core_AttributeDefinition::removeValue()
just bump version
</notes>
<contents>
<dir baseinstalldir="SeedDMS" name="/">
@ -1564,5 +1562,23 @@ returns just users which are not disabled
SeedDMS_Core_Document::removeCategories()
</notes>
</release>
<release>
<date>2018-02-14</date>
<time>09:19:24</time>
<version>
<release>5.1.6</release>
<api>5.1.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
add SeedDMS_Core_Folder::getDocumentsMinMax()
add lots of DocBlocks from merge request #8
add SeedDMS_Core_AttributeDefinition::removeValue()
</notes>
</release>
</changelog>
</package>

View File

@ -20,7 +20,7 @@
class SeedDMS_Version {
public $_number = "5.1.6";
public $_number = "5.1.7";
private $_string = "SeedDMS";
function __construct() {

View File

@ -123,7 +123,7 @@ function fileExistsInIncludePath($file) { /* {{{ */
* Load default settings + set
*/
define("SEEDDMS_INSTALL", "on");
define("SEEDDMS_VERSION", "5.1.6");
define("SEEDDMS_VERSION", "5.1.7");
require_once('../inc/inc.ClassSettings.php');