Skip to content

Release 2.7.2 - #124

Merged
danieliser merged 2 commits into
masterfrom
release/2.7.2
Aug 26, 2026
Merged

Release 2.7.2#124
danieliser merged 2 commits into
masterfrom
release/2.7.2

Conversation

@danieliser

@danieliser danieliser commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • remove the ineffective PHP-FPM log_limit call from request-scoped stream initialization
  • prepare Content Control 2.7.2 release metadata and changelog

Verification

  • PHPCS passes
  • production release build passes
  • release artifact verifier passes (184 entries)
  • legacy unit suite has four pre-existing PHP 8.5 failures unrelated to Stream.php

Summary by CodeRabbit

  • Bug Fixes

    • Improved request-scoped upgrade stream initialization for broader hosting compatibility.
    • Prevented unnecessary PHP logging configuration changes during stream startup.
  • Chores

    • Updated the Content Control version to 2.7.2.
    • Added release documentation for version 2.7.2.

@coderabbitai

coderabbitai Bot commented Aug 26, 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: Pro Plus

Run ID: 8587108d-0087-424b-90d3-c60ca1dc8691

📥 Commits

Reviewing files that changed from the base of the PR and between 87fe20a and b753b59.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (5)
  • CHANGELOG.md
  • classes/Base/Stream.php
  • content-control.php
  • package.json
  • readme.txt
💤 Files with no reviewable changes (1)
  • classes/Base/Stream.php

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


📝 Walkthrough

Walkthrough

The release updates request-scoped upgrade stream initialization by removing the log_limit assignment. Version 2.7.2 metadata and changelog entries were added across the plugin, package, readme, and changelog files.

Changes

Version 2.7.2 release update

Layer / File(s) Summary
Stream initialization and release metadata
classes/Base/Stream.php, content-control.php, package.json, CHANGELOG.md, readme.txt
Stream::start() no longer sets log_limit to 8096. Version references changed from 2.7.1 to 2.7.2. Changelog entries document the stream initialization update. One readme change only removes whitespace.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Merge Risk: ⚪ Minimal · up to b753b

This release updates version metadata and removes an ineffective request-scoped logging call; 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 clearly identifies the 2.7.2 release, which matches the version updates, changelog entry, and code change in the pull request.
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 1 functions across 1 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: 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 1 functions across 1 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.2

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 61bb4a6 into master Aug 26, 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