understrap
understrap copied to clipboard
Apply latest template updates from Woocommerce up to 9.5.2
Description
Update 3 templates that have been updated
/woocommerce/myaccount/form-lost-password.php => 01069666e6c1d38fb62a3db345eb20938c80c764 /woocommerce/myaccount/navigation.php => 69daa6187732f381182a59eecefa41cad1ac6f9a /woocommerce/myaccount/orders.php => https://github.com/woocommerce/woocommerce/pull/48374
Motivation and Context
Fix #2216
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Refactoring (a code change that neither fixes a bug nor adds a feature)
- [ ] Styling (changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc))
- [ ] Development (changes that affect the build system or external dependencies)
- [ ] Documentation (changes that affect existing inline documentation)
Checklist:
- [x] I pulled my branch from
develop. - [x] I am submitting my pull request to
develop. - [x] I have resolved any conflicts merging this pull request would create.
- [x] I have checked that there aren't other open Pull Requests for the same update/change.
- [x] My code follows the code style of this project.
- [x] I have performed a self-review of my own code.
- [ ] I have commented my code, particularly in hard-to-understand areas.
- [ ] (Optional) My change requires a change to the documentation.
- [ ] (Optional) I have updated the documentation accordingly.
- [ ] (Optional) My change requires a change to the translations.
- [ ] (Optional) I have updated the translations accordingly.
- [ ]
composer phpcshas passed locally. - [ ]
composer php-linthas passed locally. - [ ]
composer phpmdhas passed locally. - [ ]
composer phpstanhas passed locally. - [x] I have read the CONTRIBUTING document.
Related Issues or Roadmap requests
Further comments
Woocommerce 9.0.0 has been released: https://github.com/woocommerce/woocommerce/releases/tag/9.0.0 No new template modification since my last push