Skip to content

Commit e0974fb

Browse files
committed
Bump version
1 parent a020929 commit e0974fb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"description": "Redirects and 404 tracking for Kirby",
44
"license": "MIT",
55
"type": "kirby-plugin",
6-
"version": "4.2.0",
6+
"version": "4.3.0",
77
"authors": [
88
{
99
"name": "Nico Hoffmann",
1010
"email": "[email protected]"
1111
}
1212
],
1313
"require": {
14-
"php": ">=7.4.0 <8.2.0",
14+
"php": ">=8.0.0 <8.2.0",
1515
"ext-json": "*",
16-
"getkirby/cms": ">=3.7.4 <3.8.0",
16+
"getkirby/cms": ">=3.7.4 <3.9.0",
1717
"getkirby/composer-installer": "^1.1"
1818
},
1919
"autoload-dev": {

composer.lock

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

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
version_compare(Kirby::version() ?? '0.0.0', '3.7.0-rc.1', '<') === true ||
2121
version_compare(Kirby::version() ?? '0.0.0', '3.9.0', '>=') === true
2222
) {
23-
throw new Exception('Retour 4.2 supports Kirby 3.7.0 to 3.8.x');
23+
throw new Exception('Retour 4.3 supports Kirby 3.7.0 to 3.8.x');
2424
}
2525

2626
// autoload classes

0 commit comments

Comments
 (0)