From 45f64a1a84d4e3d79bb1be41df21f5e38e720275 Mon Sep 17 00:00:00 2001 From: mage2-team Date: Tue, 31 Mar 2015 10:36:41 -0700 Subject: [PATCH] 0.74.0-beta2 * Fixed bugs * Wrong capitalization of the label names (the sentence-style capitalization instead of the headline style) * Inconsistency in the labels in the Admin panel * Customer menu tabs aren't displayed as selected for the child pages * An issue with the Active item in the navigation menu in the Blank and Luma themes * Incorrect price alignment during checkout in the Blank and Luma themes * Broken field "URL" in the Downloadable product in the Admin panel * GitHub issues and requests: * [#1096] (https://github.com/magento/magento2/issues/1096) -- Customer model - getPrimaryAddresses without primary billing address * [#1114] (https://github.com/magento/magento2/issues/1114) -- GA bug * [#1116] (https://github.com/magento/magento2/issues/1116) -- Incorrect use of implode() * [#1126] (https://github.com/magento/magento2/pull/1126) -- Fixed occurrences of implode with wrong argument order * [#1128] (https://github.com/magento/magento2/pull/1128) -- Change wording for long operation warning --- composer.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index be41f231..08824c1c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "magento/product-community-edition", "description": "eCommerce Platform for Growth (Community Edition)", "type": "project", - "version": "0.42.0-beta8", + "version": "0.74.0-beta2", "license": [ "OSL-3.0", "AFL-3.0" @@ -32,7 +32,9 @@ "magento/zendframework1": "1.12.10", "composer/composer": "1.0.0-alpha8", "monolog/monolog": "1.11.0", + "oyejorge/less.php": "1.7.0.3", "tubalmartin/cssmin": "2.4.8-p4", + "magento/magento-composer-installer": "*", "magento/magento2-base": "self.version", "magento/module-admin-notification": "self.version", "magento/module-authorization": "self.version", @@ -52,11 +54,11 @@ "magento/module-checkout-agreements": "self.version", "magento/module-cms": "self.version", "magento/module-cms-url-rewrite": "self.version", + "magento/module-config": "self.version", "magento/module-configurable-import-export": "self.version", "magento/module-configurable-product": "self.version", "magento/module-contact": "self.version", "magento/module-cookie": "self.version", - "magento/module-core": "self.version", "magento/module-cron": "self.version", "magento/module-currency-symbol": "self.version", "magento/module-customer": "self.version", @@ -81,6 +83,7 @@ "magento/module-integration": "self.version", "magento/module-layered-navigation": "self.version", "magento/module-log": "self.version", + "magento/module-media-storage": "self.version", "magento/module-msrp": "self.version", "magento/module-multishipping": "self.version", "magento/module-newsletter": "self.version", @@ -112,6 +115,7 @@ "magento/module-url-rewrite": "self.version", "magento/module-user": "self.version", "magento/module-usps": "self.version", + "magento/module-variable": "self.version", "magento/module-version": "self.version", "magento/module-webapi": "self.version", "magento/module-weee": "self.version", @@ -133,6 +137,7 @@ "phpunit/phpunit": "4.1.0", "squizlabs/php_codesniffer": "1.5.3", "phpmd/phpmd": "@stable", + "pdepend/pdepend": "2.0.6", "lib-libxml": "*", "ext-ctype": "*", "ext-gd": "*", @@ -143,6 +148,7 @@ "ext-hash": "*", "ext-curl": "*", "ext-iconv": "*", + "ext-intl": "*", "sjparkinson/static-review": "~4.1", "fabpot/php-cs-fixer": "~1.2", "lusitanian/oauth": "~0.3" @@ -152,7 +158,8 @@ }, "autoload": { "psr-4": { - "Magento\\Framework\\": "lib/internal/Magento/Framework/" + "Magento\\Framework\\": "lib/internal/Magento/Framework/", + "Magento\\Setup\\": "setup/src/Magento/Setup/" } }, "autoload-dev": { @@ -162,8 +169,7 @@ "Magento\\Tools\\Sanity\\": "dev/build/publication/sanity/Magento/Tools/Sanity/", "Magento\\TestFramework\\Inspection\\": "dev/tests/static/framework/Magento/TestFramework/Inspection/", "Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/", - "Magento\\ToolkitFramework\\": "dev/tools/performance-toolkit/framework/Magento/ToolkitFramework/", - "Magento\\Setup\\": "setup/src/Magento/Setup/" + "Magento\\ToolkitFramework\\": "dev/tools/performance-toolkit/framework/Magento/ToolkitFramework/" } }, "repositories": [