- The entity usage integration was removed. Migrate to
becklyn/entity-admin. StatsCounter::log()was removed. UseStatsCounter::debug/warning/critical()instead.- The
InvalidSortOperationExceptionexception was removed. There is no replacement. - The classes
BundleExtensionandConfigurableBundleExtensionhave been removed. Please use the respective versions frombecklyn/rad-bundlesinstead.
- The return types from
ModelandModelInterfacewere removed. Remove them in your code as well and always return the instance to create a fluent interface.
Pagination: the namespace has changed and the constructor have been swapped to($current, $perPage = 50, $total = 0).PaginatedList: the namespace has changed.
- The
BundleExtensionwas trimmed. It only loads theservices.yaml(if the file exists). Extend the class if you need to process configuration values. You should't need to extend it to only loadservices.yaml. - Removed
DoctrineModel, useModelinstead. - Removed
SortableHelper, a replacement will be added in one of the next releases. - Removed
SortableModelTrait, a replacement will be added in one of the next releases.