10up / simple-page-ordering

Order your pages and other hierarchical post types with simple drag and drop right from the standard page list.
https://wordpress.org/plugins/simple-page-ordering/
GNU General Public License v2.0
149 stars 23 forks source link

Indicate WP 6.0 support. #95

Closed peterwilsoncc closed 2 years ago

peterwilsoncc commented 2 years ago

Indicate support for WP 6.0

Pull request currently targets develop, the commit will need to be cherry picked in to trunk to update the WordPress.org plugins page.

Description of the Change

Closes #

Alternate Designs

Possible Drawbacks

Verification Process

  1. Create hierarchical cpt pwcc_post_type supporting page-attributes via https://generatewp.com/post-type/
  2. Run wp cli commands
    wp post generate --count=20 --post_type=page
    wp post generate --count=20 --post_type=pwcc_test_type
  3. Ensure reordering works for pages ✅
  4. Ensure reordering works for the CPT ✅

Checklist:

Changelog Entry

Bump WordPress "tested up to" version to 6.0

Credits

Props @peterwilsoncc

jeffpaul commented 2 years ago

@peterwilsoncc anything holding this back from coming out of draft to open PR?

peterwilsoncc commented 2 years ago

@jeffpaul There's still a little more testing I'd like to do, looks like I will have time this-afternoon.