This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
Releases: awjudd/l4-feed-reader
Releases · awjudd/l4-feed-reader
Updating Documentation
SimplePie Upgrade
Updates
- No longer depends on a
dev-master
repository, so you can up your minimum stability back to where it should be. - Configuration has been changed slightly (and renamed) so you will need to re-publish
- Facade name has been changed from
Awjudd\FeedReader\Facades\FeedReaderFacade
toAwjudd\FeedReader\Facade
SimplePie - Tagged Release
Updates
- Removed the requirement on the "dev-master" branch of SimplePie
- Minor refactoring to get it to work well with Laravel 5.2 (new configuration file)
Laravel 5 Support
Added in support for the latest version of Laravel.
Minor Bug Fixes
1.1.0 - Laravel 4.2 Support
Switching the dependency for Laravel 4.1 in the composer.json file to be >=4.1, so that people can use it with Laravel 4.2.
Initial Release
Wrapper object for SimplePie in order to allow for quick and easy parsing of RSS feeds.