From 4187b78053d84f710c87e95c18c90fad15fa95a4 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 4 May 2015 06:26:01 +0200 Subject: [PATCH] new version 4.3.18 --- Makefile | 2 +- SeedDMS_Core/Core/inc.ClassDMS.php | 2 +- SeedDMS_Core/package.xml | 24 ++++++++++++++++++++---- inc/inc.Version.php | 2 +- install/install.php | 2 +- 5 files changed, 24 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 1aa4d7ab9..4a2d86dea 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=4.3.17 +VERSION=4.3.18 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 diff --git a/SeedDMS_Core/Core/inc.ClassDMS.php b/SeedDMS_Core/Core/inc.ClassDMS.php index a2e78fd12..22144d673 100644 --- a/SeedDMS_Core/Core/inc.ClassDMS.php +++ b/SeedDMS_Core/Core/inc.ClassDMS.php @@ -262,7 +262,7 @@ class SeedDMS_Core_DMS { $this->convertFileTypes = array(); $this->version = '@package_version@'; if($this->version[0] == '@') - $this->version = '4.3.17'; + $this->version = '4.3.18'; } /* }}} */ /** diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml index dec22bda9..c2e1da944 100644 --- a/SeedDMS_Core/package.xml +++ b/SeedDMS_Core/package.xml @@ -12,11 +12,11 @@ uwe@steinmann.cx yes - 2015-03-27 + 2015-05-04 - 4.3.17 - 4.3.17 + 4.3.18 + 4.3.18 stable @@ -24,7 +24,7 @@ GPL License -clean workflow log when a document version was deleted +- @@ -815,5 +815,21 @@ users returned by SeedDMS_Core_DMS::getAllUsers() have language and theme set ag no changes + + 2015-03-27 + + + 4.3.17 + 4.3.17 + + + stable + stable + + GPL License + +clean workflow log when a document version was deleted + + diff --git a/inc/inc.Version.php b/inc/inc.Version.php index ce1e6a34c..c80afc4ba 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -20,7 +20,7 @@ class SeedDMS_Version { - public $_number = "4.3.17"; + public $_number = "4.3.18"; private $_string = "SeedDMS"; function SeedDMS_Version() { diff --git a/install/install.php b/install/install.php index 372430caf..e54ca1780 100644 --- a/install/install.php +++ b/install/install.php @@ -119,7 +119,7 @@ function fileExistsInIncludePath($file) { /* {{{ */ * Load default settings + set */ define("SEEDDMS_INSTALL", "on"); -define("SEEDDMS_VERSION", "4.3.17"); +define("SEEDDMS_VERSION", "4.3.18"); require_once('../inc/inc.ClassSettings.php');