Skip to content

Commit 5bdb46a

Browse files
committed
3.0.1
1 parent 41b05b2 commit 5bdb46a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "belugadigital/kirby-navigation",
2+
"name": "chrisbeluga/kirby-navigation",
33
"description": "Kirby 3 field for hierarchical menus with drag & drop level indentation.",
44
"type": "kirby-plugin",
5-
"version": "3.0.0",
5+
"version": "3.0.1",
66
"license": "MIT",
77
"homepage": "https://github.com/chrisbeluga/kirby-navigation",
88
"authors": [
@@ -14,7 +14,7 @@
1414
{
1515
"name": "Ahmet Bora",
1616
"email": "[email protected]",
17-
"homepage": "https://clicktonext.com/"
17+
"homepage": "https://owebstudio.com/"
1818
}
1919
],
2020
"require": {

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
use Kirby\Cms\App as Kirby;
44

5-
Kirby::plugin('beluga/navigation', [
5+
Kirby::plugin('chrisbeluga/navigation', [
66
'fields' => [
77
'navigation' => [
88
'api' => require_once __DIR__ . '/config/api.php',
99
'props' => require_once __DIR__ . '/config/props.php',
10-
],
10+
]
1111
],
1212
'translations' => [
1313
'de' => require_once __DIR__ . '/languages/de.php',

0 commit comments

Comments
 (0)