Skip to content

Releases: thefrosty/wp-upgrade-task-runner

2.8.0

22 Mar 18:17
81b093a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.7.0...2.8.0

2.7.0

18 Apr 22:41
c0aca98
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.0...2.7.0

2.6.0

01 Mar 00:53
d896deb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.1...2.6.0

Release 2.5.1

02 Nov 17:34
e1be51d
Compare
Choose a tag to compare

[2.5.1] - 2021-11-02

  • Fix: Add --user flag as option for CLI request, defaulting to 0 to avoid error on completed model.

Release 2.5.0

01 Nov 19:39
7812f2d
Compare
Choose a tag to compare

[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

04 Jan 22:18
f6b7676
Compare
Choose a tag to compare
Merge pull request #44 from thefrosty/develop

Version 2.4.3.

Release 2.4.0

16 Dec 17:03
91c69a0
Compare
Choose a tag to compare
Merge pull request #41 from thefrosty/develop

Develop -> Master

Release 2.3.0

25 Sep 17:11
ac4e4ce
Compare
Choose a tag to compare
Merge pull request #34 from thefrosty/release/2.3

Release/2.3

Release 2.2.1

13 Aug 22:52
4ecede1
Compare
Choose a tag to compare

Add check in JS for run link confirmation callback.

Release 2.2.0

11 Aug 19:20
74d680d
Compare
Choose a tag to compare

[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 to list_users
    • Upgrade::TAG_UPGRADE_TASKS_CAP defaults to promote_users
  • Add public method for UpgradesListTable in TaskRunner\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.