Skip to content

Commit

Permalink
Merge pull request #169 from magento-south/1.0.0-beta7
Browse files Browse the repository at this point in the history
1.0.0-beta7 Publication
  • Loading branch information
slavvka committed Nov 12, 2015
2 parents 0f28c43 + 970ba07 commit e1c2eb4
Show file tree
Hide file tree
Showing 107 changed files with 879 additions and 863 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
1.0.0-beta7
=============
* Fixed bugs:
* Fixed an issue where RequireJS fails while loading via CDN
* Fixed an issue where a guest user subscribes, the storeview is not saved/displayed in the admin panel
* Fixed an issue where product export and re-import with different store view level data causes data corruption
* Fixed an issue where ./bin/magento cache:clean doesn't clear varnish
* Fixed an issue where every call to non-cached page generates errors in the exception logs because of layout errors
* Fixed an issue with values for custom product attribute of type text area when product is updated via import
* Fixed an issue where Paypal doesn't work correctly if discount brings the subtotal to negative but the grand total is positive
* Fixed an issue with no proper indication about why an image is not deleted when it is in use in one of the storeviews
* Fixed an issue where shipping and billing country are missing from the information transmitted to paypal
* Fixed an issue with impossibility to complete Braintree PayPal Checkout if street line 2 is empty
* Various improvements:
* Added integration with NewRelic

