- Changed definition of
framework/templatingsection. New definition is:
framework:
templating:
engines: ['twig', 'php']
assets_version: %assets_version%
assets_version_format: %%s?version=%%s- Removed
twig/globals/wssection. From now this declaration is located inOroSyncBundlebundle. - Removed
clanksection. From now this declaration is located inOroSyncBundlebundle. - Removed
doctrine.dbal.default.wrapped_connectionservice. - Removed
session.handler.pdoservice. From now a declaration of this service is located inOroPlatformBundle. Remove this service from yourapp/config/config.ymlto be sure that PDO session will work properly. If you need to override this service, you can keep it in yourapp/config/config.yml, but make sure that a default database connection is not used here. You can usedoctrine.dbal.session_connection.wrappedservice if sessions are stored in a main database.
- Removed
app/Resources/DoctrineBundle/views/Collector/db.html.twig. - Removed
app/Resources/SecurityBundle/views/Collector/security.html.twig. - Removed
app/Resources/SwiftmailerBundle/views/Collector/swiftmailer.html.twig. - Removed
app/Resources/WebProfilerBundle/views/Collector/config.html.twig. - Removed
app/Resources/WebProfilerBundle/views/Collector/logger.html.twig. - Removed
app/Resources/WebProfilerBundle/views/Collector/memory.html.twig. - Removed
app/Resources/WebProfilerBundle/views/Collector/request.html.twig. - Removed
app/Resources/WebProfilerBundle/views/Collector/time.html.twig.