Skip to content

Commit 61f1723

Browse files
committed
chore
1 parent 88c0be3 commit 61f1723

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mauricerenck/komments",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "A comment and webmention plugin for Kirby 3",
55
"type": "kirby-plugin",
66
"license": "MIT",

config/api.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$pendingKomments[] = [
2525
'author' => $komment['author'],
2626
'komment' => $komment['komment'],
27-
'kommentType' => $komment['kommentType'],
27+
'kommentType' => $komment['kommenttype'],
2828
'image' => $komment['avatar'],
2929
'title' => (string) $item->title(),
3030
'url' => $item->panelUrl(),
@@ -54,7 +54,7 @@
5454
$spamKomments[] = [
5555
'author' => $komment['author'],
5656
'komment' => $komment['komment'],
57-
'kommentType' => $komment['kommentType'],
57+
'kommentType' => $komment['kommenttype'],
5858
'image' => $komment['avatar'],
5959
'title' => (string) $item->title(),
6060
'url' => $item->panelUrl(),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "komments",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "A comment and webmention plugin for Kirby 3",
55
"main": "index.js",
66
"author": "Maurice Renck",

0 commit comments

Comments
 (0)