Skip to content

Improved the handlebars template parser

Sam Sehnert requested to merge hotfix/php_handlebars_helpers into master

• Prevents an error when using object methods

• Prevents an error parsing templates with no passed variables

• Adds date helper with the same prototype as the JS helper so we can re-use templates

Merge request reports