May 5th, 2026

Welcome back to another LearnCard ChangeBlog!
This week's release brings important hardening to the Partner Connect SDK, W3C Bitstring Status List support for credential verification, native iOS 26 support, and a couple of nice quality-of-life UI improvements. Let's dig in!
This PR adds multi-origin support to Partner Connect with default tenant handling. Partner apps now work on any LearnCard-managed tenant out of the box, making it dramatically easier to deploy partner integrations across multiple LearnCard environments.
This PR adds W3C Bitstring Status List support to DIDKit credential verification. Credentials that use BitstringStatusListEntry can now be checked against BitstringStatusListCredential status credentials -Β including both revoked and unrevoked VC 2.0 status entries. This brings our verification stack closer to the latest VC Data Model 2.0 spec.
This PR adds native iOS 26 support to the LearnCard mobile app, ensuring the app continues to feel at home on the newest iOS release.
A polish item that should land well with users: this PR eliminates the first-load route flash on wallet sub-routes. Navigation into the wallet feels noticeably smoother on initial load.
@capacitor/device + Device Info RowsA small but useful improvement to the version modal - it now pulls device info from @capacitor/device and surfaces it alongside the build version, making support and bug-reporting flows easier.
You can view all the latest changes and bug fixes here