Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Releases: LaraPalCom/laravel-feed

v8.0.1

12 Sep 18:56
Compare
Choose a tag to compare

Changes:

  • Added support for Laravel 8
  • Added new branch for development 8.x-dev (unstable!)

v2.12.1

07 Feb 20:50
Compare
Choose a tag to compare

Changes:

  • Compatibility with Laravel 5.6
  • Minor changes, bug fixes and optimizations

v2.11.2

07 Sep 16:48
Compare
Choose a tag to compare

Changes:

  • Compatibility with Laravel 5.5
  • Minor changes, bug fixes and optimizations

v2.10.5

25 Mar 12:47
Compare
Choose a tag to compare

Changes:

  • Minor changes, bug fixes and optimizations

v2.10.4

17 Jul 13:09
Compare
Choose a tag to compare

Changes:

  • Minor changes, bug fixes and optimizations

v2.10.2

23 May 13:18
Compare
Choose a tag to compare

Changes:

  • Added feedly namespace
  • Added new feed attributes (color, cover, copyright, related, google analytics, category etc)
  • Other fixes and optimizations

v2.10.1

07 Feb 13:57
Compare
Choose a tag to compare

Changes:

  • Added $feed->addItem() method accepting arrays
  • Added Feed::link() method for building feed links
  • Removed package Facade
  • Removed make() method
  • Other fixes and optimizations

Notes:

  • You should use App::make('feed'); instead of Feed::make();
  • You should change the alias in config/app.php to 'Feed' => 'Roumen\Feed\Feed',

v2.8.7

29 Dec 12:12
Compare
Choose a tag to compare
update composer.json

v2.9.9: updated composer.json

29 Dec 12:13
Compare
Choose a tag to compare
- added paragonie/random_compat package
- wip random_bytes() bug in php 5

v2.9.8

11 Dec 21:11
Compare
Choose a tag to compare
fixed wrong link type