From 1c4e8d9c34b197eaf315c98e8e4e3293f4dd0a25 Mon Sep 17 00:00:00 2001 From: Keith Jolley Date: Thu, 19 Sep 2024 09:19:12 +0100 Subject: [PATCH] Version 1.48.1. --- README.txt | 3 +++ lib/BIGSdb/Application.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index c4fecc2b..8ab63421 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,6 @@ +v1.48.1: *Fix for LIN code prefix field lookup on web/REST profile pages. + *Fix for LIN code assignment when scheme has field called profile_id. + *Performance improvement for API cgMLST profile download. v1.48.0: *Add support for placeholder text on isolate query forms. Placeholders can be defined for provenance fields in config.xml or for scheme/LIN code fields by adding a placeholder value in the appropriate table. diff --git a/lib/BIGSdb/Application.pm b/lib/BIGSdb/Application.pm index 8d764468..ec42e16b 100644 --- a/lib/BIGSdb/Application.pm +++ b/lib/BIGSdb/Application.pm @@ -20,7 +20,7 @@ package BIGSdb::Application; use strict; use warnings; use 5.010; -use version; our $VERSION = version->declare('v1.48.0'); +use version; our $VERSION = version->declare('v1.48.1'); use Apache2::Connection; use parent qw(BIGSdb::BaseApplication); use BIGSdb::AjaxAnalysis;