Link back to citecue.com, and cut 1.2.1 - #17
Merged
Merged
Conversation
The plugin named the service constantly and linked to it nowhere a customer would look. The settings screen asked an administrator to connect an account without saying where one comes from, and the two header URIs that become the directory page's homepage links pointed at the source repository and the login app instead. So: both settings states and the Plugins row link to citecue.com, the readme's account sentence becomes a link rather than parenthesised plain text, and Installation states the prerequisite before step 1 rather than at step 3. Plugin URI and Author URI move to citecue.com, and the description picks up the repository link they gave up. Cut as 1.2.1 because 1.2.0 was tagged and released on GitHub but never pushed to the directory, and main has since moved past that tag. wp.org goes 1.1.2 -> 1.2.1 in one update with the 1.2.0 features intact. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
henry-mosh
force-pushed
the
feat/plugin-page-citecue-link-92831c
branch
from
September 16, 2026 18:29
c9fbe14 to
d72ed76
Compare
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 plugin named the service constantly and linked to it nowhere a customer would look.
The finding that shaped this
The live directory page has 90 anchors and not one points to citecue.com. wp.org does not auto-link a bare URL, so the
https://citecue.comin "External services", plus the terms and privacy URLs, have been rendering as dead plain text. Markdown links do render there (verified against Yoast's page, whose description carries 27 working links), so the only way onto that page is readme text written as links.Neither
Plugin URInorAuthor URIproduces a visible link on the modern directory page — "By citecue" goes to the wp.org profile. So the readme is the whole story for that page.readme.txt — the directory page
Admin screens
CiteCue.comlink in the plugin's row meta.Author URImoves fromapp.citecue.com(the login app) to citecue.com — the link behind "By CiteCue" on the wp-admin Plugins screen.Plugin URIstays on the source repository.Citecue_Settings::SITE_URLholds the URL — deliberately not overridable the wayDEFAULT_API_BASEis, since a self-hosted deployment moves the API, not the website.Version
Cut as 1.2.1.
v1.2.0was tagged and released on GitHub but never pushed to the directory — wp.org serves 1.1.2 andtags/1.1.2/is the only tag in SVN — andmainhas since moved past that tag with the #15/#16 copy work. Publishing 1.2.1 takes wp.org from 1.1.2 to 1.2.1 in one update with the 1.2.0 features intact, without rewriting a tag that already has a public release asset.Verification
php -lclean;vendor/bin/phpcspasses on all 4 files.bin/build-plugin-zip.sh HEADbuilds cleanly at 1.2.1, 16 files, no tests or CI config swept in.vendor/bin/phpunitnot run — fails at bootstrap withdb_connect_faillocally. CI covers it.🤖 Generated with Claude Code