Skip to content

Releases: prestaconcept/PrestaSitemapBundle

v2.4.0

20 Jan 07:47
63f54b8
Compare
Choose a tag to compare

Changelog (v2.3.1...v2.4.0)

Deprecations

Tools

v1.7.3

03 Oct 07:38
4604848
Compare
Choose a tag to compare

Changelog (since v1.7.2...v1.7.3)

Bugfixes

v2.3.1

02 Oct 07:58
f6e68a1
Compare
Choose a tag to compare

Changelog (v2.3.0...v2.3.1)

Bugfixes

Documentation

  • Propose .yaml extension files instead of .yml (#257 by @qmachard)

Misc

v2.3.0

24 Aug 15:12
2847d08
Compare
Choose a tag to compare

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

v2.2.0

03 Aug 09:19
c20626a
Compare
Choose a tag to compare

Changelog (v2.1.0...v2.2.0)

v2.1.0

10 Mar 05:58
cc8ed93
Compare
Choose a tag to compare

Changelog (v2.0.1...v2.1.0)

  • Sitemap dump command made lazy (#226 by @norkunas)
  • Preserve gzipped links in sitemapindex when dumping single section (#218 by @delda)
  • Allow adding multiple videos to the same sitemap url (#227 by @l-vo)
  • Collect several sections with built in static routes listener (#231 by @yann-eugone)
  • Allow to set defaults (changefreq, lastmod & priority) on decorated routes (#232 by @yann-eugone)

v2.0.1

14 Jan 08:49
3ca9c8a
Compare
Choose a tag to compare

Changelog (v2.0.0...v2.0.1)

Fixed

v2.0.0

08 Jan 10:03
Compare
Choose a tag to compare

Changelog (v1.7.0...v2.0.0)

Changed

Fixed

Added

Removed

v1.7.2

23 Oct 11:03
04387d5
Compare
Choose a tag to compare

Changelog (since v1.7.0...v1.7.2)

⚠️ This release replaces v1.7.1 that was created from the wrong branch.

! ERRORED ! Use v1.7.2 instead

22 Oct 07:15
Compare
Choose a tag to compare

DO NOT USE (see #217)