Skip to content

Fix @since version tags in Activation_Redirect class - #1317

Merged
pattonwebz merged 3 commits into
release/1.36.0from
copilot/sub-pr-1316
Dec 22, 2025
Merged

Fix @since version tags in Activation_Redirect class#1317
pattonwebz merged 3 commits into
release/1.36.0from
copilot/sub-pr-1316

Conversation

Copilot AI commented Dec 22, 2025

Copy link
Copy Markdown
Contributor

Corrects @SInCE documentation tags in the Activation_Redirect class from 1.35.0 to 1.36.0, as this class is being introduced in version 1.36.0.

Changes

  • Updated 5 @SInCE tags in admin/class-activation-redirect.php:
    • Class-level documentation
    • WELCOME_PAGE_SLUG constant
    • init() method
    • get_welcome_page_url() method
    • maybe_redirect_to_welcome() method

Addresses review feedback from #1316.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI mentioned this pull request Dec 22, 2025
6 tasks
@coderabbitai

coderabbitai Bot commented Dec 22, 2025

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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

Copilot AI and others added 2 commits December 22, 2025 17:56
Co-authored-by: pattonwebz <3902039+pattonwebz@users.noreply.github.com>
Co-authored-by: pattonwebz <3902039+pattonwebz@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback from review on release v1.36.0 Fix @since version tags in Activation_Redirect class Dec 22, 2025
Copilot AI requested a review from pattonwebz December 22, 2025 17:58
@pattonwebz
pattonwebz marked this pull request as ready for review December 22, 2025 18:07
Copilot AI review requested due to automatic review settings December 22, 2025 18:07

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR corrects documentation version tags in the Activation_Redirect class to reflect that it's being introduced in version 1.36.0 rather than 1.35.0. This is a documentation-only fix that ensures accurate version tracking.

  • Updated all 5 @since tags in the Activation_Redirect class from 1.35.0 to 1.36.0
  • Version bump in package-lock.json aligns with the corrected version number

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package-lock.json Version bump from 1.33.0 to 1.36.0, maintaining consistency with the plugin version
admin/class-activation-redirect.php Corrected all 5 @SInCE tags from 1.35.0 to 1.36.0 for the class, constant, and all methods

Review Complete: ✅ No issues found. All @SInCE tags have been correctly updated to 1.36.0, and the version numbers are consistent across all relevant files (package.json, package-lock.json, accessibility-checker.php, and the documentation tags). The changes follow WordPress documentation standards and the project's coding guidelines.

@pattonwebz
pattonwebz merged commit b590f5c into release/1.36.0 Dec 22, 2025
23 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.

3 participants