• Require XenForo 2.2+
  • Require StandardLib v1.11.0+
    • Improve support for rendering templates in the mail & api contexts by correctly injecting template filters/functions into multiple rendering contexts
  • php 8.1 compatibility fix
  • Like
Reactions: DaRKeN
  • php 7+ type hinting
  • Force global namespace for functions which are known to be optimizable to bytecode in php, or known global functions to avoid a current namespace lookup for the function.
  • Fix forum activity not registering as expected when a node_name is set on the forum
  • Fix logging XF2.1+ reaction events as thread activity & remove old XF2.0 like handling for posts.
  • Replace single svUserActivity_users_who_are_viewing_this_x phrase with various svUserActivity_users_who_are_viewing_this_* phrases to enable improved translation fidelity
  • Update users viewing forum to respect new "Viewing container position (Forum)" option, allowing putting the viewing user list at the bottom of the forum
Back
Top Bottom