Skip to content

Releases: alexdebril/rss-atom-bundle

force_refresh setting

28 Jun 14:20
Compare
Choose a tag to compare

JSON Feed support

28 Jun 11:21
Compare
Choose a tag to compare

rss-atom-bundle now supports JSON Feed specifications

HTML special chars decoding

08 Jun 06:53
Compare
Choose a tag to compare

update feed-io to v2.5.4

Date detection : strtotime() fallback

06 Jun 19:50
Compare
Choose a tag to compare

Update to feed-io v2.5.3

restore debril_rss_atom.date_formats configuration

06 Jun 12:00
Compare
Choose a tag to compare

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

26 May 15:57
Compare
Choose a tag to compare

use feed-io v2.5 to get the optional elements support

23 May 14:08
Compare
Choose a tag to compare

also, it fixes the public Id issues as reported in #131

Update dependencies

05 May 12:03
Compare
Choose a tag to compare

and fix this issue : #132

Author support

03 May 18:03
Compare
Choose a tag to compare
v3.0.6

Update dependencies

Fix Logger issue

01 Feb 08:11
Compare
Choose a tag to compare

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