Skip to content

Commit

Permalink
Prepare 1.0.0-beta.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Hoffmann committed Mar 2, 2019
1 parent 8c596bc commit bc34bf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
[![License](https://img.shields.io/badge/license-MIT-7ea328.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
[![Donate](https://img.shields.io/badge/Give-back-c82829.svg?style=for-the-badge)](https://paypal.me/distantnative)

Plugin for [Kirby 3](https://getkirby.com) adding advanced redirection management based on rules supporting wildcards and HTTP status codes. Comes with a Panel view, so redirects can be managed without writing code. Make sure to take your visitors where they are heading.

![Screenshots](screenshots.jpeg)
Plugin for [Kirby 3](https://getkirby.com) adding advanced redirection management and error tracking based on rules supporting wildcards and HTTP status codes. Comes with a Panel view, so redirects can be managed without writing code. Make sure to take your visitors where they are heading.

## Commercial usage and support development 💛

Expand All @@ -17,6 +15,7 @@ The Retour for Kirby plugin is free and under the MIT license. If you use it in
- supporting my trips with [a donation of your choice](https://paypal.me/distantnative) 🌍 or
- buying a Kirby license using [this affiliate link](https://a.paddle.com/v2/click/1129/35921?link=1170) ⭐️

![Screenshots](screenshots.jpeg)

## Installation

Expand Down
6 changes: 3 additions & 3 deletions models/Logs.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ public static function flush(): bool
return Dir::remove(static::$dir);
}

/**
* @codeCoverageIgnore
*/
/**
* @codeCoverageIgnore
*/
public static function process(): bool
{
$tmp = static::temporaries();
Expand Down

0 comments on commit bc34bf9

Please sign in to comment.