Skip to content

v7.0.34 — Fix Disconnect button on single-site

Choose a tag to compare

@mseiedmiri mseiedmiri released this 29 Jul 12:03
· 35 commits to master since this release

Rechat Plugin v7.0.34

Fixed

  • Disconnect button missing on single-site installs. The Connect-to-Rechat tab gated the Disconnect button on rch_multisite_subsite_has_local_oauth(), which is only defined on multisite (the multisite module returns early when !is_multisite()). On single-site function_exists() was false, so the button never rendered even when connected. It now falls back to the local access/refresh token presence when the helper is absent. Multisite behavior unchanged.

Notes

  • Plugin header + RCH_VERSION bumped to 7.0.34.