Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

59 lines (39 loc) · 2.19 KB

Changelog

2.1.0 - 2021-07-04

Added

  • Add support for installation via Composer 2 (#9)

2.0.1 - 2019-09-28

Fixed

2.0.0 - 2019-02-13

  • First release of the new major 2.x version 🐣
  • Check out the documentation, especially the update guide if you like to update from 1.x.

Added

  • Add possibility to enable or disable automatic page rendering.
  • Add a configuration to enable or disable automatic page rendering for templates.
  • Add hooks allowing you to customize the module's behaviour. See docs.
  • Add unit tests 🎉

Changed

1.1.3 - 2018-03-18

Fixed

  • Fix Notice: Undefined index: TemplateEngineNull if no template is available for the current page and debug mode is enabled.

1.1.2 - 2018-03-18

Fixed

  • Add a hook before ProcessPageView::pageNotFound to handle Wire404Exception thrown by controllers. The current active template engine now receives the configured page displaying a 404 rather. than the page throwing the 404 exception.

1.1.1 - 2018-03-18

Added

  • Template engines can now pass multiple key/value data via new method TemplateEngine::setArray().

Fixed

  • Lower hook priority for the hook executed after Page::render. This makes sure that the current active template engine returns the markup before other modules hooking after Page::render.