You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make reviews guest-only, hide favorites for guests (1.48.0)
WordPress registration is disabled site-wide, so the "Sign up · or ·
Log in" banner above the review submit button had nowhere productive
to send guests. Removed the banner from both the standalone review
page and the inline review modal, deleted the associated CSS, and
dropped the now-unused register_url from the localized review-data
arrays. The member review submission path is unchanged — existing
members can still log in via /wp-login.php directly.
The favorites heart on tire cards previously redirected guests to
the login page (also a dead end now); it is no longer rendered for
non-logged-in visitors. The favorites filter chip in the filter bar
was already gated server-side and needed no change.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: PLUGIN-REVIEW.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Rivian Tire Guide — Enhancement Roadmap
2
2
3
-
**Plugin:** Rivian Tire Guide v1.47.1
4
-
**Updated:** 2026-05-22
3
+
**Plugin:** Rivian Tire Guide v1.48.0
4
+
**Updated:** 2026-05-23
5
5
**Scope:** 35 planned enhancements across catalog, user features, admin tooling, and technical/SEO improvements
6
6
7
7
> All 41 original review items (security, performance, code quality, UX, testing) were completed as of v1.20.0. This document tracks the **next phase** of development.
0 commit comments