File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 {
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
Original file line number Diff line number Diff line change 1313// config file location
1414Redirects::$ 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
2020Log::$ file = option (
Original file line number Diff line number Diff line change 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] >" ,
You can’t perform that action at this time.
0 commit comments