Skip to content

3.1.0

Compare
Choose a tag to compare
@spryker-bot spryker-bot released this 27 Mar 11:49
· 286 commits to master since this release

Included commits: 3.0.0...3.1.0

Improvements

  • Moved FilesystemLoader from project to this bundle.
  • Moved configuration for template paths to config files.
  • Added CacheWarmer command.

Integration guide for the new feature

  • Add new CacheWarmerConsole to your ConsoleDependencyProvider.
  • Remove TwigFilesystemLoader from your Twig bundle.
  • Remove the TwigDependencyProvider if it is empty in your project.
  • Add new TwigServiceProvider from this bundle to your YvesBootstrap::registerServiceProviders() method.
  • In your Yves TwigServiceProvider you can remove the registerYvesLoader method.
  • Execute CacheWarmerConsole in your deploy scripts to ensure that you don't have any performance impact.