Skip to content

Commit

Permalink
Bump 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gskema committed May 29, 2017
1 parent 7b831e9 commit 1b7cac7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.2.0 (2016-03-06)
- Bumped required PHP version to 5.5
- Bumped guzzlehttp/guzzle to 6.*
- Fixed PrestaShop 1.7 file extraction
- Added download progress bar

## 2.1.1 (2016-03-06)
- Added SensioLabs Insight report

Expand Down
2 changes: 1 addition & 1 deletion prestashop
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ if (file_exists(__DIR__.'/../../autoload.php')) {
require(__DIR__.'/vendor/autoload.php');
}

$app = new Symfony\Component\Console\Application('PrestaShop Installer', '2.1.1');
$app = new Symfony\Component\Console\Application('PrestaShop Installer', '2.2.0');
$app->add(new Gskema\PrestaShop\Installer\Console\NewCommand());
$app->run();

0 comments on commit 1b7cac7

Please sign in to comment.