Skip to content

Releases: alexdebril/rss-atom-bundle

Allow Symfony 7

30 Jan 13:37
29e624c
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Fix modifiedSince loading

13 May 13:06
92148f3
Compare
Choose a tag to compare
Merge pull request #209 from bezin/fix-modified-since

Do not access request in constructor

It's possible to use feed-io 5

09 Feb 16:56
0ee0fff
Compare
Choose a tag to compare
v5.1.2

now compatible with feed-io 5

Symfony 6 compatibility

17 Jan 15:41
cbfe1b5
Compare
Choose a tag to compare
Merge pull request #206 from ardentsword/master

Update symfony dependencies to allow version 6

Composer 2 compatibility

02 Dec 11:01
9544fc7
Compare
Choose a tag to compare
Merge pull request #203 from alister/psr-4-ize

Move code into subdirectories and PSR-4

Fix routing deprecation

21 Apr 13:49
2c02ab5
Compare
Choose a tag to compare
Merge pull request #199 from anthonykgross/fix-deprecations-sf4.4+

fix deprecations

feed-io service made public

09 Dec 09:47
417b790
Compare
Choose a tag to compare
Merge pull request #196 from tacman/patch-2

make feedio public

Fix deprecation on configuration tree building

02 Dec 13:15
395f2f8
Compare
Choose a tag to compare
Merge pull request #192 from tacman/patch-1

Allow Symfony 5

Handle wrong "if-modified-since" value

30 Aug 12:03
cad4d1b
Compare
Choose a tag to compare
Merge pull request #190 from alexdebril/issue/180

Handle wrong `if-modified-since` header

FeedBuilder instance injected in the indexAction's arguments

09 Aug 14:09
2e12f82
Compare
Choose a tag to compare
Merge pull request #188 from alexdebril/issue/injection

Inject the FeedBuilder in the action's parameters