Skip to content

Commit 65a50cb

Browse files
chore: release v3.2.1
1 parent aca49f3 commit 65a50cb

File tree

7 files changed

+27
-17
lines changed

7 files changed

+27
-17
lines changed

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": "State-of-the-art SEO analysis for Kirby CMS",
44
"type": "kirby-plugin",
5-
"version": "3.2.0",
5+
"version": "3.2.1",
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.

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.0",
4+
"version": "3.2.1",
55
"private": true,
66
"packageManager": "pnpm@10.28.1",
77
"scripts": {

vendor/composer/autoload_classmap.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
1010
'JohannSchopplich\\Licensing\\Http\\HttpClientInterface' => $vendorDir . '/johannschopplich/kirby-tools-licensing/src/Http/HttpClientInterface.php',
1111
'JohannSchopplich\\Licensing\\Http\\KirbyHttpClient' => $vendorDir . '/johannschopplich/kirby-tools-licensing/src/Http/KirbyHttpClient.php',
12+
'JohannSchopplich\\Licensing\\LicenseActivator' => $vendorDir . '/johannschopplich/kirby-tools-licensing/src/LicenseActivator.php',
13+
'JohannSchopplich\\Licensing\\LicensePanel' => $vendorDir . '/johannschopplich/kirby-tools-licensing/src/LicensePanel.php',
14+
'JohannSchopplich\\Licensing\\LicenseRepository' => $vendorDir . '/johannschopplich/kirby-tools-licensing/src/LicenseRepository.php',
1215
'JohannSchopplich\\Licensing\\LicenseStatus' => $vendorDir . '/johannschopplich/kirby-tools-licensing/src/LicenseStatus.php',
16+
'JohannSchopplich\\Licensing\\LicenseUtils' => $vendorDir . '/johannschopplich/kirby-tools-licensing/src/LicenseUtils.php',
17+
'JohannSchopplich\\Licensing\\LicenseValidator' => $vendorDir . '/johannschopplich/kirby-tools-licensing/src/LicenseValidator.php',
1318
'JohannSchopplich\\Licensing\\Licenses' => $vendorDir . '/johannschopplich/kirby-tools-licensing/src/Licenses.php',
1419
'JohannSchopplich\\Licensing\\PluginLicense' => $vendorDir . '/johannschopplich/kirby-tools-licensing/src/PluginLicense.php',
1520
'JohannSchopplich\\Licensing\\PluginLicenseExtensions' => $vendorDir . '/johannschopplich/kirby-tools-licensing/src/PluginLicenseExtensions.php',

vendor/composer/autoload_static.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ class ComposerStaticInit3e118550e09fa4bd12cae71292360377
3232
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
3333
'JohannSchopplich\\Licensing\\Http\\HttpClientInterface' => __DIR__ . '/..' . '/johannschopplich/kirby-tools-licensing/src/Http/HttpClientInterface.php',
3434
'JohannSchopplich\\Licensing\\Http\\KirbyHttpClient' => __DIR__ . '/..' . '/johannschopplich/kirby-tools-licensing/src/Http/KirbyHttpClient.php',
35+
'JohannSchopplich\\Licensing\\LicenseActivator' => __DIR__ . '/..' . '/johannschopplich/kirby-tools-licensing/src/LicenseActivator.php',
36+
'JohannSchopplich\\Licensing\\LicensePanel' => __DIR__ . '/..' . '/johannschopplich/kirby-tools-licensing/src/LicensePanel.php',
37+
'JohannSchopplich\\Licensing\\LicenseRepository' => __DIR__ . '/..' . '/johannschopplich/kirby-tools-licensing/src/LicenseRepository.php',
3538
'JohannSchopplich\\Licensing\\LicenseStatus' => __DIR__ . '/..' . '/johannschopplich/kirby-tools-licensing/src/LicenseStatus.php',
39+
'JohannSchopplich\\Licensing\\LicenseUtils' => __DIR__ . '/..' . '/johannschopplich/kirby-tools-licensing/src/LicenseUtils.php',
40+
'JohannSchopplich\\Licensing\\LicenseValidator' => __DIR__ . '/..' . '/johannschopplich/kirby-tools-licensing/src/LicenseValidator.php',
3641
'JohannSchopplich\\Licensing\\Licenses' => __DIR__ . '/..' . '/johannschopplich/kirby-tools-licensing/src/Licenses.php',
3742
'JohannSchopplich\\Licensing\\PluginLicense' => __DIR__ . '/..' . '/johannschopplich/kirby-tools-licensing/src/PluginLicense.php',
3843
'JohannSchopplich\\Licensing\\PluginLicenseExtensions' => __DIR__ . '/..' . '/johannschopplich/kirby-tools-licensing/src/PluginLicenseExtensions.php',

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.0",
56-
"version_normalized": "0.8.0.0",
55+
"version": "0.8.2",
56+
"version_normalized": "0.8.2.0",
5757
"source": {
5858
"type": "git",
5959
"url": "https://github.com/kirby-tools/licensing-backend.git",
60-
"reference": "264afecb5c72e86ea52f6e7c792a5d611eb325f1"
60+
"reference": "66ed0583848275dcaf792246ceccd1dd47f67ff0"
6161
},
6262
"dist": {
6363
"type": "zip",
64-
"url": "https://api.github.com/repos/kirby-tools/licensing-backend/zipball/264afecb5c72e86ea52f6e7c792a5d611eb325f1",
65-
"reference": "264afecb5c72e86ea52f6e7c792a5d611eb325f1",
64+
"url": "https://api.github.com/repos/kirby-tools/licensing-backend/zipball/66ed0583848275dcaf792246ceccd1dd47f67ff0",
65+
"reference": "66ed0583848275dcaf792246ceccd1dd47f67ff0",
6666
"shasum": ""
6767
},
6868
"require-dev": {
6969
"getkirby/cms": "^5",
7070
"phpunit/phpunit": "^12"
7171
},
72-
"time": "2026-01-20T05:52:03+00:00",
72+
"time": "2026-01-24T21:57:22+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.0"
98+
"source": "https://github.com/kirby-tools/licensing-backend/tree/v0.8.2"
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.0',
5-
'version' => '3.2.0.0',
4+
'pretty_version' => '3.2.1',
5+
'version' => '3.2.1.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.0',
24-
'version' => '3.2.0.0',
23+
'pretty_version' => '3.2.1',
24+
'version' => '3.2.1.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.0',
33-
'version' => '0.8.0.0',
34-
'reference' => '264afecb5c72e86ea52f6e7c792a5d611eb325f1',
32+
'pretty_version' => '0.8.2',
33+
'version' => '0.8.2.0',
34+
'reference' => '66ed0583848275dcaf792246ceccd1dd47f67ff0',
3535
'type' => 'library',
3636
'install_path' => __DIR__ . '/../johannschopplich/kirby-tools-licensing',
3737
'aliases' => array(),

0 commit comments

Comments
 (0)