Skip to content

Commit f1178be

Browse files
chore: release v3.2.2
1 parent c8de64d commit f1178be

File tree

12 files changed

+55
-55
lines changed

12 files changed

+55
-55
lines changed

assets/worker.js

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/yoastseo.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "johannschopplich/kirby-seo-audit",
33
"description": "SEO analysis powered by Yoast for Kirby CMS",
44
"type": "kirby-plugin",
5-
"version": "3.2.1",
5+
"version": "3.2.2",
66
"keywords": [
77
"getkirby",
88
"kirby",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kirby-seo-audit",
33
"type": "module",
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"private": true,
66
"packageManager": "pnpm@10.32.1",
77
"scripts": {

vendor/composer/installed.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,24 @@
5252
},
5353
{
5454
"name": "johannschopplich/kirby-tools-licensing",
55-
"version": "0.8.2",
56-
"version_normalized": "0.8.2.0",
55+
"version": "0.8.3",
56+
"version_normalized": "0.8.3.0",
5757
"source": {
5858
"type": "git",
5959
"url": "https://github.com/kirby-tools/licensing-backend.git",
60-
"reference": "66ed0583848275dcaf792246ceccd1dd47f67ff0"
60+
"reference": "ef3cc0fe39865555b89a4d0399ab5b05f5fa314d"
6161
},
6262
"dist": {
6363
"type": "zip",
64-
"url": "https://api.github.com/repos/kirby-tools/licensing-backend/zipball/66ed0583848275dcaf792246ceccd1dd47f67ff0",
65-
"reference": "66ed0583848275dcaf792246ceccd1dd47f67ff0",
64+
"url": "https://api.github.com/repos/kirby-tools/licensing-backend/zipball/ef3cc0fe39865555b89a4d0399ab5b05f5fa314d",
65+
"reference": "ef3cc0fe39865555b89a4d0399ab5b05f5fa314d",
6666
"shasum": ""
6767
},
6868
"require-dev": {
6969
"getkirby/cms": "^5",
7070
"phpunit/phpunit": "^12"
7171
},
72-
"time": "2026-01-24T21:57:22+00:00",
72+
"time": "2026-03-11T06:05:31+00:00",
7373
"type": "library",
7474
"extra": {
7575
"kirby-cms-path": false
@@ -95,7 +95,7 @@
9595
"homepage": "https://github.com/kirby-tools/licensing-backend#readme",
9696
"support": {
9797
"issues": "https://github.com/kirby-tools/licensing-backend/issues",
98-
"source": "https://github.com/kirby-tools/licensing-backend/tree/v0.8.2"
98+
"source": "https://github.com/kirby-tools/licensing-backend/tree/v0.8.3"
9999
},
100100
"install-path": "../johannschopplich/kirby-tools-licensing"
101101
}

vendor/composer/installed.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'johannschopplich/kirby-seo-audit',
4-
'pretty_version' => '3.2.1',
5-
'version' => '3.2.1.0',
4+
'pretty_version' => '3.2.2',
5+
'version' => '3.2.2.0',
66
'reference' => null,
77
'type' => 'kirby-plugin',
88
'install_path' => __DIR__ . '/../../',
@@ -20,18 +20,18 @@
2020
'dev_requirement' => false,
2121
),
2222
'johannschopplich/kirby-seo-audit' => array(
23-
'pretty_version' => '3.2.1',
24-
'version' => '3.2.1.0',
23+
'pretty_version' => '3.2.2',
24+
'version' => '3.2.2.0',
2525
'reference' => null,
2626
'type' => 'kirby-plugin',
2727
'install_path' => __DIR__ . '/../../',
2828
'aliases' => array(),
2929
'dev_requirement' => false,
3030
),
3131
'johannschopplich/kirby-tools-licensing' => array(
32-
'pretty_version' => '0.8.2',
33-
'version' => '0.8.2.0',
34-
'reference' => '66ed0583848275dcaf792246ceccd1dd47f67ff0',
32+
'pretty_version' => '0.8.3',
33+
'version' => '0.8.3.0',
34+
'reference' => 'ef3cc0fe39865555b89a4d0399ab5b05f5fa314d',
3535
'type' => 'library',
3636
'install_path' => __DIR__ . '/../johannschopplich/kirby-tools-licensing',
3737
'aliases' => array(),

vendor/johannschopplich/kirby-tools-licensing/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "johannschopplich/kirby-tools-licensing",
33
"description": "License system backend for Kirby Tools plugins",
44
"type": "library",
5-
"version": "0.8.2",
5+
"version": "0.8.3",
66
"license": "AGPL-3.0-or-later",
77
"homepage": "https://github.com/kirby-tools/licensing-backend#readme",
88
"authors": [

vendor/johannschopplich/kirby-tools-licensing/src/LicenseActivator.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function activate(string $email, string|int $orderId): void
7575
*/
7676
public function activateFromRequest(Request|null $request = null): array
7777
{
78-
$request = $request ?? App::instance()->request();
78+
$request ??= App::instance()->request();
7979
$email = $request->get('email');
8080
$orderId = $request->get('orderId');
8181

@@ -119,8 +119,8 @@ public function isActivated(): bool
119119
$licenseKey = $this->repository->getLicenseKey($this->packageName);
120120
$compatibility = $this->repository->getLicenseCompatibility($this->packageName);
121121

122-
return $this->validator->isValid($licenseKey)
123-
&& $this->validator->isCompatible($compatibility);
122+
return $this->validator->isValid($licenseKey) &&
123+
$this->validator->isCompatible($compatibility);
124124
}
125125

126126
/**

0 commit comments

Comments
 (0)