From 4f835d055f51598066f1dce58845099f38e8fd0c Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Tue, 27 Jun 2017 01:05:47 +0200 Subject: [PATCH] Bump to v0.4.0 --- README.md | 5 +++++ config.php.default | 2 +- index.php | 3 +-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1a91ff..c4e5c1e 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,11 @@ Here's what an audiobook may look like while playing in Overcast. Nice, isn't it ## Changelog +### 0.4.0 + +* Added support for optional custom media directory. (by @farktronix) +* Added ETag support. (by @farktronix) + ### 0.3.1 * Makes sure that dotfiles are not included in the feed generation. Sometimes extended attributes are saved in dotfiles with the same suffix. Those files are now excluded by default and no longer clutter up the feed. diff --git a/config.php.default b/config.php.default index 7875c22..c50fbbf 100644 --- a/config.php.default +++ b/config.php.default @@ -9,7 +9,7 @@ * @author Marcel Bischoff * @copyright 2015 Marcel Bischoff * @license http://opensource.org/licenses/MIT The MIT Licence - * @version 0.2.2 + * @version 0.4.0 * @link https://github.com/herrbischoff/screaming-liquid-tiger * @since File available since Release 0.2.2 *****************************************************************************/ diff --git a/index.php b/index.php index 0d60ebe..51a8426 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ * @author Marcel Bischoff * @copyright 2015-2016 Marcel Bischoff * @license http://opensource.org/licenses/MIT The MIT Licence - * @version 0.3.0 + * @version 0.4.0 * @link https://github.com/herrbischoff/screaming-liquid-tiger * @since File available since Release 0.1.0 *****************************************************************************/ @@ -150,7 +150,6 @@ /** * Construct feed */ - $xmlstr = ''; $rss = new SimpleXMLElement($xmlstr); $rss->addAttribute('version', '2.0');