Releases: thefrosty/wp-upgrade-task-runner
Releases · thefrosty/wp-upgrade-task-runner
2.8.0
What's Changed
- Update GitHub Action depdencies by @thefrosty in #82
- Update yoast/phpunit-polyfills requirement from ^1.0.1 to ^2.0.0 by @dependabot in #81
- PHP 81 Enhancements by @thefrosty in #83
Full Changelog: 2.7.0...2.8.0
2.7.0
What's Changed
- Update wp-phpunit/wp-phpunit requirement from ~5.9.1 to ~6.0.0 by @dependabot in #69
- Update roots/wordpress requirement from ~5.9.1 to ~6.0.0 by @dependabot in #68
- Change from Travis to GihHut Actions by @thefrosty in #71
- Update dealerdirect/phpcodesniffer-composer-installer requirement from ^0.7.0 to ^1.0.0 by @dependabot in #76
- Feature/php 80 by @thefrosty in #79
- 2.7.0 by @thefrosty in #80
Full Changelog: 2.6.0...2.7.0
2.6.0
What's Changed
- Feature/2.6.0 by @thefrosty in #64
- Fix incorrect prefix value for yaml. by @thefrosty in #65
- Type cast properties, method parameters, and update setUp and tearDow… by @thefrosty in #66
- Version 2.6.0 by @thefrosty in #67
Full Changelog: 2.5.1...2.6.0
Release 2.5.1
[2.5.1] - 2021-11-02
- Fix: Add
--user
flag as option for CLI request, defaulting to0
to avoid error on completed model.
Release 2.5.0
[2.5.0] - 2021-11-01
- Update: PHP minimum version is now
7.4
. - Change: The CLI command to run all tasks is now:
$ wp upgrade-task-runner
.- Add new flag to run specific task: $ wp upgrade-task-runner --task=Fully\Qualified\Name`
- Fix: Conditional loading of the CLI Dispatcher class is now differed until
init
, which avoids some
PHP errors.
Release 2.4.3
Merge pull request #44 from thefrosty/develop Version 2.4.3.
Release 2.4.0
Merge pull request #41 from thefrosty/develop Develop -> Master
Release 2.3.0
Merge pull request #34 from thefrosty/release/2.3 Release/2.3
Release 2.2.1
Add check in JS for run link confirmation callback.
Release 2.2.0
[2.2.0] - 2020-08-10
- [NEW] Bumped "Requires at least" to WordPress 5.4.
- [NEW] Bumped "tested up to" to WordPress 5.5.
- JS should now show event scheduled after clicking "run".
- If deprecated or old tasks are removed from registration but exist in the DB, a new cleanup task can be run.
- Add role cap checks (filterable) to view the settings page (tasks) and run tasks.
Upgrade::TAG_VIEW_SETTINGS_PAGE_CAP
defaults tolist_users
Upgrade::TAG_UPGRADE_TASKS_CAP
defaults topromote_users
- Add public method for
UpgradesListTable
inTaskRunner\Upgrade
.- Change response on AJAX action to include scheduled cron event object data (passed to JS).
- Allow negative task count to show warning and allow internal re-count task (notice count).
- Move shared "upgrade" code into abstraction.
- Introduce new task count upgrade class for when old tasks are removed from the codebase but exist in the DB.