Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
8 Feb 2024 source code.tar.gz | 2024-02-08 | 1.8 MB | |
8 Feb 2024 source code.zip | 2024-02-08 | 2.3 MB | |
README.md | 2024-02-08 | 751 Bytes | |
Totals: 3 Items | 4.2 MB | 0 |
Changed client-side caching mechanics, so that developers can "force push update" for assets.
1) ADDED CACHE_VER to settings. 2) Added LIB-CCache.php 3) Updated LIB-Install.php > Run CCache->init() on installation end. 4) CB-worker.js - Removed storage cache, moved to PAGE-cbwork.js instead. 5) Updated TEMPLATE-top.php - Load PAGE-cbwork.js 6) Renamed assets/head-storage-boxx.webp to banner.webp 7) Page settings - Will not show "CACHE_VER"
TLDR) Call $_CORE->CCache->init() and all clients will rebuild cached assets.