Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 755 Bytes

CHANGELOG.md

File metadata and controls

23 lines (14 loc) · 755 Bytes

Version 3

Removed Pimple dependency. You're supposed to inject dependencies manually (however you see fit).

To prevent conflicts with Symfony framework's csrf_token() Twig function, all Twig functions provided by this component have been renamed. Namely:

  • csrf_token() -> devture_csrf_token()
  • render_form_violations() -> devture_form_render_violations()
  • render_form_csrf_token() -> devture_form_render_csrf_token()

Due to the code's reliance on type-hints, this version requires PHP >= 7.1.

Version 2

Compatibility with Pimple v3 and Twig v2.

Version 1

Initial release targetting Pimple v1.