Releases: alexdebril/feed-io
Releases · alexdebril/feed-io
Date detection : strtotime() fallback
If feed-io fails to detect the date format from the list, it tries to guess it automatically.
Date injection + refactoring
Bugfix : fix warning message for some URLs
Optional Elements full support
Fix Atom's author support
Merge pull request #80 from alexdebril/issue/72 Close #72 : author's properties are stored in nodes
Author support
New date formats
Added the following date formats :
- 'Y-m-d\TH:i:s'
- '*, m#d#Y - H:i'
Ability to reset filters
Now we can reset FeedIo's filters, it's recommended to do so after each feed reading :
$this->feedIo->read($feed->getUrl(), $feed, $feed->getLastModified());
$this->feedIo->resetFilters();
It fixes issue #70
Fix aliases not matching upper-cased tags
Fix InvalidArgumentException
Test if the node is valid before accessing its first child. It prevents from InvalidArgumentException when the feed description tag is empty: