From e7eb16dabafb31f8b79fd14cac847c9b7af96a8d Mon Sep 17 00:00:00 2001 From: Iryna Savchenko <isavchenko@ebay.com> Date: Fri, 20 Feb 2015 15:06:09 +0200 Subject: [PATCH] MAGETWO-31082: M2 GitHub Update (version 0.42.0-beta9) --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ composer.lock | 11 ++++++----- 2 files changed, 41 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c56126bd778..bf8bbb3b424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,38 @@ +0.42.0-beta9 +============= +* Framework Improvements: + * Layout Models are moved from Core module to appropriate modules + * View components are moved from Core to Theme module + * Rest of theme related configuration files are refactored + * StoreManagerInterface is moved from Framework to App folder + * ZF1 controller libraries are updated + * Class definitions in multi-tenant mode are removed + * DI configuration became more optimal: OM cached configuration uses the general pattern for all argument types in application + * Varnish 4 configuration is updated + * Layout Processing became more fast + * HTML response minified + * App Components and Specific Helper Components are moved from the Magento_Core Module +* UI improvements: + * Add to cart operation became asynchronous and doesn`t reload page (AJAX call) +* Fixed Defects: + * When Inline Translation is enabled, JQuery buttons for translate were broken + * Base URL has invalid place inside Magento Admin Address on "Web Configuration" step of installation wizard + * Inability of submit Product from keyboard while Product Creation + * Sold products aren't displayed in Bestsellers + * Compiled definitions can cause unexpected errors compared to runtime definitions +* Accessibility improvements: + * WAI-ARIA attributes are added to Frontend Layered Navigation and Customer Dropdown, Frontend Product Page Tabs, Frontend Cart Summary collapsible panels, Frontend forms and notifications, Frontend Checkout pages +* Tests improvements: + * Added mechanism of replacing 3-rd party credentials in functional tests + * Update of end-to-end tests for create product, update product, promoted product, out of stock product, create product with new category, unassign products on category, create backend customer with injectable test +* Various improvements: + * JS template engine became unified on Backend and Frontend + * Increased unit test coverage for Magento/Indexer module + * Version number info became accessible at a public URL +* GitHub requests: + * [#1027](https://github.com/magento/magento2/issues/1027) -- Can't add new subctegory + * [#921](https://github.com/magento/magento2/issues/921) -- Change resource ids from Magento_Adminhtml::* to Magento_Backend + 0.42.0-beta8 ============= * Various improvements: diff --git a/composer.lock b/composer.lock index dab6b7f5df0..94c4d0cca05 100644 --- a/composer.lock +++ b/composer.lock @@ -1865,16 +1865,16 @@ }, { "name": "fabpot/php-cs-fixer", - "version": "v1.5", + "version": "v1.4.2", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "2d6851520bf0250f668307ab2fd28cbb0b35d2b9" + "reference": "3af00cf237289a406e7307e18e7ab0d92cf57038" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/2d6851520bf0250f668307ab2fd28cbb0b35d2b9", - "reference": "2d6851520bf0250f668307ab2fd28cbb0b35d2b9", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/3af00cf237289a406e7307e18e7ab0d92cf57038", + "reference": "3af00cf237289a406e7307e18e7ab0d92cf57038", "shasum": "" }, "require": { @@ -1914,7 +1914,7 @@ } ], "description": "A script to automatically fix Symfony Coding Standard", - "time": "2015-02-18 19:35:59" + "time": "2015-02-03 21:20:51" }, { "name": "league/climate", @@ -3263,6 +3263,7 @@ "phpmd/phpmd": 0 }, "prefer-stable": false, + "prefer-lowest": false, "platform": { "php": "~5.5.0|~5.6.0" }, -- GitLab