File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 (),
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 (),
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments