Releases: 10up/simple-page-ordering
Releases · 10up/simple-page-ordering
2.4.3
Changed
- Allow hierarchical post types that don't have
page-attributes
set to be sorted properly (props @dkotter, @peterwilsoncc via #108.
Security
- Bump
got
from 10.7.0 to 11.8.5 (props @dependabot via #106. - Bump
@wordpress/env
from 4.9.0 to 5.3.0 (props @dependabot via #106. - Bump
scss-tokenizer
from 0.3.0 to 0.4.3 (props @dependabot via #107. - Bump
node-sass
from 7.0.1 to 7.0.3 (props @dependabot via #107.
Full Changelog: 2.4.2...2.4.3
View closed items in the milestone.
2.4.2
Changed
- Replaced our Grunt build process with
10up-toolkit
(props @cadic, @peterwilsoncc, @dinhtungdu via #97.
Fixed
- Disable reordering for CPTs that don't support
page-attributes
(props @dhanendran, @dinhtungdu, @peterwilsoncc via #103.
New Contributors
- @dhanendran made their first contribution in #103
Full Changelog: 2.4.1...2.4.2
View closed items in the milestone.
2.4.1
Added
Fixed
- Condition in REST page sorting logic in
rest_page_ordering
method (props @szepeviktor, @iamdharmesh via #94. - PHP Coding standards (props @szepeviktor, @dinhtungdu via #93.
Changed
- Bump WordPress "tested up to" version to 6.0 (props @peterwilsoncc, @vikrampm1, @Sidsector9, @jeffpaul via #95, #98.
Security
- Bump
grunt
from 1.5.2 to 1.5.3 (props @dependabot via #99.
New Contributors
- Erik Betshammar (@kebbet) made their first contribution in #92
- Viktor Szépe (@szepeviktor) made their first contribution in #93
- Peter Wilson (@peterwilsoncc) made their first contribution in #95
- Vikram Moparthy(@vikrampm1) made their first contribution in #95
Full Changelog: 2.4.0...2.4.1
See all items closed in the milestone.
2.4.0
Added
- REST API for reordering posts:
/wp-json/simplepageordering/v1/page_ordering/
(props @rmccue, @ciprianimike, @cadic, @lkraav, @dinhtungdu via #74). - REST Endpoint Documentation.
- Documentation to exclude post types (props @dzulfriday @dinhtungdu, @jeffpaul via #60).
- PHP8 compatibility testing GitHub Action (props @Sidsector9, @iamdharmesh via #84).
- Cypress E2E tests (props @dinhtungdu, @iamdharmesh, @faisal-alvi via #82).
- Dependency security scanning GiHhub Action (props @jeffpaul, Sidsector9 via #86).
Changed
PLUGIN_VERSION
toSIMPLE_PAGE_ORDERING_VERSION
(props @dinhtungdu, @dkotter via #81).- Bump WordPress "tested up to" version to 5.9 (props @ankitguptaindia, @phpbits, @sudip-10up via #69, #72, #76).
Security
- Bump
rmccue/requests
from 1.7.0 to 1.8.0 (props @dependabot via #70). - Bump
async
from 2.6.3 to 2.6.4 (props @dependabot via #87).
New Contributors
- @dependabot made their first contribution in #70
- @ciprianimike made their first contribution in #74
- @iamdharmesh made their first contribution in #82
- @Sidsector9 made their first contribution in #84
Full Changelog: 2.3.4...2.4.0
See all items closed in the milestone.
2.3.4
Added
- Acceptance testing using WP Acceptance (props @dinhtungdu via #42)
Changed
- Avoid failed reordering introduced in v2.3.3 when handling a large number of non-hierarchical items (props @dinhtungdu via #51)
- Bump WordPress version support to 5.4 (props @tmoorewp via #50)
Fixed
- Ensure titles of reordered items appear in a human-readable way (props @dinhtungdu via #53)
2.3.3
Added
- Nonce verify for AJAX requests (props @pattonwebz, @dtbaker via #23)
Changed
- Disable Post Revisions now using the correct action of
post_updated
(props @jakejackson1 via #26) - Bump WordPress version "tested up to" 5.3 (props @adamsilverstein, @dinhtungdu via #30, #36)
- Documentation updates (props @jeffpaul via #31, #33)
Fixed
- Mismatched localized data variable name (props @dinhtungdu via #36)
- VIP Go coding standards (props @asharirfan, @dinhtungdu, @pereirinha, @brentvr via #38)
https://github.com/10up/simple-page-ordering/milestone/4?closed=1
Version 2.3.1
Changelog
- Bug fix: Prevent rows with hidden columns from jumping around while dragging
Version 2.3
Changelog
- Avoid exceeding PHP's max input variables, which could cause incorrectly assigned page order
- Fix a malformed URL that would take you to posts instead of pages
- Use
WP_Query
instead ofget_posts()
for better performance - Use WordPress core's spinner class
- Add Grunt-based build process with Sass
- Remove bundled translations in favor of WordPress.org language packs
- Fix some PHPDoc and coding standards to align with 10up's Engineering Best Practices