Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.08 KB

UPGRADE-7.1.md

File metadata and controls

48 lines (30 loc) · 1.08 KB

UPGRADE FROM 7.0 to 7.1

AssetMapper

  • Deprecate ImportMapConfigReader::splitPackageNameAndFilePath(), use ImportMapEntry::splitPackageNameAndFilePath() instead

Cache

  • Deprecate CouchbaseBucketAdapter, use CouchbaseCollectionAdapter instead

ExpressionLanguage

  • Deprecate passing null as the allowed variable names to ExpressionLanguage::lint() and Parser::lint(), pass the IGNORE_UNKNOWN_VARIABLES flag instead to ignore unknown variables during linting

FrameworkBundle

  • Mark classes ConfigBuilderCacheWarmer, Router, SerializerCacheWarmer, TranslationsCacheWarmer, Translator and ValidatorCacheWarmer as final

Messenger

  • Make #[AsMessageHandler] final

SecurityBundle

  • Mark class ExpressionCacheWarmer as final

Translation

  • Mark class DataCollectorTranslator as final

TwigBundle

  • Mark class TemplateCacheWarmer as final

Workflow

  • Add method getEnabledTransition() to WorkflowInterface