Skip to content

Commit ec7e2f6

Browse files
Fix CS issues and update version number
1 parent 9a6bb85 commit ec7e2f6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Kirby Query Language",
44
"license": "MIT",
55
"type": "kirby-plugin",
6-
"version": "2.2.0",
6+
"version": "3.0.0",
77
"keywords": [
88
"kirby",
99
"cms",

src/Kql/Interceptors/Content/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Version extends Interceptor
1010

1111
protected $toArray = [
1212
'content',
13-
'id',
13+
'id',
1414
'exists',
1515
'isLatest',
1616
'lock',
@@ -21,7 +21,7 @@ public function allowedMethods(): array
2121
{
2222
return [
2323
'content',
24-
'id',
24+
'id',
2525
'exists',
2626
'isLatest',
2727
'isLocked',

src/Kql/Interceptors/Content/VersionId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class VersionId extends Interceptor
1515
public function allowedMethods(): array
1616
{
1717
return [
18-
'is',
18+
'is',
1919
'value'
2020
];
2121
}

0 commit comments

Comments
 (0)