Skip to content

Commit 3f2e3c0

Browse files
author
Nico Hoffmann
committed
Fix #111
1 parent a717e9f commit 3f2e3c0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Retour for Kirby
22

3-
[![Version](https://img.shields.io/badge/release-2.0.2-4271ae.svg?style=for-the-badge)](https://github.com/distantnative/retour-for-kirby/releases)
3+
[![Version](https://img.shields.io/badge/release-2.0.3-4271ae.svg?style=for-the-badge)](https://github.com/distantnative/retour-for-kirby/releases)
44
[![Dependency](https://img.shields.io/badge/kirby-3.2.5-cca000.svg?style=for-the-badge)](https://getkirby.com/)
55
[![License](https://img.shields.io/badge/license-MIT-7ea328.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
66
[![Donate](https://img.shields.io/badge/Give-back-c82829.svg?style=for-the-badge)](https://paypal.me/distantnative/15EUR)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "distantnative/retour-for-kirby",
33
"description": "Advanced redirection management and error tracking for Kirby 3",
44
"type": "kirby-plugin",
5-
"version": "2.0.2",
5+
"version": "2.0.3",
66
"license": "MIT",
77
"authors": [
88
{
@@ -14,7 +14,7 @@
1414
"getkirby/composer-installer": "^1.1"
1515
},
1616
"require-dev": {
17-
"getkirby/cms": "^3.2.0"
17+
"getkirby/cms": "^3.2.5"
1818
},
1919
"extra": {
2020
"kirby-cms-path": false

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// config file location
1414
Redirects::$file = option(
1515
'distantnative.retour.config',
16-
dirname(__DIR__, 2) . '/config/redirects.yml
17-
');
16+
dirname(__DIR__, 2) . '/config/redirects.yml'
17+
);
1818

1919
// database file location
2020
Log::$file = option(

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "retour-for-kirby",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Advanced redirection management and error tracking for Kirby 3",
55
"main": "index.js",
66
"author": "Nico Hoffmann <[email protected]>",

0 commit comments

Comments
 (0)