Releases: prestaconcept/PrestaSitemapBundle
Releases · prestaconcept/PrestaSitemapBundle
v4.1.3
v4.1.2
What's Changed
- Fix DI Extension class deprecation with Symfony 7.1 by @norkunas in #344
- Fixed potentially undefined uri from stream_get_meta_data by @yann-eugone in #345
- Run tests on Symfony 6.4 & latest 7.x by @yann-eugone in #346
- Fixed stream_get_meta_data uri is always defined by @yann-eugone in #347
Full Changelog: v4.1.1...v4.1.2
v4.1.1
What's Changed
- Revert "Use https for real URLs" by @yann-eugone in #341
Full Changelog: v4.1.0...v4.1.1
v4.1.0
What's Changed
- remove $ so gitclip works by @tacman in #331
- Fixed access to fragmented Urlset with Generator by @yann-eugone in #332
- Fixed documentation around generating absolute URLs with Symfony by @yann-eugone in #336
- Use https for real URLs by @norkunas in #337
New Contributors
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- Avoid implementing deprecated interface by @norkunas in #309
- Fixed branches on which tests are running by @yann-eugone in #313
- Fixed github tests badges by @yann-eugone in #314
- Replace event subscribers with event listeners by @yann-eugone in #315
- Switch to latest symfony 6.3 by @yann-eugone in #316
- Resolve bundle deprecations by @yann-eugone in #317
- Fix typos in docs (#326) by @yann-eugone in #328
- Allow Symfony 7, dropped support for 4.4 and bumped minimal version to 5.4 by @evertharmeling in #324
New Contributors
- @evertharmeling made their first contribution in #324
Full Changelog: v3.3.1...v4.0.0
v3.3.1
What's Changed
- Add
Route
as attribute examples in static routes usage by @norkunas in #296 - Fix Symfony 6.1 deprecation by @norkunas in #298
- Fixed phpstan issues with array shapes by @yann-eugone in #299
- Documentation Incorrect by @Raistlfiren in #301
- Fix Symfony 6.2 deprecation by @franmomu in #303
- Switch latests tests to Symfony 6.2 by @yann-eugone in #308
New Contributors
- @Raistlfiren made their first contribution in #301
- @franmomu made their first contribution in #303
Full Changelog: v3.3.0...v3.3.1
v3.3.0
What's Changed
Deprecated
Presta\SitemapBundle\Event\SitemapAddUrlEvent::NAME
: usePresta\SitemapBundle\Event\SitemapAddUrlEvent::class
insteadPresta\SitemapBundle\Event\SitemapPopulateEvent::NAME
: usePresta\SitemapBundle\Event\SitemapPopulateEvent::class
instead
Full Changelog: v3.2.1...v3.3.0
v3.2.1
What's Changed
- Allow Symfony 6.x in composer.json by @yann-eugone in #292
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- Support for Symfony 5.4 & 6.0 by @yann-eugone in #291
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Enhance 3.x testing by @yann-eugone in #282
- Make the url generator available on the events by @kbond in #287
- Removed PhpStan ignored errors that are irrelevant now by @yann-eugone in #288
New Contributors
Full Changelog: v3.0.0...v3.1.0