This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Releases: LaraPalCom/laravel-feed
Releases · LaraPalCom/laravel-feed
v8.0.1
v2.12.1
Changes:
- Compatibility with Laravel 5.6
- Minor changes, bug fixes and optimizations
v2.11.2
Changes:
- Compatibility with Laravel 5.5
- Minor changes, bug fixes and optimizations
v2.10.5
Changes:
- Minor changes, bug fixes and optimizations
v2.10.4
Changes:
- Minor changes, bug fixes and optimizations
v2.10.2
Changes:
- Added feedly namespace
- Added new feed attributes (color, cover, copyright, related, google analytics, category etc)
- Other fixes and optimizations
v2.10.1
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 ofFeed::make();
- You should change the alias in
config/app.php
to'Feed' => 'Roumen\Feed\Feed',
v2.8.7
update composer.json
v2.9.9: updated composer.json
- added paragonie/random_compat package - wip random_bytes() bug in php 5
v2.9.8
fixed wrong link type