Bugzilla – Attachment 141589 Details for
Bug 31684
Plugin versions starting with a "v" cause unnecessary warnings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31684: Set Koha::Plugin::Test version to 'v1.01'
Bug-31684-Set-KohaPluginTest-version-to-v101.patch (text/plain), 838 bytes, created by
David Nind
on 2022-10-10 20:47:05 UTC
(
hide
)
Description:
Bug 31684: Set Koha::Plugin::Test version to 'v1.01'
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-10-10 20:47:05 UTC
Size:
838 bytes
patch
obsolete
>From 86359816dd73d0449f626cb35d814ed52be519a1 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 5 Oct 2022 12:47:16 +0000 >Subject: [PATCH] Bug 31684: Set Koha::Plugin::Test version to 'v1.01' > >Signed-off-by: David Nind <david@davidnind.com> >--- > t/lib/plugins/Koha/Plugin/Test.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/lib/plugins/Koha/Plugin/Test.pm b/t/lib/plugins/Koha/Plugin/Test.pm >index eee99859d1..bc2a85741f 100644 >--- a/t/lib/plugins/Koha/Plugin/Test.pm >+++ b/t/lib/plugins/Koha/Plugin/Test.pm >@@ -11,7 +11,7 @@ use Mojo::JSON qw( decode_json ); > ## Required for all plugins > use base qw(Koha::Plugins::Base); > >-our $VERSION = 1.01; >+our $VERSION = "v1.01"; > our $metadata = { > name => 'Test Plugin', > author => 'Kyle M Hall', >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31684
:
141379
|
141380
|
141589
|
141590
|
142292
|
142293