Skip to content

Commit

Permalink
Version 1.48.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Sep 19, 2024
1 parent 19c8be1 commit 1c4e8d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/BIGSdb/Application.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1c4e8d9

Please sign in to comment.