new version 5.1.0

This commit is contained in:
Uwe Steinmann 2016-02-22 14:18:42 +01:00
parent 91db603a89
commit f41210f2d7
4 changed files with 23 additions and 8 deletions

View File

@ -1,4 +1,4 @@
VERSION=5.0.1 VERSION=5.1.0
SRC=CHANGELOG inc conf utils index.php languages views op out controllers doc drop-tables-innodb.sql styles js TODO LICENSE Makefile webdav install restapi SRC=CHANGELOG inc conf utils index.php languages views op out controllers doc drop-tables-innodb.sql styles js TODO LICENSE Makefile webdav install restapi
# webapp # webapp

View File

@ -368,7 +368,7 @@ class SeedDMS_Core_DMS {
$this->classnames['transmittalitem'] = 'SeedDMS_Core_TransmittalItem'; $this->classnames['transmittalitem'] = 'SeedDMS_Core_TransmittalItem';
$this->version = '@package_version@'; $this->version = '@package_version@';
if($this->version[0] == '@') if($this->version[0] == '@')
$this->version = '5.0.1'; $this->version = '5.1.0';
} /* }}} */ } /* }}} */
/** /**

View File

@ -12,11 +12,11 @@
<email>uwe@steinmann.cx</email> <email>uwe@steinmann.cx</email>
<active>yes</active> <active>yes</active>
</lead> </lead>
<date>2016-01-22</date> <date>2016-02-22</date>
<time>09:28:28</time> <time>09:28:28</time>
<version> <version>
<release>5.0.0</release> <release>5.1.0</release>
<api>5.0.0</api> <api>5.1.0</api>
</version> </version>
<stability> <stability>
<release>stable</release> <release>stable</release>
@ -24,8 +24,6 @@
</stability> </stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license> <license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes> <notes>
- classes can be overloaded
- clean workflow log when a document version was deleted
</notes> </notes>
<contents> <contents>
<dir baseinstalldir="SeedDMS" name="/"> <dir baseinstalldir="SeedDMS" name="/">
@ -970,5 +968,22 @@ SeedDMS_Core_DMS::getNotificationsByUser() are deprecated
- SeedDMS_Core_User::getDocumentsLocked() sets locking user propperly - SeedDMS_Core_User::getDocumentsLocked() sets locking user propperly
</notes> </notes>
</release> </release>
<release>
<date>2016-01-22</date>
<time>09:28:28</time>
<version>
<release>5.0.0</release>
<api>5.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- classes can be overloaded
- clean workflow log when a document version was deleted
</notes>
</release>
</changelog> </changelog>
</package> </package>

View File

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