Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Commit 4f835d0

Browse files
committed
Bump to v0.4.0
1 parent 1327bee commit 4f835d0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ Here's what an audiobook may look like while playing in Overcast. Nice, isn't it
5151

5252
## Changelog
5353

54+
### 0.4.0
55+
56+
* Added support for optional custom media directory. (by @farktronix)
57+
* Added ETag support. (by @farktronix)
58+
5459
### 0.3.1
5560

5661
* 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.

config.php.default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @author Marcel Bischoff
1010
* @copyright 2015 Marcel Bischoff
1111
* @license http://opensource.org/licenses/MIT The MIT Licence
12-
* @version 0.2.2
12+
* @version 0.4.0
1313
* @link https://github.com/herrbischoff/screaming-liquid-tiger
1414
* @since File available since Release 0.2.2
1515
*****************************************************************************/

index.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @author Marcel Bischoff
88
* @copyright 2015-2016 Marcel Bischoff
99
* @license http://opensource.org/licenses/MIT The MIT Licence
10-
* @version 0.3.0
10+
* @version 0.4.0
1111
* @link https://github.com/herrbischoff/screaming-liquid-tiger
1212
* @since File available since Release 0.1.0
1313
*****************************************************************************/
@@ -150,7 +150,6 @@
150150
/**
151151
* Construct feed
152152
*/
153-
154153
$xmlstr = '<?xml version="1.0" encoding="UTF-8"?><rss/>';
155154
$rss = new SimpleXMLElement($xmlstr);
156155
$rss->addAttribute('version', '2.0');

0 commit comments

Comments
 (0)