From deceea44941ec2f2b253d8bfe828da02db7b2fa2 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 12 Jan 2017 21:05:15 +0100 Subject: [PATCH] new version 5.0.9 --- Makefile | 2 +- SeedDMS_Core/Core/inc.ClassDMS.php | 2 +- SeedDMS_Core/package.xml | 20 ++++++++++++++++++-- inc/inc.Version.php | 2 +- install/install.php | 2 +- 5 files changed, 22 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index fce6eeb4c..ee8e2fe92 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=5.0.8 +VERSION=5.0.9 SRC=CHANGELOG inc conf utils index.php languages views op out controllers doc drop-tables-innodb.sql styles TODO LICENSE Makefile webdav install restapi pdfviewer # webapp diff --git a/SeedDMS_Core/Core/inc.ClassDMS.php b/SeedDMS_Core/Core/inc.ClassDMS.php index 97e4c42a3..19ee7a067 100644 --- a/SeedDMS_Core/Core/inc.ClassDMS.php +++ b/SeedDMS_Core/Core/inc.ClassDMS.php @@ -328,7 +328,7 @@ class SeedDMS_Core_DMS { $this->callbacks = array(); $this->version = '@package_version@'; if($this->version[0] == '@') - $this->version = '5.0.8'; + $this->version = '5.0.9'; } /* }}} */ /** diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml index 298fa435d..5234bcc2e 100644 --- a/SeedDMS_Core/package.xml +++ b/SeedDMS_Core/package.xml @@ -15,8 +15,8 @@ 2016-11-02 - 5.0.8 - 5.0.8 + 5.0.9 + 5.0.9 stable @@ -1259,5 +1259,21 @@ SeedDMS_Core_DMS::getNotificationsByUser() are deprecated - better attribute value checking + + 2016-11-02 + + + 5.0.8 + 5.0.8 + + + stable + stable + + GPL License + +- all changes from 4.3.31 merged + + diff --git a/inc/inc.Version.php b/inc/inc.Version.php index 19a99eb7a..4cc8a9dd1 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -20,7 +20,7 @@ class SeedDMS_Version { - public $_number = "5.0.8"; + public $_number = "5.0.9"; private $_string = "SeedDMS"; function __construct() { diff --git a/install/install.php b/install/install.php index 0b8d0088b..92139344e 100644 --- a/install/install.php +++ b/install/install.php @@ -118,7 +118,7 @@ function fileExistsInIncludePath($file) { /* {{{ */ * Load default settings + set */ define("SEEDDMS_INSTALL", "on"); -define("SEEDDMS_VERSION", "5.0.8"); +define("SEEDDMS_VERSION", "5.0.9"); require_once('../inc/inc.ClassSettings.php');