Skip to content

Commit

Permalink
MAGETWO-61877: Magento 2.0.11 Publication
Browse files Browse the repository at this point in the history
 (build 2.0.11.036)
  • Loading branch information
magento-team committed Dec 13, 2016
1 parent f28127b commit 9fc676d
Show file tree
Hide file tree
Showing 19 changed files with 107 additions and 104 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/Authorizenet/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"magento/framework": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.6",
"version": "100.0.7",
"license": [
"proprietary"
],
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Braintree/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"magento/module-checkout-agreements": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.7",
"version": "100.0.8",
"license": [
"proprietary"
],
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/BundleImportExport/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"magento/framework": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.5",
"version": "100.0.6",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CacheInvalidate/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"magento/framework": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.5",
"version": "100.0.6",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogInventory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"magento/module-ui": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.6",
"version": "100.0.7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogSearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"magento/framework": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.5",
"version": "100.0.6",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogUrlRewrite/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"magento/framework": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.6",
"version": "100.0.7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Email/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"magento/framework": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.5",
"version": "100.0.6",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/ImportExport/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ext-ctype": "*"
},
"type": "magento2-module",
"version": "100.0.5",
"version": "100.0.6",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Indexer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"magento/framework": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.5",
"version": "100.0.6",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Newsletter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"magento/framework": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.7",
"version": "100.0.8",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/PageCache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"magento/framework": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.6",
"version": "100.0.7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
52 changes: 26 additions & 26 deletions app/code/Magento/SalesInventory/composer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "magento/module-sales-inventory",
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-catalog-inventory": "100.0.*",
"magento/module-sales": "100.0.*",
"magento/module-store": "100.0.*",
"magento/module-catalog": "100.0.*",
"magento/framework": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\SalesInventory\\": ""
}
}
}
{
"name": "magento/module-sales-inventory",
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-catalog-inventory": "100.0.*",
"magento/module-sales": "100.0.*",
"magento/module-store": "100.0.*",
"magento/module-catalog": "100.0.*",
"magento/framework": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\SalesInventory\\": ""
}
}
}
2 changes: 1 addition & 1 deletion app/code/Magento/Search/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"magento/module-reports": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.5",
"version": "100.0.6",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Shipping/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"magento/module-ups": "100.0.*"
},
"type": "magento2-module",
"version": "100.0.6",
"version": "100.0.7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion app/design/adminhtml/Magento/backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"magento/framework": "100.0.*"
},
"type": "magento2-theme",
"version": "100.0.6",
"version": "100.0.7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
32 changes: 16 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/magento2ce",
"description": "Magento 2 (Community Edition)",
"type": "project",
"version": "2.0.11-rc",
"version": "2.0.11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down Expand Up @@ -82,21 +82,21 @@
"magento/module-admin-notification": "100.0.5",
"magento/module-advanced-pricing-import-export": "100.0.6",
"magento/module-authorization": "100.0.5",
"magento/module-authorizenet": "100.0.6",
"magento/module-authorizenet": "100.0.7",
"magento/module-backend": "100.0.9",
"magento/module-backup": "100.0.6",
"magento/module-braintree": "100.0.7",
"magento/module-braintree": "100.0.8",
"magento/module-bundle": "100.0.6",
"magento/module-bundle-import-export": "100.0.5",
"magento/module-cache-invalidate": "100.0.5",
"magento/module-bundle-import-export": "100.0.6",
"magento/module-cache-invalidate": "100.0.6",
"magento/module-captcha": "100.0.7",
"magento/module-catalog": "100.0.11",
"magento/module-catalog-import-export": "100.0.8",
"magento/module-catalog-inventory": "100.0.6",
"magento/module-catalog-inventory": "100.0.7",
"magento/module-catalog-rule": "100.0.7",
"magento/module-catalog-rule-configurable": "100.0.6",
"magento/module-catalog-search": "100.0.5",
"magento/module-catalog-url-rewrite": "100.0.6",
"magento/module-catalog-search": "100.0.6",
"magento/module-catalog-url-rewrite": "100.0.7",
"magento/module-catalog-widget": "100.0.5",
"magento/module-checkout": "100.0.10",
"magento/module-checkout-agreements": "100.0.5",
Expand All @@ -118,7 +118,7 @@
"magento/module-downloadable": "100.0.5",
"magento/module-downloadable-import-export": "100.0.5",
"magento/module-eav": "100.0.8",
"magento/module-email": "100.0.5",
"magento/module-email": "100.0.6",
"magento/module-encryption-key": "100.0.5",
"magento/module-fedex": "100.0.6",
"magento/module-gift-message": "100.0.6",
Expand All @@ -127,18 +127,18 @@
"magento/module-google-optimizer": "100.0.6",
"magento/module-grouped-import-export": "100.0.5",
"magento/module-grouped-product": "100.0.6",
"magento/module-import-export": "100.0.5",
"magento/module-indexer": "100.0.5",
"magento/module-import-export": "100.0.6",
"magento/module-indexer": "100.0.6",
"magento/module-integration": "100.0.6",
"magento/module-layered-navigation": "100.0.5",
"magento/module-media-storage": "100.0.5",
"magento/module-msrp": "100.0.5",
"magento/module-multishipping": "100.0.6",
"magento/module-new-relic-reporting": "100.0.5",
"magento/module-newsletter": "100.0.7",
"magento/module-newsletter": "100.0.8",
"magento/module-offline-payments": "100.0.7",
"magento/module-offline-shipping": "100.0.5",
"magento/module-page-cache": "100.0.6",
"magento/module-page-cache": "100.0.7",
"magento/module-payment": "100.0.8",
"magento/module-paypal": "100.0.7",
"magento/module-persistent": "100.0.5",
Expand All @@ -155,9 +155,9 @@
"magento/module-sales-rule": "100.0.7",
"magento/module-sales-sequence": "100.0.5",
"magento/module-sample-data": "100.0.5",
"magento/module-search": "100.0.5",
"magento/module-search": "100.0.6",
"magento/module-send-friend": "100.0.5",
"magento/module-shipping": "100.0.6",
"magento/module-shipping": "100.0.7",
"magento/module-sitemap": "100.0.5",
"magento/module-store": "100.0.6",
"magento/module-swagger": "100.0.5",
Expand All @@ -178,7 +178,7 @@
"magento/module-weee": "100.0.5",
"magento/module-widget": "100.0.6",
"magento/module-wishlist": "100.0.7",
"magento/theme-adminhtml-backend": "100.0.6",
"magento/theme-adminhtml-backend": "100.0.7",
"magento/theme-frontend-blank": "100.0.5",
"magento/theme-frontend-luma": "100.0.5",
"magento/language-de_de": "100.0.5",
Expand Down
Loading

0 comments on commit 9fc676d

Please sign in to comment.