Skip to content

Commit

Permalink
MAGETWO-33533: M2 GitHub Update (version 0.74.0-beta11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Bomko committed May 29, 2015
1 parent 6ae22a2 commit 20f95d6
Show file tree
Hide file tree
Showing 101 changed files with 1,118 additions and 987 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
0.74.0-beta11
=============
* Framework improvements:
* Improved component Bookmarks component in scope of Enhanced Data Grids on CMS
* Improved component Advanced Filtering component in scope of Enhanced Data Grids on CMS
* Fixed bugs:
* Fixed an issue where incorrect keys in REST request body allowed the request to go through successfully
* Fixed an issue where interceptors were Generated with Invalid __wakeup()
* Fixed an issue where redirect on the current page was not working in certain conditions
* Fixed an issue where first store could not be selected on frontend
* Fixed an issue with performance toolkit category creation
* Fixed an issue when columns 'Interval', 'Price Rule' had incorrect values in Coupon Usage report
* Fixed an issue where fatal error occured on Abandoned Carts report grid
* Fixed an issue where it was not possible to add product to shopping cart if Use Secure URLs in Frontend = Yes
* Fixed an issue where email was not required during Guest Checkout
* Fixed broken ability to skip reindex in `bin/magento setup:performance:generate-fixtures` command
* Fixed an issue where `bin/magento indexer:reindex` command failed after `bin/magento setup:di:compile` was run
* Fixed bug with broken JS i18n
* Fixed an issue with wrong value at created_at updated_at fields after quote* save
* Fixed an issue where customer could not be created in backend after adding Image type attribute
* Fixed Sales InvoiceItem and Order data interfaces implementation
* Fixed an issue with performance toolkit medium profile
* Fixed an issue where Excel Formula Injection via CSV/XML export
* Fixed an issue where it was not possible to open the Customers page in backend
* Fixed an issue with internal server error after clicking Continue on Billing information
* Fixed an issue where it was not possible to place order with Fedex shipping method
* Various changes:
* Magento Centinel Removal
* Removed ability to have multi-statement queries
* Test coverage:
* Unit tests coverage
* Covered php code by unit tests after new checkout implementation
* Github issues:
* [#424](https://github.com/magento/magento2/issues/424) -- Combine tier pricing messages into block sentences
* [#1300](https://github.com/magento/magento2/issues/1300), [#1311](https://github.com/magento/magento2/issues/1311), [#1313](https://github.com/magento/magento2/issues/1313) -- Creating product error with startdate

0.74.0-beta10
=============
* Framework improvements:
Expand Down
10 changes: 5 additions & 5 deletions app/code/Magento/AdminNotification/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta10",
"magento/module-backend": "0.74.0-beta10",
"magento/module-media-storage": "0.74.0-beta10",
"magento/framework": "0.74.0-beta10",
"magento/module-store": "0.74.0-beta11",
"magento/module-backend": "0.74.0-beta11",
"magento/module-media-storage": "0.74.0-beta11",
"magento/framework": "0.74.0-beta11",
"lib-libxml": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta10",
"version": "0.74.0-beta11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
6 changes: 3 additions & 3 deletions app/code/Magento/Authorization/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"description": "Authorization module provides access to Magento ACL functionality.",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-backend": "0.74.0-beta10",
"magento/framework": "0.74.0-beta10",
"magento/module-backend": "0.74.0-beta11",
"magento/framework": "0.74.0-beta11",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta10",
"version": "0.74.0-beta11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
36 changes: 18 additions & 18 deletions app/code/Magento/Backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta10",
"magento/module-directory": "0.74.0-beta10",
"magento/module-developer": "0.74.0-beta10",
"magento/module-eav": "0.74.0-beta10",
"magento/module-cron": "0.74.0-beta10",
"magento/module-theme": "0.74.0-beta10",
"magento/module-reports": "0.74.0-beta10",
"magento/module-sales": "0.74.0-beta10",
"magento/module-quote": "0.74.0-beta10",
"magento/module-catalog": "0.74.0-beta10",
"magento/module-user": "0.74.0-beta10",
"magento/module-backup": "0.74.0-beta10",
"magento/module-customer": "0.74.0-beta10",
"magento/module-translation": "0.74.0-beta10",
"magento/module-require-js": "0.74.0-beta10",
"magento/module-config": "0.74.0-beta10",
"magento/framework": "0.74.0-beta10",
"magento/module-store": "0.74.0-beta11",
"magento/module-directory": "0.74.0-beta11",
"magento/module-developer": "0.74.0-beta11",
"magento/module-eav": "0.74.0-beta11",
"magento/module-cron": "0.74.0-beta11",
"magento/module-theme": "0.74.0-beta11",
"magento/module-reports": "0.74.0-beta11",
"magento/module-sales": "0.74.0-beta11",
"magento/module-quote": "0.74.0-beta11",
"magento/module-catalog": "0.74.0-beta11",
"magento/module-user": "0.74.0-beta11",
"magento/module-backup": "0.74.0-beta11",
"magento/module-customer": "0.74.0-beta11",
"magento/module-translation": "0.74.0-beta11",
"magento/module-require-js": "0.74.0-beta11",
"magento/module-config": "0.74.0-beta11",
"magento/framework": "0.74.0-beta11",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta10",
"version": "0.74.0-beta11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
10 changes: 5 additions & 5 deletions app/code/Magento/Backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta10",
"magento/module-backend": "0.74.0-beta10",
"magento/module-cron": "0.74.0-beta10",
"magento/framework": "0.74.0-beta10",
"magento/module-store": "0.74.0-beta11",
"magento/module-backend": "0.74.0-beta11",
"magento/module-cron": "0.74.0-beta11",
"magento/framework": "0.74.0-beta11",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta10",
"version": "0.74.0-beta11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
34 changes: 17 additions & 17 deletions app/code/Magento/Bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta10",
"magento/module-catalog": "0.74.0-beta10",
"magento/module-tax": "0.74.0-beta10",
"magento/module-backend": "0.74.0-beta10",
"magento/module-sales": "0.74.0-beta10",
"magento/module-checkout": "0.74.0-beta10",
"magento/module-catalog-inventory": "0.74.0-beta10",
"magento/module-customer": "0.74.0-beta10",
"magento/module-catalog-rule": "0.74.0-beta10",
"magento/module-eav": "0.74.0-beta10",
"magento/module-config": "0.74.0-beta10",
"magento/module-gift-message": "0.74.0-beta10",
"magento/framework": "0.74.0-beta10",
"magento/module-quote": "0.74.0-beta10",
"magento/module-media-storage": "0.74.0-beta10",
"magento/module-store": "0.74.0-beta11",
"magento/module-catalog": "0.74.0-beta11",
"magento/module-tax": "0.74.0-beta11",
"magento/module-backend": "0.74.0-beta11",
"magento/module-sales": "0.74.0-beta11",
"magento/module-checkout": "0.74.0-beta11",
"magento/module-catalog-inventory": "0.74.0-beta11",
"magento/module-customer": "0.74.0-beta11",
"magento/module-catalog-rule": "0.74.0-beta11",
"magento/module-eav": "0.74.0-beta11",
"magento/module-config": "0.74.0-beta11",
"magento/module-gift-message": "0.74.0-beta11",
"magento/framework": "0.74.0-beta11",
"magento/module-quote": "0.74.0-beta11",
"magento/module-media-storage": "0.74.0-beta11",
"magento/magento-composer-installer": "*"
},
"suggest": {
"magento/module-webapi": "0.74.0-beta10"
"magento/module-webapi": "0.74.0-beta11"
},
"type": "magento2-module",
"version": "0.74.0-beta10",
"version": "0.74.0-beta11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
6 changes: 3 additions & 3 deletions app/code/Magento/CacheInvalidate/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-page-cache": "0.74.0-beta10",
"magento/framework": "0.74.0-beta10",
"magento/module-page-cache": "0.74.0-beta11",
"magento/framework": "0.74.0-beta11",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta10",
"version": "0.74.0-beta11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
14 changes: 7 additions & 7 deletions app/code/Magento/Captcha/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta10",
"magento/module-customer": "0.74.0-beta10",
"magento/module-checkout": "0.74.0-beta10",
"magento/module-quote": "0.74.0-beta10",
"magento/module-backend": "0.74.0-beta10",
"magento/framework": "0.74.0-beta10",
"magento/module-store": "0.74.0-beta11",
"magento/module-customer": "0.74.0-beta11",
"magento/module-checkout": "0.74.0-beta11",
"magento/module-quote": "0.74.0-beta11",
"magento/module-backend": "0.74.0-beta11",
"magento/framework": "0.74.0-beta11",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta10",
"version": "0.74.0-beta11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
52 changes: 26 additions & 26 deletions app/code/Magento/Catalog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,37 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta10",
"magento/module-eav": "0.74.0-beta10",
"magento/module-cms": "0.74.0-beta10",
"magento/module-indexer": "0.74.0-beta10",
"magento/module-customer": "0.74.0-beta10",
"magento/module-theme": "0.74.0-beta10",
"magento/module-checkout": "0.74.0-beta10",
"magento/module-log": "0.74.0-beta10",
"magento/module-backend": "0.74.0-beta10",
"magento/module-widget": "0.74.0-beta10",
"magento/module-wishlist": "0.74.0-beta10",
"magento/module-tax": "0.74.0-beta10",
"magento/module-msrp": "0.74.0-beta10",
"magento/module-catalog-inventory": "0.74.0-beta10",
"magento/module-directory": "0.74.0-beta10",
"magento/module-catalog-rule": "0.74.0-beta10",
"magento/module-product-alert": "0.74.0-beta10",
"magento/module-url-rewrite": "0.74.0-beta10",
"magento/module-catalog-url-rewrite": "0.74.0-beta10",
"magento/module-page-cache": "0.74.0-beta10",
"magento/module-quote": "0.74.0-beta10",
"magento/module-config": "0.74.0-beta10",
"magento/module-media-storage": "0.74.0-beta10",
"magento/framework": "0.74.0-beta10",
"magento/module-store": "0.74.0-beta11",
"magento/module-eav": "0.74.0-beta11",
"magento/module-cms": "0.74.0-beta11",
"magento/module-indexer": "0.74.0-beta11",
"magento/module-customer": "0.74.0-beta11",
"magento/module-theme": "0.74.0-beta11",
"magento/module-checkout": "0.74.0-beta11",
"magento/module-log": "0.74.0-beta11",
"magento/module-backend": "0.74.0-beta11",
"magento/module-widget": "0.74.0-beta11",
"magento/module-wishlist": "0.74.0-beta11",
"magento/module-tax": "0.74.0-beta11",
"magento/module-msrp": "0.74.0-beta11",
"magento/module-catalog-inventory": "0.74.0-beta11",
"magento/module-directory": "0.74.0-beta11",
"magento/module-catalog-rule": "0.74.0-beta11",
"magento/module-product-alert": "0.74.0-beta11",
"magento/module-url-rewrite": "0.74.0-beta11",
"magento/module-catalog-url-rewrite": "0.74.0-beta11",
"magento/module-page-cache": "0.74.0-beta11",
"magento/module-quote": "0.74.0-beta11",
"magento/module-config": "0.74.0-beta11",
"magento/module-media-storage": "0.74.0-beta11",
"magento/framework": "0.74.0-beta11",
"magento/magento-composer-installer": "*"
},
"suggest": {
"magento/module-cookie": "0.74.0-beta10"
"magento/module-cookie": "0.74.0-beta11"
},
"type": "magento2-module",
"version": "0.74.0-beta10",
"version": "0.74.0-beta11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
20 changes: 10 additions & 10 deletions app/code/Magento/CatalogImportExport/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-catalog": "0.74.0-beta10",
"magento/module-eav": "0.74.0-beta10",
"magento/module-import-export": "0.74.0-beta10",
"magento/module-indexer": "0.74.0-beta10",
"magento/module-store": "0.74.0-beta10",
"magento/module-catalog-inventory": "0.74.0-beta10",
"magento/module-media-storage": "0.74.0-beta10",
"magento/module-customer": "0.74.0-beta10",
"magento/framework": "0.74.0-beta10",
"magento/module-catalog": "0.74.0-beta11",
"magento/module-eav": "0.74.0-beta11",
"magento/module-import-export": "0.74.0-beta11",
"magento/module-indexer": "0.74.0-beta11",
"magento/module-store": "0.74.0-beta11",
"magento/module-catalog-inventory": "0.74.0-beta11",
"magento/module-media-storage": "0.74.0-beta11",
"magento/module-customer": "0.74.0-beta11",
"magento/framework": "0.74.0-beta11",
"ext-ctype": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta10",
"version": "0.74.0-beta11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
18 changes: 9 additions & 9 deletions app/code/Magento/CatalogInventory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-config": "0.74.0-beta10",
"magento/module-store": "0.74.0-beta10",
"magento/module-catalog": "0.74.0-beta10",
"magento/module-customer": "0.74.0-beta10",
"magento/module-indexer": "0.74.0-beta10",
"magento/module-eav": "0.74.0-beta10",
"magento/module-quote": "0.74.0-beta10",
"magento/framework": "0.74.0-beta10",
"magento/module-config": "0.74.0-beta11",
"magento/module-store": "0.74.0-beta11",
"magento/module-catalog": "0.74.0-beta11",
"magento/module-customer": "0.74.0-beta11",
"magento/module-indexer": "0.74.0-beta11",
"magento/module-eav": "0.74.0-beta11",
"magento/module-quote": "0.74.0-beta11",
"magento/framework": "0.74.0-beta11",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta10",
"version": "0.74.0-beta11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
20 changes: 10 additions & 10 deletions app/code/Magento/CatalogRule/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta10",
"magento/module-rule": "0.74.0-beta10",
"magento/module-catalog": "0.74.0-beta10",
"magento/module-customer": "0.74.0-beta10",
"magento/module-backend": "0.74.0-beta10",
"magento/module-eav": "0.74.0-beta10",
"magento/module-indexer": "0.74.0-beta10",
"magento/module-import-export": "0.74.0-beta10",
"magento/framework": "0.74.0-beta10",
"magento/module-store": "0.74.0-beta11",
"magento/module-rule": "0.74.0-beta11",
"magento/module-catalog": "0.74.0-beta11",
"magento/module-customer": "0.74.0-beta11",
"magento/module-backend": "0.74.0-beta11",
"magento/module-eav": "0.74.0-beta11",
"magento/module-indexer": "0.74.0-beta11",
"magento/module-import-export": "0.74.0-beta11",
"magento/framework": "0.74.0-beta11",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta10",
"version": "0.74.0-beta11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
Loading

0 comments on commit 20f95d6

Please sign in to comment.