Releases: 10up/simple-page-ordering
2.7.4
Note that this release bumps the WordPress minimum version from 6.5 to 6.6.
Changed
- Bump WordPress "tested up to" version 6.8 (props @jeffpaul via #239, #240).
- Bump WordPress minimum from 6.5 to 6.6 (props @jeffpaul via #239).
Security
- Bump
tar-fsfrom 2.1.1 to 3.0.8 (props @dependabot, @peterwilsoncc via #238). - Bump
@babel/runtimefrom 7.23.9 to 7.27.0 (props @dependabot, @peterwilsoncc via #237).
Developer
- Adjust
makepotto only happen during deploy instead of during every build (props @jeffpaul, @dkotter via #241). - Update all third-party actions our workflows rely on to use versions based on specific commit hashes (props @jeffpaul, @dkotter via #235).
Full Changelog: 2.7.3...2.7.4
View closed items in the milestone.
2.7.3
Note that this release bumps the WordPress minimum version from 6.4 to 6.5.
Changed
- Bump WordPress "tested up to" version 6.7 (props @sudip-md, @godleman, @jeffpaul via #230, #231).
- Bump WordPress minimum from 6.4 to 6.5 (props @sudip-md, @godleman, @jeffpaul via #230, #231).
Security
- Bump
webpackfrom 5.90.0 to 5.94.0 (props @dependabot, @faisal-alvi via #224). - Bump
serve-staticfrom 1.15.0 to 1.16.2 andexpressfrom 4.19.2 to 4.21.0 (props @dependabot, @peterwilsoncc via #226). - Bump
cookiefrom 0.6.0 to 0.7.1 andexpressfrom 4.21.0 to 4.21.1 (props @dependabot, @Sidsector9 via #228). - Bump
serialize-javascriptfrom 6.0.0 to 6.0.2 andmochafrom 10.2.0 to 11.1.0 (props @dependabot, @dkotter via #232).
Developer
- Update the README file to include a banner image and update badges shown (props @jeffpaul, @dkotter via #225, #227).
New Contributors
Full Changelog: 2.7.2...2.7.3
View closed items in the milestone.
2.7.2
Note that this release bumps the WordPress minimum version from 6.3 to 6.4.
Changed
- Bump WordPress "tested up to" version 6.6 (props @sudip-md, @ankitguptaindia, @jeffpaul via #216, #217).
- Bump WordPress minimum from 6.3 to 6.4 (props @sudip-md, @ankitguptaindia, @jeffpaul via #216).
Fixed
- Issue where an
Undefined array keyerror occurs when a post parent ID does not exist in the$children_pagesarray (props @xDehy, @peterwilsoncc via #219).
Security
- Bump
expressfrom 4.18.2 to 4.19.2,follow-redirectsfrom 1.15.5 to 1.15.6,postcssfrom 7.0.39 to 8.4.33,10up-toolkitfrom 5.2.3 to 6.1.0 andwebpack-dev-middlewarefrom 5.3.3 to 5.3.4 (props @dependabot, @faisal-alvi via #208). - Bump
bracesfrom 3.0.2 to 3.0.3 andwsfrom 7.5.9 to 7.5.10 (props @dependabot, @iamdharmesh via #214).
Developer
- Update the
importFilestep to beimportWxrin ourblueprint.jsonconfig (props @ernilambar, @dkotter via #210). - Update repo badges, add WordPress Playground badge (props @jeffpaul, @dkotter via #221).
New Contributors
- @ernilambar made their first contribution in #210
- @xDehy made their first contribution in #219
Full Changelog: 2.7.1...2.7.2
View closed items in the milestone.
2.7.1
Added
- The missing Text Domain (props @alexclassroom, @dkotter via #199).
- The "Testing" section in the
CONTRIBUTING.mdfile (props @kmgalanakis, @jeffpaul via #202).
Changed
- Bump WordPress "tested up to" version 6.5 (props @jeffpaul, @sudip-md, @dkotter via #201).
- Bump WordPress minimum from 5.7 to 6.3 (props @jeffpaul, @sudip-md, @dkotter via #201).
Fixed
- Fixed error in call to
get_walked_pagesfor custom post types (props @sissibieber, @zachgibb, @peterwilsoncc, @mjot, @jeffpaul via #200).
New Contributors
- @alexclassroom made their first contribution in #199
- @zachgibb made their first contribution in #203
- @faisal-alvi made their first contribution in #207
Full Changelog: 2.7.0...2.7.1
See all items closed in the milestone.
2.7.0
Added
- Ability to modify the page hierarchy (props @amityweb, @jeffpaul, @peterwilsoncc, @shannonmfisher, @ankitguptaindia, @faisal-alvi via #172).
- Support for the WordPress.org plugin preview (props @dkotter, @jeffpaul via #183).
Changed
- Replaced custom HTML entity decoding code in favor of the
@wordpress/html-entitiespackage (props @helen, @jeffpaul, @psorensen, @peterwilsoncc via #189). - Bump minimum
nodeversion from16to20and clean up NPM dependencies (props @Sidsector9, @dkotter via #188). - Updated CODEOWNERS (props @jeffpaul, @dkotter via #186).
- Upgrade the download-artifact from v3 to v4 (props @iamdharmesh, @jeffpaul via #194).
- Replaced lee-dohm/no-response with actions/stale to help with closing no-response/stale issues (props @jeffpaul, @dkotter via @195).
- Disabled auto sync pull requests with target branch (props @iamdharmesh, @jeffpaul via #196).
Security
- Bump
@babel/traversefrom7.20.12to7.23.6(props @dependabot, @ravinderk via #184). - Bump
sharpfrom0.30.7to0.32.1(props @dependabot, @Sidsector9 via #182). - Bump
10up-toolkitfrom4.3.1to5.2.2(props @dependabot, @Sidsector9 via #182).
New Contributors
- @amityweb made their first contribution via PR #172
- @shannonmfisher made their first contribution via PR #172
- @psorensen made their first contribution via PR #189
Full Changelog: 2.6.3...2.7.0
View closed items in the milestone
2.6.3
Fixed
- Deployment issue with version 2.6.2 (props @Sidsector9, @dkotter via #181).
Full Changelog: 2.6.2...2.6.3
View closed items in the milestone.
2.6.2
Changed
- Update the
wp-compat-validation-toolcomposer package to version0.3.1which properly removes the.gitdirectory (props @Sidsector9, @dkotter via #180).
Full Changelog: 2.6.1...2.6.2
View closed items in the milestone.
2.6.1
Changed
- Bump WordPress "tested up to" version 6.4 (props @jeffpaul, @qasumitbagthariya, @faisal-alvi via #177).
- Remove the .git directory from the
10up-libdirectory (props @Sidsector9, @dkotter via #175).
Security
- Bumps
@babel/traversefrom7.20.12to7.23.2(props @peterwilsoncc via #170).
2.6.0
Added
- A check for minimum required PHP version before loading the plugin (props @vikrampm1, @kmgalanakis, @Sidsector9 via #153).
- Mochawesome reporter added for Cypress test report (props @iamdharmesh, @jayedul, @faisal-alvi via #146).
- Repo Automator GitHub Action (props @iamdharmesh, @jeffpaul via #158).
Changed
- Bump WordPress "tested up to" version 6.3 (props @jeffpaul, @QAharshalkadu via #156).
- Slightly change how some of our text is translated, passing in the post type (props @dkotter, @ravinderk via #149).
- Updates the Dependency Review GitHub Action to check for GPL-compatible licenses (props @jeffpaul, @Sidsector9 via #147).
- Updated 10up Cypress Utilities to 0.2.0 (props @iamdharmesh, @peterwilsoncc via #160).
Fixed
- The "Are you sure..." popup text to be translatable (props @kebbet, @bmarshall511, @dkotter via #148).
- Remove code that was no longer needed (props @dkotter, @ravinderk via #149).
- Add missing escaping (props @dkotter, @ravinderk via #149).
- Fatal error following the introduction of a namespace (props @peterwilsoncc, @iamdharmesh, @dkotter via #162).
- Hidden pagination in admin screen when Sort by Order is clicked (props @tlovett1, @dkotter, @Sidsector9 via #165).
- Fatal errors on PHP 5.6 (props @peterwilsoncc, @Sidsector9, @iamdharmesh via #166).
Security
- Bump
word-wrapfrom 1.2.3 to 1.2.4 (props @dependabot, @peterwilsoncc via #). - Bump
tough-cookiefrom 4.1.2 to 4.1.3 (props @faisal-alvi via #152). - Bump
node-sassfrom 7.0.3 to 9.0.0 (props @faisal-alvi via #152). - Bump
@cypress/requestfrom 2.88.11 to 3.0.0 to resolve SSRF issue (props @faisal-alvi, @iamdharmesh, @peterwilsoncc, @dkotter via #152, #160).
New Contributors
- @tlovett1 made their first contribution via PR #165
- @bmarshall511 made their first contribution via PR #148
- @QAharshalkadu made their first contribution via PR #149
Full Changelog: 2.5.1...2.6.0
View closed items in the milestone.
2.5.1
Security
- Ensure we check user permissions properly in our REST endpoint (props @mikhail-net, @dkotter, @peterwilsoncc).
New Contributors
- @mikhail-net made their first contribution
Full Changelog: 2.5.0...2.5.1
View closed items in the milestone.