Skip to content

Releases: wpup/digster

v1.8.1

06 Oct 10:49

Choose a tag to compare

  • Fixed: Use right version of tank package
  • Fixed: Use another name than instance as Twig_Engine instance variable.

v1.8.0

18 Aug 10:38

Choose a tag to compare

  • Removed esc_html_e and esc_attr_e
  • Moved back to a must-use plugin instead of library.

v1.7.1

13 Aug 15:04

Choose a tag to compare

  • Added: Support for more escaping functions, for example esc_html__, esc_html_e, esc_attr__, esc_attr_a and esc_url
  • Added: New filters for adding custom filters, functions and global variables easier.

v1.7.0

27 Jul 08:24

Choose a tag to compare

  • Installs a library instead of wordpress-plugin now since it's add filters before WordPress is loaded, you can download it as a zip and use it as a plugin.

v1.6.1

29 Jun 14:25

Choose a tag to compare

Twig debug is turn on by default if WP_ENV equals development

v1.6.0

10 May 06:29

Choose a tag to compare

  • Added custom error view, if debug is more details will appear.

v1.5.5

25 Apr 05:39

Choose a tag to compare

  • Added: static Twig function, like fn but for static methods.
  • Fixed: Global extension class implements Twig_Extension_GlobalsInterface now to prevent deprecation notice.

v1.5.4

29 Nov 16:29

Choose a tag to compare

  • Added support for classes that has to_array method for view function and other rendering functions.

v1.5.3

12 Nov 15:26

Choose a tag to compare

  • Removed debug code from trans tag

v1.5.2

12 Nov 15:20

Choose a tag to compare

Added: Priority 15 to after_setup_theme action.
Fixed: Wrong domains for trans filter.
Fixed: trans didn't work.