v2.3.0
Changelog (v2.2.0...v2.3.0)
- Add DumpSitemapMessage for messenger integration (#237 by @norkunas)
- Update tests CS (#242 by @norkunas)
- GitHub actions pipeline (#246 by @yann-eugone)
- Fixed usage of deprecated video decoration + Normalize examples (#244 by @yann-eugone)
- Fix nonexistent sitemap (#215 by @pulzarraider and @yann-eugone)
- Documentation absolute urls (#247 by @yann-eugone)
- Change all README badges to shields.io (#248 by @yann-eugone)
- Add sitemap examples to documentation (#254 by @yann-eugone)
- Added Dumper service unit tests (#250 by @yann-eugone)
- Removed obsolete uml files (#252 by @yann-eugone)
- Removed CHANGELOG.md in favor of releases notes (#253 by @yann-eugone)
- Properties naming convention (#245 by @yann-eugone)
- Increase code coverage by levearing new tests and refactoring some code (#243 by @yann-eugone)
- Static routes translation alternate (#251 by @fabianoroberto and @yann-eugone)
Features
- Integration with
symfony/messenger.
Being able to trigger sitemap dump using a message dispatch.
See documentation. - Add an event to decorate collected static routes.
This event as one built in listener that handle translation alternate.
Pending documentation.
Deprecations
In Presta\SitemapBundle\Sitemap\Url\GoogleImage:
- Renamed property
$locto$location - Renamed method
getLoctogetLocation - Renamed method
setLoctosetLocation - Renamed property
$geo_locationto$geoLocation
In Presta\SitemapBundle\Sitemap\Url\GoogleVideo:
- Renamed property
$thumbnail_locto$thumbnailLocation - Renamed method
getThumbnailLoctogetThumbnailLocation - Renamed method
setThumbnailLoctosetThumbnailLocation - Renamed property
$content_locto$contentLocation - Renamed method
getContentLoctogetContentLocation - Renamed method
setContentLoctosetContentLocation - Renamed constructor parameter
"content_loc"to"content_location" - Renamed property
$player_locto$playerLocation - Renamed constructor parameter
"player_loc"to"player_location" - Renamed method
getPlayerLoctogetPlayerLocation - Renamed method
setPlayerLoctosetPlayerLocation - Renamed property
$player_loc_allow_embedto$playerLocationAllowEmbed - Renamed constructor parameter
"player_loc_allow_embed"to"player_location_allow_embed" - Renamed method
getPlayerLocAllowEmbedtogetPlayerLocationAllowEmbed - Renamed method
setPlayerLocAllowEmbedtosetPlayerLocationAllowEmbed - Renamed property
$player_loc_autoplayto$playerLocationAutoplay - Renamed constructor parameter
"player_loc_autoplay"to"player_location_autoplay" - Renamed method
getPlayerLocAutoplaytogetPlayerLocationAutoplay - Renamed method
setPlayerLocAutoplaytosetPlayerLocationAutoplay - Renamed property
$expiration_dateto$expirationDate - Renamed property
$view_countto$viewCount - Renamed property
$publication_dateto$publicationDate - Renamed property
$family_friendlyto$familyFriendly - Renamed property
$restriction_allowto$restrictionAllow - Renamed property
$restriction_denyto$restrictionDeny - Renamed property
$gallery_locto$galleryLocation - Renamed constructor parameter
"gallery_loc"to"gallery_location" - Renamed method
setGalleryLoctosetGalleryLocation - Renamed method
getGalleryLoctogetGalleryLocation - Renamed property
$gallery_loc_titleto$galleryLocationTitle - Renamed constructor parameter
"gallery_loc_title"to"gallery_location_title" - Renamed method
setGalleryLocTitletosetGalleryLocationTitle - Renamed method
getGalleryLocTitletogetGalleryLocationTitle - Renamed property
$requires_subscriptionto$requiresSubscription - Renamed property
$uploader_infoto$uploaderInformation - Renamed property
$platform_relationshipto$platformRelationship
In Presta\SitemapBundle\Sitemap\Url\SitemapController:
- Deprecated method
getTtlin favor of direct$ttlproperty access
In Presta\SitemapBundle\EventListener\RouteAnnotationEventListener:
- Deprecated method
getOptionsin favor ofPresta\SitemapBundle\Routing\RouteOptionParser::parsehelper
In Presta\SitemapBundle\Sitemap\Utils:
- Deprecated method
getSetMethod - Deprecated method
getGetMethod - Deprecated method
camelize