Skip to content

v3.0.0

Compare
Choose a tag to compare
@yann-eugone yann-eugone released this 25 Jun 09:14
· 21 commits to 3.x since this release
4537ed9

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