Skip to content

viterex_addon-3.5.1.zip

Choose a tag to compare

@ynamite ynamite released this 23 Jul 13:44
· 13 commits to main since this release

Fixed

  • One-request fatal during addon update (Class "Ynamite\ViteRex\Csp" not found in Badge.php): the old version's badge OUTPUT_FILTER closure lazy-loads the new Badge.php after files are swapped, before the autoloader knows about lib/Csp.php. install.php now eagerly requires Csp so the late-firing closure resolves it. Takes effect for updates to this release and later.