Upgrade to 3.1.0

This commit is contained in:
Bastian Allgeier
2019-03-19 11:07:14 +01:00
parent 418db4b09b
commit 6e074142f1
98 changed files with 1266 additions and 299 deletions

View File

@@ -12,7 +12,7 @@ use Kirby\Toolkit\A;
use Kirby\Toolkit\Str;
/**
* The Request class provides
* The `Request` class provides
* a simple API to inspect incoming
* requests.
*
@@ -154,7 +154,7 @@ class Request
/**
* Detects ajax requests
*
* @deprecated 3.1.0 No longer reliable, especially with the fetch api.
* @return boolean
*/
public function ajax(): bool