Skip to content

Release 2.7.3 - #125

Merged
danieliser merged 2 commits into
masterfrom
release/2.7.3
Sep 1, 2026
Merged

danieliser merged 2 commits into
masterfrom
release/2.7.3

Conversation

@danieliser

@danieliser danieliser commented Sep 1, 2026 •

Copy link
Copy Markdown
Contributor

Summary

  • route the free Core review CTA to the unselected WordPress.org submission form
  • route Pro-installed sites to the verified-purchaser review flow for Content Control Pro
  • add focused route coverage and prepare the 2.7.3 release metadata

Verification

  • focused review-route unit tests pass (2 tests, 2 assertions)
  • PHPCS passes
  • PHPStan passes
  • production release build passes
  • release artifact verifier passes (184 entries)
  • live review landing page verified at desktop and mobile sizes; its optional redirect timer is present but disabled
  • legacy full unit suite retains four pre-existing PHP 8.5 failures unrelated to this change

Summary by CodeRabbit

  • Bug Fixes

    • Review prompts now direct Pro customers to the appropriate product review page.
    • Free installations continue linking to the WordPress.org review form.
  • Release

    • Updated the plugin to version 2.7.3.
    • Added changelog and readme notes for the review-link fix.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 1, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-09-01T09:49:32.438265Z 103f6d4 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@coderabbitai

coderabbitai Bot commented Sep 1, 2026 •

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: 36b79f7a-bfe6-400b-a01d-7c979a877964

📥 Commits

Reviewing files that changed from the base of the PR and between 61bb4a6 and 103f6d4.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (6)
  • CHANGELOG.md
  • classes/Controllers/Admin/Reviews.php
  • content-control.php
  • package.json
  • readme.txt
  • tests/unit/Classes/AdminReviews.php

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The Reviews controller now selects a Pro or WordPress.org review URL based on installation status. Tests cover both paths. Plugin, package, stable-tag, and changelog versions are updated to 2.7.3.

Changes

Review link routing and release

Layer / File(s) Summary
Conditional review link routing and tests
classes/Controllers/Admin/Reviews.php, tests/unit/Classes/AdminReviews.php
Reviews::triggers() now uses get_review_link(). The method returns the Pro landing page for Pro installations and the WordPress.org review form otherwise. Tests cover both URLs.
Version metadata and changelog
content-control.php, package.json, readme.txt, CHANGELOG.md
Version values and stable-tag metadata are updated from 2.7.2 to 2.7.3. Changelog entries document the review-link fix.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to 103f6

This release routes review links based on whether Pro is installed and updates the associated release metadata; no actionable merge-blocking risk remains after normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately identifies the 2.7.3 release, which includes the review-link routing fix, release metadata updates, and focused tests. It is concise and clear, although it does not describe the r…
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 8 functions across 3 files. (3 skipped: 3 …
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Title check

Explanation

The title accurately identifies the 2.7.3 release, which includes the review-link routing fix, release metadata updates, and focused tests. It is concise and clear, although it does not describe the routing change.

Full details: Docstring Coverage

Explanation

Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 8 functions across 3 files. (3 skipped: 3 unsupported.)

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/2.7.3

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@danieliser
danieliser merged commit e4332f4 into master Sep 1, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant