new version 4.3.7

This commit is contained in:
Uwe Steinmann 2014-03-21 09:04:23 +01:00
parent bad331c1f4
commit e4411cadf1
5 changed files with 26 additions and 10 deletions

View File

@ -1,4 +1,4 @@
VERSION=4.3.6
VERSION=4.3.7
SRC=CHANGELOG inc conf utils index.php languages views op out README.md README.Notification README.Ubuntu drop-tables-innodb.sql styles js TODO LICENSE Makefile webdav install restapi
# webapp

View File

@ -243,7 +243,7 @@ class SeedDMS_Core_DMS {
$this->convertFileTypes = array();
$this->version = '@package_version@';
if($this->version[0] == '@')
$this->version = '4.3.6';
$this->version = '4.3.7';
} /* }}} */
function getDB() { /* {{{ */

View File

@ -12,11 +12,11 @@
<email>uwe@steinmann.cx</email>
<active>yes</active>
</lead>
<date>2014-03-18</date>
<time>16:19:34</time>
<date>2014-03-21</date>
<time>09:03:59</time>
<version>
<release>4.3.6</release>
<api>4.3.6</api>
<release>4.3.7</release>
<api>4.3.7</api>
</version>
<stability>
<release>stable</release>
@ -24,8 +24,7 @@
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- add optional parameters $publiconly=false and $user=null to SeedDMS_Core_Document::getDocumentLinks()
- add new method SeedDMS_Core_Document::getReverseDocumentLinks()
no changes
</notes>
<contents>
<dir baseinstalldir="SeedDMS" name="/">
@ -635,5 +634,22 @@ New release
no changes
</notes>
</release>
<release>
<date>2014-03-18</date>
<time>16:19:34</time>
<version>
<release>4.3.6</release>
<api>4.3.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- add optional parameters $publiconly=false and $user=null to SeedDMS_Core_Document::getDocumentLinks()
- add new method SeedDMS_Core_Document::getReverseDocumentLinks()
</notes>
</release>
</changelog>
</package>

View File

@ -1,7 +1,7 @@
<?php
// MyDMS. Document Management System
// Copyright (C) 2002-2005 Markus Westphal
// Copyright (C) 2006-2008 Malcolm Cowe
// Copyright (C) 2007-2008 Malcolm Cowe
// Copyright (C) 2010-2013 Uwe Steinmann
//
// This program is free software; you can redistribute it and/or modify

View File

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