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 bc35b78 commit 62da379Copy full SHA for 62da379
Koha/Plugin/Com/PTFSEurope/PluginBackend.pm
@@ -17,14 +17,14 @@ use File::Basename qw( dirname );
17
use Koha::Libraries;
18
use Koha::Patrons;
19
20
-our $VERSION = "2.0.6";
+our $VERSION = "2.0.7";
21
22
our $metadata = {
23
name => 'PluginBackend',
24
author => 'PTFS-Europe',
25
date_authored => '2023-10-30',
26
- date_updated => '2025-01-03',
27
- minimum_version => '24.05.00.000',
+ date_updated => '2025-10-28',
+ minimum_version => '25.11.00.000',
28
maximum_version => undef,
29
version => $VERSION,
30
description => 'This plugin is an ILL backend plugin example'
0 commit comments