From dada09caa37e056149e215e1ba8ea6a7f3501abe Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Sat, 17 Sep 2016 20:54:19 +0200 Subject: [PATCH] Version 1.0.2 ``` * [New] Add `CHANGELOG.md` * [Changed] Rename composer package to `phrozenbyte/pico-file-prefixes` and publish it on Packagist ``` --- PicoFilePrefixes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PicoFilePrefixes.php b/PicoFilePrefixes.php index db92e8d..74aea4c 100644 --- a/PicoFilePrefixes.php +++ b/PicoFilePrefixes.php @@ -11,7 +11,7 @@ * @author Daniel Rudolf * @link http://picocms.org * @license http://opensource.org/licenses/MIT The MIT License - * @version 1.0.1 + * @version 1.0.2 */ class PicoFilePrefixes extends AbstractPicoPlugin {