Skip to content

v5.1.0

Compare
Choose a tag to compare
@alessandro-fazzi alessandro-fazzi released this 03 Jun 08:14
· 55 commits to master since this release

Added 🆕

  • PUG's filter :php is back on track
  • vanilla theme has responsive embeds support (from wordpress core) enabled by default
  • PHP8 support (thanks to @kylekatarnls)
  • Updated static rendering documentation

Fixed 🐛

  • Validation errors are now overlayared onto the page, being visible even when inside a nested rendering process
  • Now both define('BYPASS_STATIC', false) and define('BYPASS_STATIC', FALSE) are supported
  • refactored render_template function to not waste CPU time on SHA calculation when static rendering is not required