Fix @since version tags in Activation_Redirect class - #1317
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Co-authored-by: pattonwebz <3902039+pattonwebz@users.noreply.github.com>
Co-authored-by: pattonwebz <3902039+pattonwebz@users.noreply.github.com>
There was a problem hiding this comment.
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
@sincetags in theActivation_Redirectclass 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.
Corrects @SInCE documentation tags in the
Activation_Redirectclass from 1.35.0 to 1.36.0, as this class is being introduced in version 1.36.0.Changes
admin/class-activation-redirect.php:WELCOME_PAGE_SLUGconstantinit()methodget_welcome_page_url()methodmaybe_redirect_to_welcome()methodAddresses 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.