Oro\Bundle\CalendarBundle\Entity\CalendarEvent 'use_hangout' field was removed.The link at the calendar events search items was changed,
please reindex calendar event items with the php bin/console oro:search:reindex --class="Oro\Bundle\CalendarBundle\Entity\CalendarEvent" command.
The link at the calendar events search items was changed from the link to events calendar to the link to event.
The *.class parameters for all entities were removed from the dependency injection container.
The entity class names should be used directly, e.g., 'Oro\Bundle\EmailBundle\Entity\Email'
instead of '%oro_email.email.entity.class%' (in service definitions, datagrid config files, placeholders, etc.), and
\Oro\Bundle\EmailBundle\Entity\Email::class instead of $container->getParameter('oro_email.email.entity.class')
(in PHP code).
All *.class parameters for service definitions were removed from the dependency injection container.
Oro\Bundle\AuthorizeNetBundle\Controller\Frontend\PaymentProfileController::deleteAction
(oro_authorize_net_payment_profile_frontend_delete route)
action, the request method was changed to DELETE.Oro\Bundle\AuthorizeNetBundle\Controller\SettingsController::checkCredentialsAction
(oro_authorize_net_settings_check_credentials route)
action, the request method was changed to POST.All existing classes were updated to use new services security.authorization_checker, security.token_storage, oro_security.token_accessor, oro_security.class_authorization_checker, oro_security.request_authorization_checker instead of SecurityFacade and SecurityContext.
AjaxCalendarEventController::changeStatus[?] method is removed. Its logic is moved to AjaxCalendarEventController::changeStatusAction[?].oro_calendar.twig.dateformat.classoro_calendar.twig.recurrence.classprivate:
oro_calendar.twig.dateformatoro_calendar.twig.recurrenceHow can I help you explore Laravel packages today?