Skip to content

0.21.0

Choose a tag to compare

@teppokoivula teppokoivula released this 18 Jun 17:35
· 50 commits to master since this release
faf32ad

Added

  • Hookable method MethodPropsTrait::getMethodPropCacheName(string $name, string $context). Note that when hooking into this method one should refer to the object that implements the trait, such as a specific Controller class.

Changed

  • Include language ID in persistent cache name generated by MethodPropsTrait for cacheable methods.