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

Commit

Permalink
Bump to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
herrbischoff committed Jun 26, 2017
1 parent 1327bee commit 4f835d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config.php.default
Original file line number Diff line number Diff line change
Expand Up @@ -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
*****************************************************************************/
Expand Down
3 changes: 1 addition & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*****************************************************************************/
Expand Down Expand Up @@ -150,7 +150,6 @@
/**
* Construct feed
*/

$xmlstr = '<?xml version="1.0" encoding="UTF-8"?><rss/>';
$rss = new SimpleXMLElement($xmlstr);
$rss->addAttribute('version', '2.0');
Expand Down

0 comments on commit 4f835d0

Please sign in to comment.