A small UI patch release for the settings page. No functional plugin changes — runtime behavior (the admin_view_per_page filter) is identical to v1.2.1.
What changed
- Dark-mode hint readability — the "Enter an integer between 1 and 999" helper text under the input was hard-coded to dark grey, which rendered nearly invisible on dark themes like Sleeky. It now inherits the active theme's text colour with reduced opacity.
- Save button matches YOURLS' native styling — the previous
<button class="button primary lpp-save">with custom padding overrides has been replaced with a plain<input type="submit" class="button lpp-save">, so the button now picks up whatever the active admin theme defines for.button. - Footer on the settings page — small version + author line at the bottom of the settings screen, matching the convention used by the Link Front Page plugin.
Install / upgrade
Drop-in replacement for v1.2.1 — same install layout.
cd /path/to/yourls/user/plugins
unzip /path/to/YOURLS-Links-Per-Page-v1.2.2.zipSaved per-page value persists across upgrades.
Assets
Two zips, built and uploaded by the release-test workflow once the e2e + Sleeky matrix passes:
| File | Use for |
|---|---|
YOURLS-Links-Per-Page-v1.2.2.zip |
Production installs (plugin.php, LICENSE, README.md) |
YOURLS-Links-Per-Page-v1.2.2-debug.zip |
Reproducing CI runs / contributing (full repo snapshot) |
Full changelog: v1.2.1…v1.2.2