diff --git a/composer.json b/composer.json index 01ecb6a..5bac23b 100644 --- a/composer.json +++ b/composer.json @@ -3,13 +3,14 @@ "description": "A color field for Kirby 3", "type": "kirby-plugin", "license": "MIT", - "version": "1.7.0", + "version": "1.7.2", "authors": [ { "name": "hana+nils · Büro für Gestaltung", "email": "buero@hananils.de" } ], + "homepage": "https://github.com/hananils/kirby-colors", "support": { "issues": "https://github.com/hananils/kirby-colors/issues/" }, diff --git a/index.php b/index.php index 5132ea2..1634155 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ @include_once __DIR__ . '/vendor/autoload.php'; -Kirby::plugin('hananils/kirby-colors', [ +Kirby::plugin('hananils/colors', [ 'fields' => [ 'colors' => [ 'props' => [