Skip to content

Commit

Permalink
Merge pull request #28 from thefrosty/develop
Browse files Browse the repository at this point in the history
Version bump 2.2.1.
  • Loading branch information
thefrosty authored Aug 13, 2020
2 parents 9ba585f + 11f338b commit 4ecede1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [2.2.1] - 2020-08-13
- Add check in JS for run link confirmation callback.

## [2.2.0] - 2020-08-10
- [NEW] Bumped "Requires at least" to WordPress 5.4.
- [NEW] Bumped "tested up to" to WordPress 5.5.
Expand Down
4 changes: 2 additions & 2 deletions upgrade-task-runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Plugin Name: Upgrade Task Runner
* Plugin URI: https://github.com/thefrosty/wp-upgrade-task-runner
* Description: A WordPress plugin for developers to write custom migration tasks.
* Version: 2.2.0
* Version: 2.2.1
* Author: Austin Passy
* Author URI: https://github.com/thefrosty
* Requires at least: 5.4
Expand All @@ -19,7 +19,7 @@
namespace TheFrosty\WpUpgradeTaskRunner;

const SLUG = 'wp-upgrade-task-runner';
const VERSION = '2.2.0';
const VERSION = '2.2.1';

use TheFrosty\WpUpgradeTaskRunner\Cli\DispatchTasks;
use TheFrosty\WpUpgradeTaskRunner\Upgrade\DbUpgrade;
Expand Down

0 comments on commit 4ecede1

Please sign in to comment.