Skip to content

Commit

Permalink
[BUGFIX] Fix duplicate package name in installation source config
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Apr 17, 2017
1 parent e8dbc66 commit f5a8cf7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
RECENT CHANGES
==============

1.97.30
-------
* Fix: Corrected wrong package name in installation source


1.97.29
-------
* Fix: Install command fails (Reported by Eugen Wesseloh, #906)
Expand Down
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ commands:
extra:
sample-data: sample-data-1.6.1.0

- name: magento-mirror-1.5.1.0
- name: magento-ce-1.5.1.0
version: 1.5.1.0
source:
url: git://github.com/OpenMage/magento-mirror.git
Expand All @@ -330,7 +330,7 @@ commands:
extra:
sample-data: sample-data-1.1.2

- name: magento-mirror-1.4.2.0
- name: magento-ce-1.4.2.0
version: 1.4.2.0
source:
url: git://github.com/OpenMage/magento-mirror.git
Expand Down
2 changes: 1 addition & 1 deletion src/N98/Magento/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const APP_VERSION = '1.97.29';
const APP_VERSION = '1.97.30';

/**
* @var int
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.97.29
1.97.30

0 comments on commit f5a8cf7

Please sign in to comment.