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

Releases: awjudd/l4-feed-reader

Updating Documentation

13 Dec 01:25
Compare
Choose a tag to compare

Updating the documentation to have the correct alias.

SimplePie Upgrade

18 Jun 04:58
Compare
Choose a tag to compare

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 to Awjudd\FeedReader\Facade

SimplePie - Tagged Release

17 Jun 12:12
Compare
Choose a tag to compare

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

23 Mar 02:59
Compare
Choose a tag to compare

Added in support for the latest version of Laravel.

Minor Bug Fixes

03 Aug 21:29
Compare
Choose a tag to compare

Fixing two issues that were reported:

  • #1 Fixing cache duration
  • #2 Package ignores configuration

1.1.0 - Laravel 4.2 Support

11 May 20:23
Compare
Choose a tag to compare

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

18 Mar 10:43
Compare
Choose a tag to compare

Wrapper object for SimplePie in order to allow for quick and easy parsing of RSS feeds.