viterex_addon-3.5.1.zip
Fixed
- One-request fatal during addon update (
Class "Ynamite\ViteRex\Csp" not foundinBadge.php): the old version's badgeOUTPUT_FILTERclosure lazy-loads the newBadge.phpafter files are swapped, before the autoloader knows aboutlib/Csp.php.install.phpnow eagerly requiresCspso the late-firing closure resolves it. Takes effect for updates to this release and later.