Skip to content

Commit bb22eed

Browse files
committed
Fix plugin name definition
Closes #31, closes #32
1 parent 589eeb5 commit bb22eed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
"description": "A color field for Kirby 3",
44
"type": "kirby-plugin",
55
"license": "MIT",
6-
"version": "1.7.0",
6+
"version": "1.7.2",
77
"authors": [
88
{
99
"name": "hana+nils · Büro für Gestaltung",
1010
"email": "[email protected]"
1111
}
1212
],
13+
"homepage": "https://github.com/hananils/kirby-colors",
1314
"support": {
1415
"issues": "https://github.com/hananils/kirby-colors/issues/"
1516
},

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
@include_once __DIR__ . '/vendor/autoload.php';
44

5-
Kirby::plugin('hananils/kirby-colors', [
5+
Kirby::plugin('hananils/colors', [
66
'fields' => [
77
'colors' => [
88
'props' => [

0 commit comments

Comments
 (0)