packagist presta/sitemap-bundle v2.3.0

latest releases: 4.x-dev, dev-fixed-phpstan-uri-always-defined, dev-bump-testing-matrix...
4 years ago

Changelog (v2.2.0...v2.3.0)

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 $loc to $location
  • Renamed method getLoc to getLocation
  • Renamed method setLoc to setLocation
  • Renamed property $geo_location to $geoLocation

In Presta\SitemapBundle\Sitemap\Url\GoogleVideo:

  • Renamed property $thumbnail_loc to $thumbnailLocation
  • Renamed method getThumbnailLoc to getThumbnailLocation
  • Renamed method setThumbnailLoc to setThumbnailLocation
  • Renamed property $content_loc to $contentLocation
  • Renamed method getContentLoc to getContentLocation
  • Renamed method setContentLoc to setContentLocation
  • Renamed constructor parameter "content_loc" to "content_location"
  • Renamed property $player_loc to $playerLocation
  • Renamed constructor parameter "player_loc" to "player_location"
  • Renamed method getPlayerLoc to getPlayerLocation
  • Renamed method setPlayerLoc to setPlayerLocation
  • Renamed property $player_loc_allow_embed to $playerLocationAllowEmbed
  • Renamed constructor parameter "player_loc_allow_embed" to "player_location_allow_embed"
  • Renamed method getPlayerLocAllowEmbed to getPlayerLocationAllowEmbed
  • Renamed method setPlayerLocAllowEmbed to setPlayerLocationAllowEmbed
  • Renamed property $player_loc_autoplay to $playerLocationAutoplay
  • Renamed constructor parameter "player_loc_autoplay" to "player_location_autoplay"
  • Renamed method getPlayerLocAutoplay to getPlayerLocationAutoplay
  • Renamed method setPlayerLocAutoplay to setPlayerLocationAutoplay
  • Renamed property $expiration_date to $expirationDate
  • Renamed property $view_count to $viewCount
  • Renamed property $publication_date to $publicationDate
  • Renamed property $family_friendly to $familyFriendly
  • Renamed property $restriction_allow to $restrictionAllow
  • Renamed property $restriction_deny to $restrictionDeny
  • Renamed property $gallery_loc to $galleryLocation
  • Renamed constructor parameter "gallery_loc" to "gallery_location"
  • Renamed method setGalleryLoc to setGalleryLocation
  • Renamed method getGalleryLoc to getGalleryLocation
  • Renamed property $gallery_loc_title to $galleryLocationTitle
  • Renamed constructor parameter "gallery_loc_title" to "gallery_location_title"
  • Renamed method setGalleryLocTitle to setGalleryLocationTitle
  • Renamed method getGalleryLocTitle to getGalleryLocationTitle
  • Renamed property $requires_subscription to $requiresSubscription
  • Renamed property $uploader_info to $uploaderInformation
  • Renamed property $platform_relationship to $platformRelationship

In Presta\SitemapBundle\Sitemap\Url\SitemapController:

  • Deprecated method getTtl in favor of direct $ttl property access

In Presta\SitemapBundle\EventListener\RouteAnnotationEventListener:

  • Deprecated method getOptions in favor of Presta\SitemapBundle\Routing\RouteOptionParser::parse helper

In Presta\SitemapBundle\Sitemap\Utils:

  • Deprecated method getSetMethod
  • Deprecated method getGetMethod
  • Deprecated method camelize

Don't miss a new sitemap-bundle release

NewReleases is sending notifications on new releases.