- Version 1.0.6, 01/07/2026
- ModuleChecker: service worker publish uses writable-path checks instead of
@file_put_contents.
- ModuleChecker: bulk notification delete uses a single
DELETE ... WHERE id IN (...) query instead of N+1 loop.
- Version 1.0.5, 06/05/2026
- Updated admin branding assets (banner, icons) with bell motif and default theme color.
- CGSimplePWA is optional; standalone PWA headers, manifest, and service worker registration via preference.
- Opt-in CGSimplePWA merge via
mas_nc_chain_cg_simple_pwa; new lib/mas_nc_pwa_standalone.php, js/mas-nc-sw-register.js.
- Version 1.0.4, 06/05/2026
- Configurable admin menu section; Donations tab hide control moved to Module UI block on Settings.
- Version 1.0.3, 06/05/2026
- CGSimplePWA and CGWebPush interoperability bridge; new
lib/mas_nc_cg_interop.php and Help Interop tab.
- Version 1.0.2, 07/05/2026: Fixed Help sub-tabs conflicting with CMS admin
cms_initTabs().
- Version 1.0.1, 07/05/2026: Fixed double site root in banner URLs; donations sponsor logo sizing.
- Version 1.0.0, 06/05/2026: First release (internal log, email, Discord, Web Push, health checks, cron URL, PWA helpers, module hooks).