1.0.0-beta6
=============
* Fixed bugs:
Expand Down
10 changes: 5 additions & 5 deletions app/code/Magento/AdminNotification/composer.json
Expand Up @@ -3,15 +3,15 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "1.0.0-beta6",
"magento/module-backend": "1.0.0-beta6",
"magento/module-media-storage": "1.0.0-beta6",
"magento/framework": "1.0.0-beta6",
"magento/module-store": "1.0.0-beta7",
"magento/module-backend": "1.0.0-beta7",
"magento/module-media-storage": "1.0.0-beta7",
"magento/framework": "1.0.0-beta7",
"lib-libxml": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
18 changes: 9 additions & 9 deletions app/code/Magento/AdvancedPricingImportExport/composer.json
Expand Up @@ -3,18 +3,18 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-catalog": "1.0.0-beta6",
"magento/module-catalog-inventory": "1.0.0-beta6",
"magento/module-eav": "1.0.0-beta6",
"magento/module-import-export": "1.0.0-beta6",
"magento/module-catalog-import-export": "1.0.0-beta6",
"magento/module-customer": "1.0.0-beta6",
"magento/module-store": "1.0.0-beta6",
"magento/framework": "1.0.0-beta6",
"magento/module-catalog": "1.0.0-beta7",
"magento/module-catalog-inventory": "1.0.0-beta7",
"magento/module-eav": "1.0.0-beta7",
"magento/module-import-export": "1.0.0-beta7",
"magento/module-catalog-import-export": "1.0.0-beta7",
"magento/module-customer": "1.0.0-beta7",
"magento/module-store": "1.0.0-beta7",
"magento/framework": "1.0.0-beta7",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
6 changes: 3 additions & 3 deletions app/code/Magento/Authorization/composer.json
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-beta6",
"magento/framework": "1.0.0-beta6",
"magento/module-backend": "1.0.0-beta7",
"magento/framework": "1.0.0-beta7",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
18 changes: 9 additions & 9 deletions app/code/Magento/Authorizenet/composer.json
Expand Up @@ -3,18 +3,18 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-sales": "1.0.0-beta6",
"magento/module-store": "1.0.0-beta6",
"magento/module-quote": "1.0.0-beta6",
"magento/module-checkout": "1.0.0-beta6",
"magento/module-backend": "1.0.0-beta6",
"magento/module-payment": "1.0.0-beta6",
"magento/module-catalog": "1.0.0-beta6",
"magento/framework": "1.0.0-beta6",
"magento/module-sales": "1.0.0-beta7",
"magento/module-store": "1.0.0-beta7",
"magento/module-quote": "1.0.0-beta7",
"magento/module-checkout": "1.0.0-beta7",
"magento/module-backend": "1.0.0-beta7",
"magento/module-payment": "1.0.0-beta7",
"magento/module-catalog": "1.0.0-beta7",
"magento/framework": "1.0.0-beta7",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"license": [
"proprietary"
],
Expand Down
36 changes: 18 additions & 18 deletions app/code/Magento/Backend/composer.json
Expand Up @@ -3,27 +3,27 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "1.0.0-beta6",
"magento/module-directory": "1.0.0-beta6",
"magento/module-developer": "1.0.0-beta6",
"magento/module-eav": "1.0.0-beta6",
"magento/module-cron": "1.0.0-beta6",
"magento/module-theme": "1.0.0-beta6",
"magento/module-reports": "1.0.0-beta6",
"magento/module-sales": "1.0.0-beta6",
"magento/module-quote": "1.0.0-beta6",
"magento/module-catalog": "1.0.0-beta6",
"magento/module-user": "1.0.0-beta6",
"magento/module-backup": "1.0.0-beta6",
"magento/module-customer": "1.0.0-beta6",
"magento/module-translation": "1.0.0-beta6",
"magento/module-require-js": "1.0.0-beta6",
"magento/module-config": "1.0.0-beta6",
"magento/framework": "1.0.0-beta6",
"magento/module-store": "1.0.0-beta7",
"magento/module-directory": "1.0.0-beta7",
"magento/module-developer": "1.0.0-beta7",
"magento/module-eav": "1.0.0-beta7",
"magento/module-cron": "1.0.0-beta7",
"magento/module-theme": "1.0.0-beta7",
"magento/module-reports": "1.0.0-beta7",
"magento/module-sales": "1.0.0-beta7",
"magento/module-quote": "1.0.0-beta7",
"magento/module-catalog": "1.0.0-beta7",
"magento/module-user": "1.0.0-beta7",
"magento/module-backup": "1.0.0-beta7",
"magento/module-customer": "1.0.0-beta7",
"magento/module-translation": "1.0.0-beta7",
"magento/module-require-js": "1.0.0-beta7",
"magento/module-config": "1.0.0-beta7",
"magento/framework": "1.0.0-beta7",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
10 changes: 5 additions & 5 deletions app/code/Magento/Backup/composer.json
Expand Up @@ -3,14 +3,14 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "1.0.0-beta6",
"magento/module-backend": "1.0.0-beta6",
"magento/module-cron": "1.0.0-beta6",
"magento/framework": "1.0.0-beta6",
"magento/module-store": "1.0.0-beta7",
"magento/module-backend": "1.0.0-beta7",
"magento/module-cron": "1.0.0-beta7",
"magento/framework": "1.0.0-beta7",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
30 changes: 15 additions & 15 deletions app/code/Magento/Braintree/composer.json
Expand Up @@ -3,27 +3,27 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-config": "1.0.0-beta6",
"magento/module-store": "1.0.0-beta6",
"magento/module-checkout": "1.0.0-beta6",
"magento/module-catalog": "1.0.0-beta6",
"magento/module-sales": "1.0.0-beta6",
"magento/module-customer": "1.0.0-beta6",
"magento/module-payment": "1.0.0-beta6",
"magento/module-paypal": "1.0.0-beta6",
"magento/module-quote": "1.0.0-beta6",
"magento/module-backend": "1.0.0-beta6",
"magento/module-directory": "1.0.0-beta6",
"magento/module-theme": "1.0.0-beta6",
"magento/framework": "1.0.0-beta6",
"magento/module-config": "1.0.0-beta7",
"magento/module-store": "1.0.0-beta7",
"magento/module-checkout": "1.0.0-beta7",
"magento/module-catalog": "1.0.0-beta7",
"magento/module-sales": "1.0.0-beta7",
"magento/module-customer": "1.0.0-beta7",
"magento/module-payment": "1.0.0-beta7",
"magento/module-paypal": "1.0.0-beta7",
"magento/module-quote": "1.0.0-beta7",
"magento/module-backend": "1.0.0-beta7",
"magento/module-directory": "1.0.0-beta7",
"magento/module-theme": "1.0.0-beta7",
"magento/framework": "1.0.0-beta7",
"braintree/braintree_php": "2.39.0",
"magento/magento-composer-installer": "*"
},
"suggest": {
"magento/module-checkout-agreements": "1.0.0-beta6"
"magento/module-checkout-agreements": "1.0.0-beta7"
},
"type": "magento2-module",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"license": [
"proprietary"
],
Expand Down
34 changes: 17 additions & 17 deletions app/code/Magento/Bundle/composer.json
Expand Up @@ -3,28 +3,28 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "1.0.0-beta6",
"magento/module-catalog": "1.0.0-beta6",
"magento/module-tax": "1.0.0-beta6",
"magento/module-backend": "1.0.0-beta6",
"magento/module-sales": "1.0.0-beta6",
"magento/module-checkout": "1.0.0-beta6",
"magento/module-catalog-inventory": "1.0.0-beta6",
"magento/module-customer": "1.0.0-beta6",
"magento/module-catalog-rule": "1.0.0-beta6",
"magento/module-eav": "1.0.0-beta6",
"magento/module-config": "1.0.0-beta6",
"magento/module-gift-message": "1.0.0-beta6",
"magento/framework": "1.0.0-beta6",
"magento/module-quote": "1.0.0-beta6",
"magento/module-media-storage": "1.0.0-beta6",
"magento/module-store": "1.0.0-beta7",
"magento/module-catalog": "1.0.0-beta7",
"magento/module-tax": "1.0.0-beta7",
"magento/module-backend": "1.0.0-beta7",
"magento/module-sales": "1.0.0-beta7",
"magento/module-checkout": "1.0.0-beta7",
"magento/module-catalog-inventory": "1.0.0-beta7",
"magento/module-customer": "1.0.0-beta7",
"magento/module-catalog-rule": "1.0.0-beta7",
"magento/module-eav": "1.0.0-beta7",
"magento/module-config": "1.0.0-beta7",
"magento/module-gift-message": "1.0.0-beta7",
"magento/framework": "1.0.0-beta7",
"magento/module-quote": "1.0.0-beta7",
"magento/module-media-storage": "1.0.0-beta7",
"magento/magento-composer-installer": "*"
},
"suggest": {
"magento/module-webapi": "1.0.0-beta6"
"magento/module-webapi": "1.0.0-beta7"
},
"type": "magento2-module",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
14 changes: 7 additions & 7 deletions app/code/Magento/BundleImportExport/composer.json
Expand Up @@ -3,16 +3,16 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-catalog": "1.0.0-beta6",
"magento/module-import-export": "1.0.0-beta6",
"magento/module-catalog-import-export": "1.0.0-beta6",
"magento/module-bundle": "1.0.0-beta6",
"magento/module-eav": "1.0.0-beta6",
"magento/framework": "1.0.0-beta6",
"magento/module-catalog": "1.0.0-beta7",
"magento/module-import-export": "1.0.0-beta7",
"magento/module-catalog-import-export": "1.0.0-beta7",
"magento/module-bundle": "1.0.0-beta7",
"magento/module-eav": "1.0.0-beta7",
"magento/framework": "1.0.0-beta7",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
6 changes: 3 additions & 3 deletions app/code/Magento/CacheInvalidate/composer.json
Expand Up @@ -3,12 +3,12 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-page-cache": "1.0.0-beta6",
"magento/framework": "1.0.0-beta6",
"magento/module-page-cache": "1.0.0-beta7",
"magento/framework": "1.0.0-beta7",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
12 changes: 6 additions & 6 deletions app/code/Magento/Captcha/composer.json
Expand Up @@ -3,15 +3,15 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "1.0.0-beta6",
"magento/module-customer": "1.0.0-beta6",
"magento/module-checkout": "1.0.0-beta6",
"magento/module-backend": "1.0.0-beta6",
"magento/framework": "1.0.0-beta6",
"magento/module-store": "1.0.0-beta7",
"magento/module-customer": "1.0.0-beta7",
"magento/module-checkout": "1.0.0-beta7",
"magento/module-backend": "1.0.0-beta7",
"magento/framework": "1.0.0-beta7",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
52 changes: 26 additions & 26 deletions app/code/Magento/Catalog/composer.json
Expand Up @@ -3,39 +3,39 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "1.0.0-beta6",
"magento/module-eav": "1.0.0-beta6",
"magento/module-cms": "1.0.0-beta6",
"magento/module-indexer": "1.0.0-beta6",
"magento/module-customer": "1.0.0-beta6",
"magento/module-theme": "1.0.0-beta6",
"magento/module-checkout": "1.0.0-beta6",
"magento/module-log": "1.0.0-beta6",
"magento/module-backend": "1.0.0-beta6",
"magento/module-widget": "1.0.0-beta6",
"magento/module-wishlist": "1.0.0-beta6",
"magento/module-tax": "1.0.0-beta6",
"magento/module-msrp": "1.0.0-beta6",
"magento/module-catalog-inventory": "1.0.0-beta6",
"magento/module-directory": "1.0.0-beta6",
"magento/module-catalog-rule": "1.0.0-beta6",
"magento/module-product-alert": "1.0.0-beta6",
"magento/module-url-rewrite": "1.0.0-beta6",
"magento/module-catalog-url-rewrite": "1.0.0-beta6",
"magento/module-page-cache": "1.0.0-beta6",
"magento/module-quote": "1.0.0-beta6",
"magento/module-config": "1.0.0-beta6",
"magento/module-media-storage": "1.0.0-beta6",
"magento/framework": "1.0.0-beta6",
"magento/module-store": "1.0.0-beta7",
"magento/module-eav": "1.0.0-beta7",
"magento/module-cms": "1.0.0-beta7",
"magento/module-indexer": "1.0.0-beta7",
"magento/module-customer": "1.0.0-beta7",
"magento/module-theme": "1.0.0-beta7",
"magento/module-checkout": "1.0.0-beta7",
"magento/module-log": "1.0.0-beta7",
"magento/module-backend": "1.0.0-beta7",
"magento/module-widget": "1.0.0-beta7",
"magento/module-wishlist": "1.0.0-beta7",
"magento/module-tax": "1.0.0-beta7",
"magento/module-msrp": "1.0.0-beta7",
"magento/module-catalog-inventory": "1.0.0-beta7",
"magento/module-directory": "1.0.0-beta7",
"magento/module-catalog-rule": "1.0.0-beta7",
"magento/module-product-alert": "1.0.0-beta7",
"magento/module-url-rewrite": "1.0.0-beta7",
"magento/module-catalog-url-rewrite": "1.0.0-beta7",
"magento/module-page-cache": "1.0.0-beta7",
"magento/module-quote": "1.0.0-beta7",
"magento/module-config": "1.0.0-beta7",
"magento/module-media-storage": "1.0.0-beta7",
"magento/framework": "1.0.0-beta7",
"magento/module-configurable-product": "self.version",
"magento/module-ui": "self.version",
"magento/magento-composer-installer": "*"
},
"suggest": {
"magento/module-cookie": "1.0.0-beta6"
"magento/module-cookie": "1.0.0-beta7"
},
"type": "magento2-module",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down

0 comments on commit e1c2eb4

Please sign in to comment.