Releases: alexdebril/rss-atom-bundle
Releases · alexdebril/rss-atom-bundle
force_refresh setting
fixed #145
JSON Feed support
rss-atom-bundle now supports JSON Feed specifications
HTML special chars decoding
update feed-io to v2.5.4
Date detection : strtotime() fallback
Update to feed-io v2.5.3
restore debril_rss_atom.date_formats configuration
Following #136 : it's now possible to add non-standard date formats through configuration.
Adding this in your config.yml :
debril_rss_atom:
date_formats:
- 'Y/M/d'
Bugfix : fix a warning message for some URLs
use feed-io v2.5 to get the optional elements support
also, it fixes the public Id issues as reported in #131
Update dependencies
and fix this issue : #132
Author support
v3.0.6 Update dependencies
Fix Logger issue
As said by @matteogatti in #127 discussion :
After the upgrade form version 2.x to 3.0.4 the service logger was substituted from Symfony\Bridge\Monolog\Logger to Psr\Log\NullLogger. Strangely $container->getDefinitions() method gets an empty array and the setDefinition doesn't work properly.
@DonCallisto submitted a Pull Request to fix it : #128