Skip to content

1.1.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 21:12
· 1 commit to develop since this release

Fixed

  • The the_esc() method is now wired correctly.

Fixed

  • The the_esc() method is now wired correctly.

Added

  • Template function to escape and echo template var: the_esc()

Fixed

  • PHP 7.0 compatibility

Added

  • Default value for template vars passed as the second argument to get and the methods and it's closure eqivalents

734d8dc

Added

  • Magic method for string converstion. Now you are able to echo new Template()

Changed

  • Before printing the template, the file existance is checked. If not present, the TemplateException is thrown
  • If the storage wasn't set previously, the StorageException is thrown while creating new Template object

Added

  • Procedural helper functions


Initial releas