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

v2.10.1

Compare
Choose a tag to compare
@RumenDamyanov RumenDamyanov released this 07 Feb 13:57
· 229 commits to master since this release

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',