Skip to content

Commit

Permalink
Change plugin name in index.php for Kirby plugin compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
samzzi committed Mar 25, 2023
1 parent 67f6944 commit 1743ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "genxbe/kirby3-ray",
"type": "kirby-plugin",
"license": "MIT",
"version": "2.0.0",
"version": "2.0.1",
"description": "Helper tool that enables ray on all the extendable methods.",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

Kirby::plugin('genxbe/kirby3-ray', [
Kirby::plugin('genxbe/ray', [
'options' => [
'enabled' => false,
],
Expand Down

0 comments on commit 1743ac5

Please sign in to comment.