From 25c3e993fc00f1ec0c631a5c21f78e81f2401fcd Mon Sep 17 00:00:00 2001 From: mage2-team Date: Fri, 20 Feb 2015 12:17:19 -0800 Subject: [PATCH] 0.42.0-beta8 * Various improvements: * Existing Builders were replaced with DataFactories in Customer and Tax modules * Refactored controller actions in the Checkout and CMS modules * Increased coverage with static tests for `.phtml` files * Moved Cookie related functionality from `Theme` and `Core` modules into a new `Cookie` module * Moved minfication configuration settings to the `View` library level * UI improvements: * Restyled installation wizard * Prepared styles for Dashboard in the Backend area * Framework improvements: * Added `setCustomAttribute` and `setCustomAttributes` methods to `ExtensibleDataInterface` * Added setter methods to data object interfaces * Replaced `Builders` with `Factories` * Added `DataObjectHelper.php` which contains the common set of methods of all builders * Refactored `__()` to return `Phrase` object * Allowed usage of `LocalizedException` on the framework's library level * Added expiration/lifetime management of frontend resources * Unified MTF configurations format for Framework, TestCase variations and TestCase scenario configurations * Fixed bugs: * Fixed an issue with product reviews list paging * Fixed an issue where sold products were not displayed in Bestsellers * Fixed an issue with image rendering on the CMS page on Frontend when `webserver rewrites = no` * GitHub requests: * [#790](https://github.com/magento/magento2/issues/790) -- Magento API fails in a CGI env (zf1 issue) * [#909](https://github.com/magento/magento2/issues/909) -- Manage Titles in popup window front-end issue * [#996](https://github.com/magento/magento2/issues/996) -- Pager block should support url "fragment". * [#985](https://github.com/magento/magento2/pull/985) -- Allow camelcase in vendorname for menus * [#1025](https://github.com/magento/magento2/pull/1025) -- Wrong parameter for getting base url for 'media' path in "Image" form element. --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1dcdbc47..be41f231 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-beta14864", + "version": "0.42.0-beta8", "license": [ "OSL-3.0", "AFL-3.0" @@ -29,7 +29,7 @@ "zendframework/zend-serializer": "2.3.1", "zendframework/zend-log": "2.3.1", "zendframework/zend-http": "2.3.1", - "magento/zendframework1": "1.12.9-patch1", + "magento/zendframework1": "1.12.10", "composer/composer": "1.0.0-alpha8", "monolog/monolog": "1.11.0", "tubalmartin/cssmin": "2.4.8-p4", @@ -55,6 +55,7 @@ "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", @@ -111,6 +112,7 @@ "magento/module-url-rewrite": "self.version", "magento/module-user": "self.version", "magento/module-usps": "self.version", + "magento/module-version": "self.version", "magento/module-webapi": "self.version", "magento/module-weee": "self.version", "magento/module-widget": "self.version",