We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c416ce2 commit 58f8c28Copy full SHA for 58f8c28
Koha/Plugin/Com/PTFSEurope/HLISD.pm
@@ -21,14 +21,14 @@ use Koha::Patron::Attributes;
21
use Koha::Library;
22
use Koha::Libraries;
23
24
-our $VERSION = "1.0.0";
+our $VERSION = "1.1.0";
25
26
our $metadata = {
27
name => 'HLISD API',
28
author => 'PTFS-Europe',
29
date_authored => '2024-04-26',
30
- date_updated => '2024-05-17',
31
- minimum_version => '24.05.00.000',
+ date_updated => '2024-07-03',
+ minimum_version => '23.11.00.000',
32
maximum_version => undef,
33
version => $VERSION,
34
description => 'HLISD integration plugin'
0 commit comments