Skip to content

Releases: wpup/digster

v1.8.1

Choose a tag to compare

@frozzare frozzare released this 06 Oct 10:49
  • Fixed: Use right version of tank package
  • Fixed: Use another name than instance as Twig_Engine instance variable.

v1.8.0

Choose a tag to compare

@frozzare frozzare released this 18 Aug 10:38
  • Removed esc_html_e and esc_attr_e
  • Moved back to a must-use plugin instead of library.

v1.7.1

Choose a tag to compare

@frozzare frozzare released this 13 Aug 15:04
  • 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

Choose a tag to compare

@frozzare frozzare released this 27 Jul 08:24
  • 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

Choose a tag to compare

@frozzare frozzare released this 29 Jun 14:25

Twig debug is turn on by default if WP_ENV equals development

v1.6.0

Choose a tag to compare

@frozzare frozzare released this 10 May 06:29
  • Added custom error view, if debug is more details will appear.

v1.5.5

Choose a tag to compare

@frozzare frozzare released this 25 Apr 05:39
  • 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

Choose a tag to compare

@frozzare frozzare released this 29 Nov 16:29
  • Added support for classes that has to_array method for view function and other rendering functions.

v1.5.3

Choose a tag to compare

@frozzare frozzare released this 12 Nov 15:26
  • Removed debug code from trans tag

v1.5.2

Choose a tag to compare

@frozzare frozzare released this 12 Nov 15:20

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