From 3b3b4401b81b8643a19e945a55be84932bc74015 Mon Sep 17 00:00:00 2001 From: Markus Ankenbrand Date: Wed, 1 Mar 2017 17:00:44 +0100 Subject: [PATCH] Update version to 1.1.2 --- README.md | 3 +++ src/web/wwwroot/index.php | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 548b7d8a..43ea0307 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ If you use TBro please cite this publication: [![DOI](https://img.shields.io/bad > Ankenbrand MJ, Weber L, Becker D, Förster F, and Bemm F. "TBro: Visualization and Management of de Novo Transcriptomes." Database 2016 (October 18, 2016): baw146. doi:10.1093/database/baw146. ## Changes +### 1.1.2 <2017-03-01 We> + - Improve MapMan importer + ### 1.1.1 <2016-09-28 Mo> - Custom annotations for unigenes diff --git a/src/web/wwwroot/index.php b/src/web/wwwroot/index.php index cc8649af..e23432e6 100755 --- a/src/web/wwwroot/index.php +++ b/src/web/wwwroot/index.php @@ -31,7 +31,7 @@ require_once('TranscriptDB/webservices/cart/Sync.php'); $smarty->assign('regexCartName', \webservices\cart\Sync::$regexCartName); -$smarty->assign('tbro_version', '1.1.1'); +$smarty->assign('tbro_version', '1.1.2'); $smarty->assign('instance_title', INSTANCE_TITLE); $smarty->assign('logo_url', LOGO_URL); @@ -75,7 +75,7 @@ function requestVal($key, $regexp = "/^.*$/", $defaultvalue = "") { header('Location: ' . preg_replace('/([?&])logout(=[^&]+)?(&|$)/', '$1', $redir_url)); die(); } -//standard LightOpenID login code, see LightOpenID documentation +//standard LightOpenID login code, see LightOpenID documentation try { $openid = new LightOpenID($_SERVER['HTTP_HOST']); if (!$openid->mode) { @@ -155,7 +155,7 @@ function display_feature($organism, $release, $name) { global $db; $stm = $db->prepare(<<