Skip to content

Commit

Permalink
Magento 2.0.0-rc2 publication
Browse files Browse the repository at this point in the history
  • Loading branch information
maksek committed Nov 12, 2015
1 parent 923fcaf commit 2335247
Show file tree
Hide file tree
Showing 114 changed files with 1,439 additions and 1,174 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
2.0.0-rc2
=============
* Fixed bugs:
* Fixed an issue where video didn’t play on iPad and iPhone
* Fixed an issue where Admin panel was not accessible if port was used in URL
* Fixed an issue where database name could not be changed after fail during installation process
* Fixed an issue where bundle items quantities could not be saved when editing a bundle product in a wishlist on the storefront
* Fixed PHP issue which appeared during Text Swatch product attribute creation
* Fixed Mini Shopping Cart re-sizing after removing the product
* Fixed an issue with negative subtotal during PayPal checkout
* Fixed inconsistent credit card validation
* Fixed an issue where the Product Gallery did not completely overlay the bottom layer in the full-screen view
* Fixed an issue where the Product Gallery could not be easily opened in the full-screen view
* Fixed an issue where the “+” icon was displayed on video preview hover
* Fixed an issue where video preview was visible under video player
* Fixed an issue where 'Admin' was not a required field for the new Swatch
* Fixed an issue where shipping and billing country information was not transmitted to PayPal
* Fixed an issue with the attribute in configurable products
* Fixed a category page load time
* Removed space outside the visible area in Admin
* Fixed an issue where Magento was stuck in the maintenance mode, if a backup was created when disabling modules via Web Setup Wizard
* Fixed session response to be in JSON
* Fixed an issue where an out of stock product was displayed on the storefront
* Fixed an error which appeared during product import with replace behavior
* Fixed an issue were URL rewrites in catalog categories were wrong after URL key for a store view was changed or a category was moved
* Fixed an issue where JSON was received instead of normal page when trying to delete a category after reset
* Fixed an issue where product API with "all" store code did not work
* Fixed the misleading system message about invalid indexers
* Fixed an issue where a bundle product created using Web API was not visible on the storefront
* Fixed an issue where it was impossible to save more than one configuration for a configurable product with the text swatch attribute
* Fixed an issue with the absence of a proper indication about why an image could not be deleted not deleted when it was used in one of the store views
* Fixed an issue with data modification in export result file
* Fixed an issue with the incorrect behavior of the required check box custom
* Fixed an issue where an exception was thrown when trying to install Magento having previously installed and uninstalled it
* Fixed an issue where changing the layout of a CMS page caused its design theme to change to Magento Blank
* Fixed an issue where CMS pages API did not work with store code
* Fixed an issue where CMS blocks API did not work for multiple websites
* Fixed an issue where XSS Payload could been saved into Admin Panel
* Fixed an issue where an error caused by adding a new swatch attribute persisted after deleting the attribute
* Fixed PHP notice which appeared during text swatch product attribute creation
* Fixed JS error on credit memo view grid during export to CSV
* Fixed an issue where a user was redirected to a blank page when canceling checkout with PayPal Express in Website Payments Pro Hosted Solution
* Fixed an issue where it was impossible to checkout if Persistent Shopping Cart is enabled
* Fixed an issue where it was impossible to complete the Braintree PayPal Checkout if Street line 2 is empty
* Fixed an issue with XSS Payload in website's translation table
* Fixed an issue where payment functionality matrix section was suitable only for AbstractMethod specializations, leaving other payment methods without valuable information
* GitHub issues and requests:
* [#2276](https://github.com/magento/magento2/issues/2276) -- Notice: getimagesize(): Read error! in app/code/Magento/Catalog/Model/Product/Image.php on line 949
* [#2128](https://github.com/magento/magento2/issues/2128) -- wrong filename on products list

2.0.0-rc
=============
* Performance improvements:
Expand Down
14 changes: 8 additions & 6 deletions app/code/Magento/AdminNotification/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,22 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-store": "100.0.0",
"magento/module-backend": "100.0.0",
"magento/module-media-storage": "100.0.0",
"magento/framework": "100.0.0",
"magento/module-store": "100.0.*",
"magento/module-backend": "100.0.*",
"magento/module-media-storage": "100.0.*",
"magento/framework": "100.0.*",
"lib-libxml": "*"
},
"type": "magento2-module",
"version": "100.0.0",
"version": "100.0.1",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [ "registration.php" ],
"files": [
"registration.php"
],
"psr-4": {
"Magento\\AdminNotification\\": ""
}
Expand Down
50 changes: 26 additions & 24 deletions app/code/Magento/AdvancedPricingImportExport/composer.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
{
"name": "magento/module-advanced-pricing-import-export",
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-catalog": "100.0.0",
"magento/module-catalog-inventory": "100.0.0",
"magento/module-eav": "100.0.0",
"magento/module-import-export": "100.0.0",
"magento/module-catalog-import-export": "100.0.0",
"magento/module-customer": "100.0.0",
"magento/module-store": "100.0.0",
"magento/framework": "100.0.0"
},
"type": "magento2-module",
"version": "100.0.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Magento\\AdvancedPricingImportExport\\": ""
"name": "magento/module-advanced-pricing-import-export",
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-catalog": "100.0.*",
"magento/module-catalog-inventory": "100.0.*",
"magento/module-eav": "100.0.*",
"magento/module-import-export": "100.0.*",
"magento/module-catalog-import-export": "100.0.*",
"magento/module-customer": "100.0.*",
"magento/module-store": "100.0.*",
"magento/framework": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.1",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\AdvancedPricingImportExport\\": ""
}
}
}
}
10 changes: 6 additions & 4 deletions app/code/Magento/Authorization/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@
"description": "Authorization module provides access to Magento ACL functionality.",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-backend": "100.0.0",
"magento/framework": "100.0.0"
"magento/module-backend": "100.0.*",
"magento/framework": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.0",
"version": "100.0.1",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [ "registration.php" ],
"files": [
"registration.php"
],
"psr-4": {
"Magento\\Authorization\\": ""
}
Expand Down
22 changes: 12 additions & 10 deletions app/code/Magento/Authorizenet/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,24 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-sales": "100.0.0",
"magento/module-store": "100.0.0",
"magento/module-quote": "100.0.0",
"magento/module-checkout": "100.0.0",
"magento/module-backend": "100.0.0",
"magento/module-payment": "100.0.0",
"magento/module-catalog": "100.0.0",
"magento/framework": "100.0.0"
"magento/module-sales": "100.0.*",
"magento/module-store": "100.0.*",
"magento/module-quote": "100.0.*",
"magento/module-checkout": "100.0.*",
"magento/module-backend": "100.0.*",
"magento/module-payment": "100.0.*",
"magento/module-catalog": "100.0.*",
"magento/framework": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.0",
"version": "100.0.1",
"license": [
"proprietary"
],
"autoload": {
"files": [ "registration.php" ],
"files": [
"registration.php"
],
"psr-4": {
"Magento\\Authorizenet\\": ""
}
Expand Down
38 changes: 20 additions & 18 deletions app/code/Magento/Backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,33 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-store": "100.0.0",
"magento/module-directory": "100.0.0",
"magento/module-developer": "100.0.0",
"magento/module-eav": "100.0.0",
"magento/module-theme": "100.0.0",
"magento/module-reports": "100.0.0",
"magento/module-sales": "100.0.0",
"magento/module-quote": "100.0.0",
"magento/module-catalog": "100.0.0",
"magento/module-user": "100.0.0",
"magento/module-backup": "100.0.0",
"magento/module-customer": "100.0.0",
"magento/module-translation": "100.0.0",
"magento/module-require-js": "100.0.0",
"magento/module-config": "100.0.0",
"magento/framework": "100.0.0"
"magento/module-store": "100.0.*",
"magento/module-directory": "100.0.*",
"magento/module-developer": "100.0.*",
"magento/module-eav": "100.0.*",
"magento/module-theme": "100.0.*",
"magento/module-reports": "100.0.*",
"magento/module-sales": "100.0.*",
"magento/module-quote": "100.0.*",
"magento/module-catalog": "100.0.*",
"magento/module-user": "100.0.*",
"magento/module-backup": "100.0.*",
"magento/module-customer": "100.0.*",
"magento/module-translation": "100.0.*",
"magento/module-require-js": "100.0.*",
"magento/module-config": "100.0.*",
"magento/framework": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.0",
"version": "100.0.1",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [ "registration.php" ],
"files": [
"registration.php"
],
"psr-4": {
"Magento\\Backend\\": ""
}
Expand Down
14 changes: 8 additions & 6 deletions app/code/Magento/Backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-store": "100.0.0",
"magento/module-backend": "100.0.0",
"magento/module-cron": "100.0.0",
"magento/framework": "100.0.0"
"magento/module-store": "100.0.*",
"magento/module-backend": "100.0.*",
"magento/module-cron": "100.0.*",
"magento/framework": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.0",
"version": "100.0.1",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [ "registration.php" ],
"files": [
"registration.php"
],
"psr-4": {
"Magento\\Backup\\": ""
}
Expand Down
66 changes: 34 additions & 32 deletions app/code/Magento/Braintree/composer.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,37 @@
{
"name": "magento/module-braintree",
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-config": "100.0.0",
"magento/module-store": "100.0.0",
"magento/module-checkout": "100.0.0",
"magento/module-catalog": "100.0.0",
"magento/module-sales": "100.0.0",
"magento/module-customer": "100.0.0",
"magento/module-payment": "100.0.0",
"magento/module-paypal": "100.0.0",
"magento/module-quote": "100.0.0",
"magento/module-backend": "100.0.0",
"magento/module-directory": "100.0.0",
"magento/module-theme": "100.0.0",
"magento/framework": "100.0.0",
"braintree/braintree_php": "2.39.0"
},
"suggest": {
"magento/module-checkout-agreements": "100.0.0"
},
"type": "magento2-module",
"version": "100.0.0",
"license": [
"proprietary"
],
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Magento\\Braintree\\": ""
"name": "magento/module-braintree",
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-config": "100.0.*",
"magento/module-store": "100.0.*",
"magento/module-checkout": "100.0.*",
"magento/module-catalog": "100.0.*",
"magento/module-sales": "100.0.*",
"magento/module-customer": "100.0.*",
"magento/module-payment": "100.0.*",
"magento/module-paypal": "100.0.*",
"magento/module-quote": "100.0.*",
"magento/module-backend": "100.0.*",
"magento/module-directory": "100.0.*",
"magento/module-theme": "100.0.*",
"magento/framework": "100.0.*",
"braintree/braintree_php": "2.39.0"
},
"suggest": {
"magento/module-checkout-agreements": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.1",
"license": [
"proprietary"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\Braintree\\": ""
}
}
}
}
Loading

0 comments on commit 2335247

Please sign in to comment.