May 5th, 2026

LearnCard ChangeBlog #16: 5.4.26

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!

LC-1827 - Multi-Origin Partner Connect with Default Tenants

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.

W3C Bitstring Status List Support in DIDKit

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.

LC-1803 - iOS 26 Native Support

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.

LC-1790 - Eliminate First-Load Route Flash on Wallet Sub-Routes

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.

Version Modal: @capacitor/device + Device Info Rows

A 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