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
Fix off-market lead form 503 error. The off-market single lead form forwarded a synthetic off-market-<postid> id to Rechat POST /leads, which rejects an unknown listing (503 Internal Error). We now skip that synthetic id — off-market leads are captured (name/email/phone/note/referer) without attaching to a nonexistent listing. Real Rechat listing UUIDs (listing-detail page, and off-market listings that have a real rechat_id) still attach as before. The API listing-detail form was never affected.
Hide the empty LocalLogic box on off-market singles. When an off-market listing has no coordinates, the 'Location not set' / 'Powered by Local Logic' box no longer renders. Scoped to off-market only — the API listing-detail page is unchanged.
Upgrade notes
Version bumped to 7.0.55 (plugin header + RCH_VERSION).