Skip to content

Releases: alexdebril/rss-atom-bundle

Allow Symfony 7

Choose a tag to compare

@alexdebril alexdebril released this 30 Jan 13:37
29e624c

What's Changed

New Contributors

Full Changelog: v5.1.3...v5.2.0

Fix modifiedSince loading

Choose a tag to compare

@alexdebril alexdebril released this 13 May 13:06
92148f3
Merge pull request #209 from bezin/fix-modified-since

Do not access request in constructor

It's possible to use feed-io 5

Choose a tag to compare

@alexdebril alexdebril released this 09 Feb 16:56
0ee0fff
v5.1.2

now compatible with feed-io 5

Symfony 6 compatibility

Choose a tag to compare

@alexdebril alexdebril released this 17 Jan 15:41
cbfe1b5
Merge pull request #206 from ardentsword/master

Update symfony dependencies to allow version 6

Composer 2 compatibility

Choose a tag to compare

@alexdebril alexdebril released this 02 Dec 11:01
9544fc7
Merge pull request #203 from alister/psr-4-ize

Move code into subdirectories and PSR-4

Fix routing deprecation

Choose a tag to compare

@alexdebril alexdebril released this 21 Apr 13:49
2c02ab5
Merge pull request #199 from anthonykgross/fix-deprecations-sf4.4+

fix deprecations

feed-io service made public

Choose a tag to compare

@alexdebril alexdebril released this 09 Dec 09:47
417b790
Merge pull request #196 from tacman/patch-2

make feedio public

Fix deprecation on configuration tree building

Choose a tag to compare

@alexdebril alexdebril released this 02 Dec 13:15
395f2f8
Merge pull request #192 from tacman/patch-1

Allow Symfony 5

Handle wrong "if-modified-since" value

Choose a tag to compare

@alexdebril alexdebril released this 30 Aug 12:03
cad4d1b
Merge pull request #190 from alexdebril/issue/180

Handle wrong `if-modified-since` header

FeedBuilder instance injected in the indexAction's arguments

Choose a tag to compare

@alexdebril alexdebril released this 09 Aug 14:09
2e12f82
Merge pull request #188 from alexdebril/issue/injection

Inject the FeedBuilder in the action's parameters