Upgrade to 3.5.6
This commit is contained in:
@@ -9,6 +9,7 @@ use Kirby\Toolkit\F;
|
||||
* Base handler abstract,
|
||||
* which needs to be extended to
|
||||
* create valid sane handlers
|
||||
* @since 3.5.4
|
||||
*
|
||||
* @package Kirby Sane
|
||||
* @author Lukas Bestle <lukas@getkirby.com>
|
||||
|
||||
@@ -10,6 +10,7 @@ use Kirby\Toolkit\F;
|
||||
* don't contain potentially harmful contents.
|
||||
* The class comes with handlers for `svg`, `svgz` and `xml`
|
||||
* files for now, but can be extended and customized.
|
||||
* @since 3.5.4
|
||||
*
|
||||
* @package Kirby Sane
|
||||
* @author Lukas Bestle <lukas@getkirby.com>
|
||||
|
||||
@@ -11,6 +11,7 @@ use Kirby\Toolkit\Str;
|
||||
|
||||
/**
|
||||
* Sane handler for SVG files
|
||||
* @since 3.5.4
|
||||
*
|
||||
* @package Kirby Sane
|
||||
* @author Bastian Allgeier <bastian@getkirby.com>,
|
||||
|
||||
@@ -6,6 +6,7 @@ use Kirby\Exception\InvalidArgumentException;
|
||||
|
||||
/**
|
||||
* Sane handler for gzip-compressed SVGZ files
|
||||
* @since 3.5.4
|
||||
*
|
||||
* @package Kirby Sane
|
||||
* @author Lukas Bestle <lukas@getkirby.com>
|
||||
|
||||
@@ -12,6 +12,7 @@ use Kirby\Toolkit\Str;
|
||||
|
||||
/**
|
||||
* Sane handler for XML files
|
||||
* @since 3.5.4
|
||||
*
|
||||
* @package Kirby Sane
|
||||
* @author Bastian Allgeier <bastian@getkirby.com>,
|
||||
|
||||
Reference in New Issue
Block a user