We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae25bd1 commit 6f73825Copy full SHA for 6f73825
Koha/Plugin/Com/PTFSEurope/PluginBackend.pm
@@ -17,13 +17,13 @@ use File::Basename qw( dirname );
17
use Koha::Libraries;
18
use Koha::Patrons;
19
20
-our $VERSION = "2.0.1";
+our $VERSION = "2.0.2";
21
22
our $metadata = {
23
name => 'PluginBackend',
24
author => 'PTFS-Europe',
25
date_authored => '2023-10-30',
26
- date_updated => '2023-01-23',
+ date_updated => '2024-03-28',
27
minimum_version => '24.05.00.000',
28
maximum_version => undef,
29
version => $VERSION,
0 commit comments