v2.57.4
July 2026
Tips
- New Added a tip signup landing page (
/tips/daily.php) that features a single tip with a daily-or-weekly email signup form — the destination for the "tip of the day" social campaign, so the tip that hooked someone is front and center with the sign-up. Includes a separate opt-in checkbox to also join the Workshopr newsletter (Substack), kept as a distinct list from the tips subscribers. - Fixed The favorite (heart) button on a tip now works. It was calling the global favorites function with the wrong arguments; the tip's own favorite logic is now isolated so it toggles and saves reliably.
- Improved The tip share modal now has a red title bar with an icon, matching the modals used in the Planner.
- Improved Breadcrumbs on the tip and category pages are now larger and easier to read, and sit in the same spot on both pages.
- Improved The tip and category pages now show a subtle grid across the whole page background; on the tip page the light-red hero stays solid, with the grid around it.
- Improved The tip and category pages now use the standard global footer ("More from Workshopr.io" section, newsletter sign-up, and full link columns), matching the rest of the site instead of the older cut-down footer.
Admin
- New Added a "Subscriber lists" admin page (
/admin/subscriber-lists.php) showing the tips-digest list and the newsletter/Substack list side by side with counts, recent signups, an on-both overlap, and CSV export per list. - New Each tip in the admin list has a "copy link" button that copies its daily/social landing URL (
/tips/daily.php?slug=…), so a social post can link straight to the landing page featuring that exact tip.
Core / Infrastructure
- Fixed The site footer was invisible on some pages (including Tips) because its background colour variable wasn't defined there, leaving white text on a transparent background. It now falls back to the dark ink colour so the footer always renders.