Skip to content

Releases: code-boxx/Core-Boxx-PHP-Framework

12 Feb 2024

12 Feb 05:35
Compare
Choose a tag to compare

Added "successfully installed" page to installer.

Download Core Boxx - Modular PHP Framework

8 Feb 2024

08 Feb 11:30
Compare
Choose a tag to compare

Changes to client-side storage cache mechanics.

  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() to "force push update". All clients will rebuild cached asset files.

Download Core Boxx - Modular PHP Framework

2 Feb 2024

02 Feb 12:31
Compare
Choose a tag to compare
  1. Small UI fixes and general cleanup.
  2. NFC login cleanup.
  3. QR login cleanup.

Download Core Boxx - Modular PHP Framework

29 Jan 2024

29 Jan 05:41
Compare
Choose a tag to compare
  1. Library updates - JWT, WebAuthn, WebPush
  2. New NFC login module
  3. Small UI updates to user login/account pages.
  4. LIB-NFCIN - Will now check valid user before creating hash.

Download Core Boxx - Modular PHP Framework

13 Dec 2023

13 Dec 12:19
Compare
Choose a tag to compare
  1. Bootstrap update.
  2. JWT library update.
  3. Some small cosmetic updates.

28 Sep 2023

28 Sep 14:35
Compare
Choose a tag to compare

Calendar module - added "skip to today" button.

27 Sep 2023

27 Sep 06:54
Compare
Choose a tag to compare

A couple of minor installer updates.

  • Base URL needs to be HTTPS before API can be enforced to accept HTTPS only.
  • Installer will stop if VAPID keys (for push notifications) fail to generate.

14 Sep 2023

14 Sep 07:13
b0cc490
Compare
Choose a tag to compare

A tentatively stable build of Core Boxx.