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

Bump WordPress "tested up to" version 6.1 #85

Merged
merged 1 commit into from
Dec 1, 2022
Merged

Conversation

iamdharmesh
Copy link
Member

Description of the Change

Bump WordPress "tested up to" version 6.1

Closes #84

How to test the Change

Tested the following scenarios in a WP 6.1 environment:

  • Uploading an SVG from the Media Library > Add New page
  • Uploading an SVG from the drag and drop uploader
  • Viewing an SVG's single attachment edit screen
  • Viewing an SVG's single attachment overlay edit screen
  • Adding an SVG to the Image block (both uploading directly and pulling from the Media Library)
  • Using an SVG as a featured image
  • Outputting an SVG directly using get_image_tag
  • Outputting an SVG directly using wp_get_attachment_image

Changelog Entry

Changed - Bump WordPress "tested up to" version 6.1

Credits

Props @iamdharmesh

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@iamdharmesh iamdharmesh self-assigned this Nov 30, 2022
@iamdharmesh iamdharmesh requested review from a team and peterwilsoncc and removed request for a team November 30, 2022 13:32
@iamdharmesh iamdharmesh added this to the 2.1.0 milestone Nov 30, 2022
Copy link
Contributor

@peterwilsoncc peterwilsoncc left a comment

Choose a reason for hiding this comment

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

LGTM, testing notes seem solid.

I did a few of the steps with define( 'ALLOW_UNFILTERED_UPLOADS', false ); in my config file and it behaved as expected.

@peterwilsoncc peterwilsoncc merged commit b7c31fb into develop Dec 1, 2022
@peterwilsoncc peterwilsoncc deleted the upkeep/84 branch December 1, 2022 03:03
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.

The plugin hasn't been tested with the latest version of WordPress
2 participants