Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the version number of some methods in AbstractTemplateCompatibility #47118

Merged
merged 2 commits into from
May 3, 2024

Conversation

Aljullu
Copy link
Contributor

@Aljullu Aljullu commented May 2, 2024

Changes proposed in this Pull Request:

Small PR replacing two @since TBD with the correct WooCommerce version.

For reference, those methods were introduced in woocommerce/woocommerce-blocks#8442, which was merged into WC Blocks 9.8.0, which was released with WC core 7.6.0.

Closes #46874.

How to test the changes in this Pull Request:

(No need to test during the release)

  1. Make sure the version number is correct.

Changelog entry

  • Automatically create a changelog entry from the details below.

Significance

  • Patch
  • Minor
  • Major

Type

  • Fix - Fixes an existing bug
  • Add - Adds functionality
  • Update - Update existing functionality
  • Dev - Development related task
  • Tweak - A minor adjustment to the codebase
  • Performance - Address performance issues
  • Enhancement - Improvement to existing functionality

Message

Comment

@Aljullu Aljullu added focus: template Issue related to WooCommerce templates. team: Kirigami & Origami WC Store Editing (FSE) labels May 2, 2024
@Aljullu Aljullu self-assigned this May 2, 2024
@github-actions github-actions bot added the plugin: woocommerce Issues related to the WooCommerce Core plugin. label May 2, 2024
@Aljullu Aljullu marked this pull request as ready for review May 2, 2024 15:57
@woocommercebot woocommercebot requested review from a team and ObliviousHarmony and removed request for a team May 2, 2024 15:57
Copy link
Contributor

github-actions bot commented May 2, 2024

Hi @ObliviousHarmony,

Apart from reviewing the code changes, please make sure to review the testing instructions as well.

You can follow this guide to find out what good testing instructions should look like:
https://github.com/woocommerce/woocommerce/wiki/Writing-high-quality-testing-instructions

Copy link
Contributor

@ObliviousHarmony ObliviousHarmony left a comment

Choose a reason for hiding this comment

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

Thanks @Aljullu, I also confirmed that there aren't any other instances of @since TBD that we should fix.

@Aljullu Aljullu force-pushed the update/class-property-since-tbd branch from 8aff65e to 58bedcc Compare May 3, 2024 10:13
@Aljullu Aljullu merged commit 2adde79 into trunk May 3, 2024
43 checks passed
@Aljullu Aljullu deleted the update/class-property-since-tbd branch May 3, 2024 11:14
@github-actions github-actions bot added this to the 9.0.0 milestone May 3, 2024
@github-actions github-actions bot added the needs: analysis Indicates if the PR requires a PR testing scrub session. label May 3, 2024
senadir pushed a commit that referenced this pull request May 7, 2024
…ility (#47118)

* Update the version number of some methods in AbstractTemplateCompatibility

* Add changelog file
@alvarothomas alvarothomas added status: analysis complete Indicates if a PR has been analysed by Solaris and removed needs: analysis Indicates if the PR requires a PR testing scrub session. labels May 8, 2024
thealexandrelara pushed a commit that referenced this pull request Jul 18, 2024
…ility (#47118)

* Update the version number of some methods in AbstractTemplateCompatibility

* Add changelog file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
focus: template Issue related to WooCommerce templates. plugin: woocommerce Issues related to the WooCommerce Core plugin. status: analysis complete Indicates if a PR has been analysed by Solaris team: Kirigami & Origami WC Store Editing (FSE)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update @since comments in AbstractTemplateCompatibility.php
3 participants