Enhance support email with WP version, PHP version, and subject line#10
Open
datengraben wants to merge 15 commits into
Open
Enhance support email with WP version, PHP version, and subject line#10datengraben wants to merge 15 commits into
datengraben wants to merge 15 commits into
Conversation
The pre-filled support email body now includes WordPress version, PHP version, site URL, and CB plugin version so support requests arrive with the full diagnostic context. Also adds a subject line and fixes the missing rawurlencode() on the email body. https://claude.ai/code/session_01Y6jcVYndRAcn9L3w93SmsU
When a user clicks the Support E-Mail link, the pre-filled email body now lists any active plugins (or theme) that are documented as incompatible in the FAQ, so support can spot conflicts instantly. Plugins checked: Lightstart, All-in-One Event Calendar, Redis Object Cache, Ultimate Member, Autoptimize. Theme checked: GridBulletin. https://claude.ai/code/session_01Y6jcVYndRAcn9L3w93SmsU
Reports booking comments, iCal feed, API, and cache adapter status from the stored CommonsBooking options. https://claude.ai/code/session_01Y6jcVYndRAcn9L3w93SmsU
Shows the configured bookings page title and ID so support can quickly spot missing or misconfigured page assignments. https://claude.ai/code/session_01Y6jcVYndRAcn9L3w93SmsU
- TECHNICAL.md: new section listing all collected fields, how to add new fields, and how to maintain the known-problematic plugin list - docs/en/faq/problems-and-answers.md: user-facing explanation of what the Support E-Mail link pre-fills and why - docs/de/faq/problems-and-answers.md: German translation of the same https://claude.ai/code/session_01Y6jcVYndRAcn9L3w93SmsU
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The pre-filled support email body now includes WordPress version,
PHP version, site URL, and CB plugin version so support requests
arrive with the full diagnostic context. Also adds a subject line
and fixes the missing rawurlencode() on the email body.
https://claude.ai/code/session_01Y6jcVYndRAcn9L3w93SmsU