Skip to content

Releases: prestaconcept/PrestaSitemapBundle

v4.1.1

19 Mar 15:39
28f6c14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

13 Feb 09:01
4bc2aa2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

v4.0.0

24 Jan 11:08
6c5d03d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.1...v4.0.0

v3.3.1

24 Apr 07:22
29f14e0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.3.1

v3.3.0

24 Jan 07:40
ad23fe5
Compare
Choose a tag to compare

What's Changed

Deprecated

  • Presta\SitemapBundle\Event\SitemapAddUrlEvent::NAME : use Presta\SitemapBundle\Event\SitemapAddUrlEvent::class instead
  • Presta\SitemapBundle\Event\SitemapPopulateEvent::NAME : use Presta\SitemapBundle\Event\SitemapPopulateEvent::class instead

Full Changelog: v3.2.1...v3.3.0

v3.2.1

16 Dec 08:10
341ad68
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

15 Dec 16:59
d8e9d6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

30 Oct 06:54
505d5a7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

25 Jun 09:14
4537ed9
Compare
Choose a tag to compare

Changelog (v2.5.0...v3.0.0)

⚠️ BC Breaks ⚠️

  • Updated Bundle structure according to new best practices (#276 by @yann-eugone)

├── Command
├── Controller
├── DependencyInjection
├── Event
├── EventListener
├── Exception
├── Messenger
├── Resources
│   ├── config
│   └── doc
├── Routing
├── Service
├── Sitemap
├── Tests
│  ├── Integration
│  └── Unit


├── config
├── doc
├── src
│   ├── Command
│   ├── Controller
│   ├── DependencyInjection
│   ├── Event
│   ├── EventListener
│   ├── Exception
│   ├── Messenger
│   ├── Routing
│   ├── Service
│   └── Sitemap
├── tests
│   ├── Integration
│   └── Unit

Removed

Remove code marked as deprecated as of 2.x (#274 by @yann-eugone) :

  • Caching feature (code + documentation)
  • SitemapController::getTtl method
  • RouteAnnotationEventListener::getOptions method
  • GoogleVideoUrlException class
  • GoogleVideoUrlTagException class
  • Generator::__construct method $cache argument
  • Generator::__construct method $cacheTtl argument
  • Generator::generate method
  • GeneratorInterface::generate method
  • GoogleImage::setLoc method
  • GoogleImage::getLoc method
  • GoogleImage::$loc property access
  • GoogleImage::$geo_location property access
  • GoogleVideo::__construct method "content_loc" option of $parameters argument
  • GoogleVideo::__construct method "player_loc" option of $parameters argument
  • GoogleVideo::__construct method "player_loc_allow_embed" option of $parameters argument
  • GoogleVideo::__construct method "player_loc_autoplay" option of $parameters argument
  • GoogleVideo::__construct method "gallery_loc" option of $parameters argument
  • GoogleVideo::__construct method "gallery_loc_title" option of $parameters argument
  • GoogleVideo::$thumbnail_loc property access
  • GoogleVideo::$content_loc property access
  • GoogleVideo::$player_loc property access
  • GoogleVideo::$player_loc_allow_embed property access
  • GoogleVideo::$player_loc_autoplay property access
  • GoogleVideo::$expiration_date property access
  • GoogleVideo::$view_count property access
  • GoogleVideo::$publication_date property access
  • GoogleVideo::$family_friendly property access
  • GoogleVideo::$restriction_allow property access
  • GoogleVideo::$restriction_deny property access
  • GoogleVideo::$gallery_loc property access
  • GoogleVideo::$gallery_loc_title property access
  • GoogleVideo::$requires_subscription property access
  • GoogleVideo::$uploader_info property access
  • GoogleVideo::$platform_relationship property access
  • GoogleVideo::setThumbnailLoc method
  • GoogleVideo::getThumbnailLoc method
  • GoogleVideo::setContentLoc method
  • GoogleVideo::setPlayerLoc method
  • GoogleVideo::getPlayerLoc method
  • GoogleVideo::setPlayerLocAllowEmbed method
  • GoogleVideo::getPlayerLocAllowEmbed method
  • GoogleVideo::setPlayerLocAutoplay method
  • GoogleVideo::getPlayerLocAutoplay method
  • GoogleVideo::setGalleryLoc method
  • GoogleVideo::setGalleryLocTitle method
  • GoogleVideo::getContentLoc method
  • GoogleVideo::getGalleryLoc method
  • GoogleVideo::getGalleryLocTitle method
  • GoogleVideoUrlDecorator::PLAYER_LOC_ALLOW_EMBED_YES constant
  • GoogleVideoUrlDecorator::PLAYER_LOC_ALLOW_EMBED_NO constant
  • GoogleVideoUrlDecorator::FAMILY_FRIENDLY_YES constant
  • GoogleVideoUrlDecorator::FAMILY_FRIENDLY_NO constant
  • GoogleVideoUrlDecorator::RELATIONSHIP_ALLOW constant
  • GoogleVideoUrlDecorator::RELATIONSHIP_DENY constant
  • GoogleVideoUrlDecorator::PRICE_TYPE_RENT constant
  • GoogleVideoUrlDecorator::PRICE_TYPE_OWN constant
  • GoogleVideoUrlDecorator::PRICE_RESOLUTION_HD constant
  • GoogleVideoUrlDecorator::PRICE_RESOLUTION_SD constant
  • GoogleVideoUrlDecorator::REQUIRES_SUBSCRIPTION_YES constant
  • GoogleVideoUrlDecorator::REQUIRES_SUBSCRIPTION_NO constant
  • GoogleVideoUrlDecorator::PLATFORM_WEB constant
  • GoogleVideoUrlDecorator::PLATFORM_MOBILE constant
  • GoogleVideoUrlDecorator::PLATFORM_TV constant
  • GoogleVideoUrlDecorator::PLATFORM_RELATIONSHIP_ALLOW constant
  • GoogleVideoUrlDecorator::PLATFORM_RELATIONSHIP_DENY constant
  • GoogleVideoUrlDecorator::LIVE_YES constant
  • GoogleVideoUrlDecorator::LIVE_NO constant
  • GoogleVideoUrlDecorator::TAG_ITEMS_LIMIT constant
  • GoogleVideoUrlDecorator::__construct method $thumnail_loc argument
  • GoogleVideoUrlDecorator::__construct method $title argument
  • GoogleVideoUrlDecorator::__construct method $description argument
  • GoogleVideoUrlDecorator::__construct method $parameters argument
  • GoogleVideoUrlDecorator::setThumbnailLoc method
  • GoogleVideoUrlDecorator::getThumbnailLoc method
  • GoogleVideoUrlDecorator::setTitle method
  • GoogleVideoUrlDecorator::setDescription method
  • GoogleVideoUrlDecorator::setContentLoc method
  • GoogleVideoUrlDecorator::setPlayerLoc method
  • GoogleVideoUrlDecorator::getPlayerLoc method
  • GoogleVideoUrlDecorator::setPlayerLocAllowEmbed method
  • GoogleVideoUrlDecorator::getPlayerLocAllowEmbed method
  • GoogleVideoUrlDecorator::setPlayerLocAutoplay method
  • GoogleVideoUrlDecorator::getPlayerLocAutoplay method
  • GoogleVideoUrlDecorator::setDuration method
  • GoogleVideoUrlDecorator::setExpirationDate method
  • GoogleVideoUrlDecorator::setRating method
  • GoogleVideoUrlDecorator::setViewCount method
  • GoogleVideoUrlDecorator::setPublicationDate method
  • GoogleVideoUrlDecorator::setFamilyFriendly method
  • GoogleVideoUrlDecorator::setCategory method
  • GoogleVideoUrlDecorator::setRestrictionAllow method
  • GoogleVideoUrlDecorator::getRestrictionAllow method
  • GoogleVideoUrlDecorator::setRestrictionDeny method
  • GoogleVideoUrlDecorator::getRestrictionDeny method
  • GoogleVideoUrlDecorator::setGalleryLoc method
  • GoogleVideoUrlDecorator::setGalleryLocTitle method
  • GoogleVideoUrlDecorator::setRequiresSubscription method
  • GoogleVideoUrlDecorator::setUploader method
  • GoogleVideoUrlDecorator::setUploaderInfo method
  • GoogleVideoUrlDecorator::setPlatforms method
  • GoogleVideoUrlDecorator::getPlatforms method
  • GoogleVideoUrlDecorator::setPlatformRelationship method
  • GoogleVideoUrlDecorator::getPlatformRelationship method
  • GoogleVideoUrlDecorator::setLive method
  • GoogleVideoUrlDecorator::getTitle method
  • GoogleVideoUrlDecorator::getDescription method
  • GoogleVideoUrlDecorator::getContentLoc method
  • GoogleVideoUrlDecorator::getDuration method
  • GoogleVideoUrlDecorator::getExpirationDate method
  • GoogleVideoUrlDecorator::getRating method
  • GoogleVideoUrlDecorator::getViewCount method
  • GoogleVideoUrlDecorator::getPublicationDate method
  • GoogleVideoUrlDecorator::getFamilyFriendly method
  • GoogleVideoUrlDecorator::getCategory method
  • GoogleVideoUrlDecorator::getGalleryLoc method
  • GoogleVideoUrlDecorator::getGalleryLocTitle method
  • GoogleVideoUrlDecorator::getRequiresSubscription method
  • GoogleVideoUrlDecorator::getUploader method
  • GoogleVideoUrlDecorator::getUploaderInfo method
  • GoogleVideoUrlDecorator::getLive method
  • GoogleVideoUrlDecorator::addPrice method
  • GoogleVideoUrlDecorator::getPrices method
  • GoogleVideoUrlDecorator::addTag method
  • GoogleVideoUrlDecorator::getTags method
  • Utils::getSetMethod method
  • Utils::getGetMethod method
  • Utils::render method
  • Utils::camelize method

Quality & Tests

v2.5.0

25 Feb 13:56
fb83304
Compare
Choose a tag to compare

Changelog (v2.4.0...v2.5.0)

Changes

  • Add default locale as hreflang when using alternate option (#270 by @taylankasap)