Skip to content

Commit 7fb2456

Browse files
committed
Fix Kirby 4 incompatibility formatting error with info properties.
1 parent afedda2 commit 7fb2456

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
/**
66
* Mastodon Feed plugin for Kirby
77
*
8-
* @version 1.0.0
98
* @author Scott Boms <[email protected]>
109
* @copyright Scott Boms <[email protected]>
1110
* @link https://github.com/scottboms/kirby-mastodon-feed
@@ -30,10 +29,10 @@
3029
Kirby::plugin(
3130
name: 'scottboms/mastodon-feed',
3231
info: [
33-
'homepage' => 'https://github.com/scottboms/kirby-mastodon-feed'
32+
'homepage' => 'https://github.com/scottboms/kirby-mastodon-feed',
33+
'license' => 'MIT'
3434
],
3535
version: '1.0.2',
36-
license: 'MIT',
3736
extends: [
3837
'options' => [
3938
'username' => null,

0 commit comments

Comments
 (0)