Skip to content
This repository was archived by the owner on Aug 15, 2026. It is now read-only.

v1.3.0 — Admin UI polish & CI/CD hardening

Latest

Choose a tag to compare

@nathanialhenniges nathanialhenniges released this 12 Jun 04:01
02b47cf

What's new

Admin UI improvements

  • Settings page header card — version badge, active/inactive status pill, current provider chip, and GitHub ↗ link
  • WordPress-native fonts — rewrote admin CSS to use the system font stack; removes Montserrat and Roboto Google Fonts CDN requests
  • Colored entry badges — Source (Mobile App / Divi Frontend) and Provider columns in the entries list now render colored pill badges
  • Export CSV — moved to the native WordPress page-title-action position inline with the page <h1>
  • Detail view badges — Source and Provider rows in the entry detail view render matching badge pills

CI/CD hardening

  • Version gaterelease.yml now runs a verify job first; confirms the Version: header in packrelay.php matches the git tag before any tests run
  • Composer cacherelease.yml test matrix now caches vendor/ per PHP version (faster release builds)
  • Build on mainbuild-zip.yml now also triggers on pushes to main, not just pull requests

Upgrade

Auto-update via WordPress dashboard. WordPress will show the update notification once the release ZIP is attached by CI.