8 Feb 2024
Changed client-side caching mechanics, so that developers can "force push update" for assets.
- ADDED CACHE_VER to settings.
- Added LIB-CCache.php
- Updated LIB-Install.php > Run CCache->init() on installation end.
- CB-worker.js - Removed storage cache, moved to PAGE-cbwork.js instead.
- Updated TEMPLATE-top.php - Load PAGE-cbwork.js
- Renamed assets/head-storage-boxx.webp to banner.webp
- Page settings - Will not show "CACHE_VER"
TLDR) Call $_CORE->CCache->init() and all clients will rebuild cached assets.