Skip to content

Commit

Permalink
MAGETWO-43535: 1.0.0-beta4 publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko committed Oct 1, 2015
1 parent 5878079 commit 1124dff
Show file tree
Hide file tree
Showing 106 changed files with 1,167 additions and 1,046 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
1.0.0-beta4
=============
* Fixed bugs:
* Fixed an issue with Paypal WebAPI exception error when placing order within PayPal Payments Pro
* Fixed an issue with wrong links on multi website store
* Fixed an issue where unable to set a date limit on a promotion for 2016 onwards
* Fixed an issue with saving promotions
* Fixed an issue with option to pay with Paypal account for Payments Pro when configured on website level
* Fixed an issue with search results after filtering
* Fixed an issue with catalog product import
* Fixed an issue with configurable product special price
* Fixed an issue where unable to change type for color and size swatches
* Fixed an issue with selected filters on layered navigation
* Fixed an issue with related products block
* Fixed an issue with product alert for out of stock
* Fixed an issue with product selection in Products->Catalog results in no products selected
* Fixed an issue where unable to remove item from Minicart
* Fixed an issue where unable to deploy to production without downtime
* Fixed an issue with minicart inconsistent behavior between http and https
* Fixed an issue with CMS page preview on frontend
* Search improvements:
* Improve Catalog Performance. Quick Search
* GitHub issues and requests:
* [#1705](https://github.com/magento/magento2/issues/1705) -- Remove item from Minicart does not work
* [#1704](https://github.com/magento/magento2/issues/1704) -- Minicart inconsistant behavior between http and https


1.0.0-beta3
=============
* Fixed bugs:
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": "1.0.0-beta3",
"magento/module-backend": "1.0.0-beta3",
"magento/module-media-storage": "1.0.0-beta3",
"magento/framework": "1.0.0-beta3",
"magento/module-store": "1.0.0-beta4",
"magento/module-backend": "1.0.0-beta4",
"magento/module-media-storage": "1.0.0-beta4",
"magento/framework": "1.0.0-beta4",
"lib-libxml": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta3",
"version": "1.0.0-beta4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
18 changes: 9 additions & 9 deletions app/code/Magento/AdvancedPricingImportExport/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-catalog": "1.0.0-beta3",
"magento/module-catalog-inventory": "1.0.0-beta3",
"magento/module-eav": "1.0.0-beta3",
"magento/module-import-export": "1.0.0-beta3",
"magento/module-catalog-import-export": "1.0.0-beta3",
"magento/module-customer": "1.0.0-beta3",
"magento/module-store": "1.0.0-beta3",
"magento/framework": "1.0.0-beta3",
"magento/module-catalog": "1.0.0-beta4",
"magento/module-catalog-inventory": "1.0.0-beta4",
"magento/module-eav": "1.0.0-beta4",
"magento/module-import-export": "1.0.0-beta4",
"magento/module-catalog-import-export": "1.0.0-beta4",
"magento/module-customer": "1.0.0-beta4",
"magento/module-store": "1.0.0-beta4",
"magento/framework": "1.0.0-beta4",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta3",
"version": "1.0.0-beta4",
"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": "1.0.0-beta3",
"magento/framework": "1.0.0-beta3",
"magento/module-backend": "1.0.0-beta4",
"magento/framework": "1.0.0-beta4",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta3",
"version": "1.0.0-beta4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
18 changes: 9 additions & 9 deletions app/code/Magento/Authorizenet/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-sales": "1.0.0-beta3",
"magento/module-store": "1.0.0-beta3",
"magento/module-quote": "1.0.0-beta3",
"magento/module-checkout": "1.0.0-beta3",
"magento/module-backend": "1.0.0-beta3",
"magento/module-payment": "1.0.0-beta3",
"magento/module-catalog": "1.0.0-beta3",
"magento/framework": "1.0.0-beta3",
"magento/module-sales": "1.0.0-beta4",
"magento/module-store": "1.0.0-beta4",
"magento/module-quote": "1.0.0-beta4",
"magento/module-checkout": "1.0.0-beta4",
"magento/module-backend": "1.0.0-beta4",
"magento/module-payment": "1.0.0-beta4",
"magento/module-catalog": "1.0.0-beta4",
"magento/framework": "1.0.0-beta4",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta3",
"version": "1.0.0-beta4",
"license": [
"proprietary"
],
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": "1.0.0-beta3",
"magento/module-directory": "1.0.0-beta3",
"magento/module-developer": "1.0.0-beta3",
"magento/module-eav": "1.0.0-beta3",
"magento/module-cron": "1.0.0-beta3",
"magento/module-theme": "1.0.0-beta3",
"magento/module-reports": "1.0.0-beta3",
"magento/module-sales": "1.0.0-beta3",
"magento/module-quote": "1.0.0-beta3",
"magento/module-catalog": "1.0.0-beta3",
"magento/module-user": "1.0.0-beta3",
"magento/module-backup": "1.0.0-beta3",
"magento/module-customer": "1.0.0-beta3",
"magento/module-translation": "1.0.0-beta3",
"magento/module-require-js": "1.0.0-beta3",
"magento/module-config": "1.0.0-beta3",
"magento/framework": "1.0.0-beta3",
"magento/module-store": "1.0.0-beta4",
"magento/module-directory": "1.0.0-beta4",
"magento/module-developer": "1.0.0-beta4",
"magento/module-eav": "1.0.0-beta4",
"magento/module-cron": "1.0.0-beta4",
"magento/module-theme": "1.0.0-beta4",
"magento/module-reports": "1.0.0-beta4",
"magento/module-sales": "1.0.0-beta4",
"magento/module-quote": "1.0.0-beta4",
"magento/module-catalog": "1.0.0-beta4",
"magento/module-user": "1.0.0-beta4",
"magento/module-backup": "1.0.0-beta4",
"magento/module-customer": "1.0.0-beta4",
"magento/module-translation": "1.0.0-beta4",
"magento/module-require-js": "1.0.0-beta4",
"magento/module-config": "1.0.0-beta4",
"magento/framework": "1.0.0-beta4",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta3",
"version": "1.0.0-beta4",
"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": "1.0.0-beta3",
"magento/module-backend": "1.0.0-beta3",
"magento/module-cron": "1.0.0-beta3",
"magento/framework": "1.0.0-beta3",
"magento/module-store": "1.0.0-beta4",
"magento/module-backend": "1.0.0-beta4",
"magento/module-cron": "1.0.0-beta4",
"magento/framework": "1.0.0-beta4",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta3",
"version": "1.0.0-beta4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
30 changes: 15 additions & 15 deletions app/code/Magento/Braintree/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-config": "1.0.0-beta3",
"magento/module-store": "1.0.0-beta3",
"magento/module-checkout": "1.0.0-beta3",
"magento/module-catalog": "1.0.0-beta3",
"magento/module-sales": "1.0.0-beta3",
"magento/module-customer": "1.0.0-beta3",
"magento/module-payment": "1.0.0-beta3",
"magento/module-paypal": "1.0.0-beta3",
"magento/module-quote": "1.0.0-beta3",
"magento/module-backend": "1.0.0-beta3",
"magento/module-directory": "1.0.0-beta3",
"magento/module-theme": "1.0.0-beta3",
"magento/framework": "1.0.0-beta3",
"magento/module-config": "1.0.0-beta4",
"magento/module-store": "1.0.0-beta4",
"magento/module-checkout": "1.0.0-beta4",
"magento/module-catalog": "1.0.0-beta4",
"magento/module-sales": "1.0.0-beta4",
"magento/module-customer": "1.0.0-beta4",
"magento/module-payment": "1.0.0-beta4",
"magento/module-paypal": "1.0.0-beta4",
"magento/module-quote": "1.0.0-beta4",
"magento/module-backend": "1.0.0-beta4",
"magento/module-directory": "1.0.0-beta4",
"magento/module-theme": "1.0.0-beta4",
"magento/framework": "1.0.0-beta4",
"braintree/braintree_php": "2.39.0",
"magento/magento-composer-installer": "*"
},
"suggest": {
"magento/module-checkout-agreements": "1.0.0-beta3"
"magento/module-checkout-agreements": "1.0.0-beta4"
},
"type": "magento2-module",
"version": "1.0.0-beta3",
"version": "1.0.0-beta4",
"license": [
"proprietary"
],
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": "1.0.0-beta3",
"magento/module-catalog": "1.0.0-beta3",
"magento/module-tax": "1.0.0-beta3",
"magento/module-backend": "1.0.0-beta3",
"magento/module-sales": "1.0.0-beta3",
"magento/module-checkout": "1.0.0-beta3",
"magento/module-catalog-inventory": "1.0.0-beta3",
"magento/module-customer": "1.0.0-beta3",
"magento/module-catalog-rule": "1.0.0-beta3",
"magento/module-eav": "1.0.0-beta3",
"magento/module-config": "1.0.0-beta3",
"magento/module-gift-message": "1.0.0-beta3",
"magento/framework": "1.0.0-beta3",
"magento/module-quote": "1.0.0-beta3",
"magento/module-media-storage": "1.0.0-beta3",
"magento/module-store": "1.0.0-beta4",
"magento/module-catalog": "1.0.0-beta4",
"magento/module-tax": "1.0.0-beta4",
"magento/module-backend": "1.0.0-beta4",
"magento/module-sales": "1.0.0-beta4",
"magento/module-checkout": "1.0.0-beta4",
"magento/module-catalog-inventory": "1.0.0-beta4",
"magento/module-customer": "1.0.0-beta4",
"magento/module-catalog-rule": "1.0.0-beta4",
"magento/module-eav": "1.0.0-beta4",
"magento/module-config": "1.0.0-beta4",
"magento/module-gift-message": "1.0.0-beta4",
"magento/framework": "1.0.0-beta4",
"magento/module-quote": "1.0.0-beta4",
"magento/module-media-storage": "1.0.0-beta4",
"magento/magento-composer-installer": "*"
},
"suggest": {
"magento/module-webapi": "1.0.0-beta3"
"magento/module-webapi": "1.0.0-beta4"
},
"type": "magento2-module",
"version": "1.0.0-beta3",
"version": "1.0.0-beta4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
14 changes: 7 additions & 7 deletions app/code/Magento/BundleImportExport/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-catalog": "1.0.0-beta3",
"magento/module-import-export": "1.0.0-beta3",
"magento/module-catalog-import-export": "1.0.0-beta3",
"magento/module-bundle": "1.0.0-beta3",
"magento/module-eav": "1.0.0-beta3",
"magento/framework": "1.0.0-beta3",
"magento/module-catalog": "1.0.0-beta4",
"magento/module-import-export": "1.0.0-beta4",
"magento/module-catalog-import-export": "1.0.0-beta4",
"magento/module-bundle": "1.0.0-beta4",
"magento/module-eav": "1.0.0-beta4",
"magento/framework": "1.0.0-beta4",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta3",
"version": "1.0.0-beta4",
"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": "1.0.0-beta3",
"magento/framework": "1.0.0-beta3",
"magento/module-page-cache": "1.0.0-beta4",
"magento/framework": "1.0.0-beta4",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta3",
"version": "1.0.0-beta4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
12 changes: 6 additions & 6 deletions app/code/Magento/Captcha/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": "1.0.0-beta3",
"magento/module-customer": "1.0.0-beta3",
"magento/module-checkout": "1.0.0-beta3",
"magento/module-backend": "1.0.0-beta3",
"magento/framework": "1.0.0-beta3",
"magento/module-store": "1.0.0-beta4",
"magento/module-customer": "1.0.0-beta4",
"magento/module-checkout": "1.0.0-beta4",
"magento/module-backend": "1.0.0-beta4",
"magento/framework": "1.0.0-beta4",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta3",
"version": "1.0.0-beta4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
Loading

0 comments on commit 1124dff

Please sign in to comment.