Skip to content

Commit

Permalink
Merge branch 'release/1.97.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
ktomk committed Jan 6, 2016
2 parents d9293e9 + a1a1a2d commit c365cd4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
6 changes: 6 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
RECENT CHANGES
**************

=======
1.97.10
=======

* #746 Try composer required version (reported by Vinai Kopp)

======
1.97.9
======
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"symfony/validator": "~2.3",
"n98/junit-xml": "~1.0",
"fzaninotto/faker": "~1.4",
"composer/composer": "1.0.*@dev",
"composer/composer": "dev-master#9f6fdfd703f433bd0777fd89fb4684908a6c4f06",
"twig/twig": "~1.0"
},
"require-dev": {
Expand Down
15 changes: 8 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/N98/Magento/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const APP_VERSION = '1.97.9';
const APP_VERSION = '1.97.10';

/**
* @var int
Expand Down
1 change: 1 addition & 0 deletions src/N98/Magento/Command/System/Cron/RunCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ protected function askJobCode(OutputInterface $output, array $jobs)
{
$index = 0;
$keyMap = array_keys($jobs);
$question = array();

foreach ($jobs as $key => $job) {
$question[] = '<comment>[' . ($index++) . ']</comment> ' . $job['Job'] . PHP_EOL;
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.97.9
1.97.10

0 comments on commit c365cd4

Please sign in to comment.