Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
tlovett1 committed Mar 23, 2022
2 parents cfb29a2 + cf28870 commit ebf45e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/).

## [Unreleased] - TBD
## [2.2.1] - 2022-03-23
### Fixed
* Fix download command

## [2.2.0] - 2021-05-17
* Support overriding version for create and push as well as setting version to `nightly`. Props [dinhtungdu](https://github.com/dinhtungdu).
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

use \Symfony\Component\Console\Application;

define( 'WPSNAPSHOTS_VERSION', '2.2.0' );
define( 'WPSNAPSHOTS_VERSION', '2.2.1' );

require_once __DIR__ . '/utils.php';

Expand Down
1 change: 0 additions & 1 deletion src/classes/Command/Download.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ protected function execute( InputInterface $input, OutputInterface $output ) {
}
}

var_dump( $include_files, $include_db );exit;
$snapshot = Snapshot::getRemote( $id, $repository->getName(), ! $include_files, ! $include_db );

if ( is_a( $snapshot, '\WPSnapshots\Snapshot' ) ) {
Expand Down

0 comments on commit ebf45e5

Please sign in to comment.