From 9ee9132ba58563979c315628c61c6357ffcc46db Mon Sep 17 00:00:00 2001 From: Vladimir Pelipenko Date: Fri, 16 Jan 2015 16:34:47 +0200 Subject: [PATCH 1/3] MAGETWO-31053: M2 GitHub Update (version 0.42.0-beta4) --- CHANGELOG.md | 226 +++++++++++------- .../Magento/AdminNotification/composer.json | 10 +- app/code/Magento/Authorization/composer.json | 6 +- app/code/Magento/Backend/composer.json | 34 +-- app/code/Magento/Backup/composer.json | 12 +- app/code/Magento/Bundle/composer.json | 30 +-- app/code/Magento/Captcha/composer.json | 14 +- app/code/Magento/Catalog/composer.json | 48 ++-- .../Magento/CatalogImportExport/composer.json | 20 +- .../Magento/CatalogInventory/composer.json | 18 +- app/code/Magento/CatalogRule/composer.json | 20 +- app/code/Magento/CatalogSearch/composer.json | 24 +- .../Magento/CatalogUrlRewrite/composer.json | 18 +- app/code/Magento/CatalogWidget/composer.json | 22 +- app/code/Magento/Centinel/composer.json | 14 +- app/code/Magento/Checkout/composer.json | 38 +-- .../Magento/CheckoutAgreements/composer.json | 10 +- app/code/Magento/Cms/composer.json | 20 +- app/code/Magento/CmsUrlRewrite/composer.json | 10 +- .../ConfigurableImportExport/composer.json | 14 +- .../Magento/ConfigurableProduct/composer.json | 28 +-- app/code/Magento/Contact/composer.json | 12 +- app/code/Magento/Core/composer.json | 16 +- app/code/Magento/Cron/composer.json | 8 +- app/code/Magento/CurrencySymbol/composer.json | 14 +- app/code/Magento/Customer/composer.json | 38 +-- .../CustomerImportExport/composer.json | 18 +- app/code/Magento/DesignEditor/composer.json | 14 +- app/code/Magento/Dhl/composer.json | 22 +- app/code/Magento/Directory/composer.json | 10 +- app/code/Magento/Downloadable/composer.json | 34 +-- app/code/Magento/Eav/composer.json | 12 +- app/code/Magento/Email/composer.json | 12 +- app/code/Magento/Fedex/composer.json | 18 +- app/code/Magento/GiftMessage/composer.json | 22 +- app/code/Magento/GoogleAdwords/composer.json | 8 +- .../Magento/GoogleAnalytics/composer.json | 8 +- .../Magento/GoogleOptimizer/composer.json | 14 +- app/code/Magento/GoogleShopping/composer.json | 20 +- .../Magento/GroupedImportExport/composer.json | 14 +- app/code/Magento/GroupedProduct/composer.json | 24 +- app/code/Magento/ImportExport/composer.json | 14 +- app/code/Magento/Indexer/composer.json | 8 +- app/code/Magento/Integration/composer.json | 16 +- .../Magento/LayeredNavigation/composer.json | 8 +- app/code/Magento/Log/composer.json | 14 +- app/code/Magento/Msrp/composer.json | 22 +- app/code/Magento/Multishipping/composer.json | 20 +- app/code/Magento/Newsletter/composer.json | 22 +- .../Magento/OfflinePayments/composer.json | 6 +- .../Magento/OfflineShipping/composer.json | 20 +- app/code/Magento/PageCache/composer.json | 8 +- app/code/Magento/Payment/composer.json | 14 +- app/code/Magento/Persistent/composer.json | 18 +- app/code/Magento/ProductAlert/composer.json | 12 +- app/code/Magento/Reports/composer.json | 36 +-- app/code/Magento/RequireJs/composer.json | 4 +- app/code/Magento/Review/composer.json | 22 +- app/code/Magento/Rss/composer.json | 10 +- app/code/Magento/Rule/composer.json | 12 +- app/code/Magento/Sales/composer.json | 46 ++-- app/code/Magento/SalesRule/composer.json | 32 +-- app/code/Magento/Search/composer.json | 10 +- app/code/Magento/Sendfriend/composer.json | 14 +- app/code/Magento/Shipping/composer.json | 30 +-- app/code/Magento/Sitemap/composer.json | 18 +- app/code/Magento/Store/composer.json | 10 +- app/code/Magento/Tax/composer.json | 26 +- .../Magento/TaxImportExport/composer.json | 12 +- app/code/Magento/Theme/composer.json | 18 +- app/code/Magento/Translation/composer.json | 10 +- app/code/Magento/Ui/composer.json | 10 +- app/code/Magento/Ups/composer.json | 18 +- app/code/Magento/UrlRewrite/composer.json | 18 +- app/code/Magento/User/composer.json | 18 +- app/code/Magento/Usps/composer.json | 18 +- app/code/Magento/Webapi/composer.json | 16 +- app/code/Magento/Weee/composer.json | 22 +- app/code/Magento/Widget/composer.json | 14 +- app/code/Magento/Wishlist/composer.json | 34 +-- .../adminhtml/Magento/backend/composer.json | 4 +- .../frontend/Magento/blank/composer.json | 4 +- .../frontend/Magento/luma/composer.json | 6 +- app/i18n/magento/de_de/composer.json | 4 +- app/i18n/magento/en_us/composer.json | 4 +- app/i18n/magento/es_es/composer.json | 4 +- app/i18n/magento/fr_fr/composer.json | 4 +- app/i18n/magento/nl_nl/composer.json | 4 +- app/i18n/magento/pt_br/composer.json | 4 +- app/i18n/magento/zh_cn/composer.json | 4 +- composer.json | 2 +- .../Magento/Framework/AppInterface.php | 2 +- lib/internal/Magento/Framework/composer.json | 2 +- 93 files changed, 876 insertions(+), 826 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab9c488dce8b0..72586361cc85f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,53 @@ +0.42.0-beta4 +============= +* Various improvements: + * Updated Copyright Notice and provided reference to the license file + * Updated test framework to support stores other than default + * Removed version information from theme.xml files leaving it only in composer.json files +* Fixed bugs: + * Fixed an issue where coupon code was reported to be invalid if it has been removed from reorder in backend and then re-applied + * Fixed an issue where the 'Guide to Using Sample Data' link was incorrect in the web setup UI + * Fixed an issue where the link to System Requirements in bootstrap.php was incorrect + * Fixed an issue where Compiler could not verify case sensitive dependency + * Fixed an issue where the Recently Compared Products and Recently Viewed Products widgets were not displayed in sidebars + * Fixed an issue where the Orders and Returns widget type contained unnecessary tab + * Fixed an issue where an image added to a CMS page using the WYSIWYG editor was displayed as a broken link after turning off the allow_url_fopen parameter in php.ini + * Fixed an issue where it was impossible to log in to the backend from the first attempt after changing Base URL + * Fixed an issue where it was impossible to set back the default English (United States) interface locale for the admin user after changing it so an other value + * Fixed an issue where it was possible to execute malicious JavaScript code in the context of website via the Sender Email parameter + * Fixed an issue where the Product Stock Alert email was sent to a customer from a store view different than a customer account was created in + * Fixed an issue where the "Server cannot understand Accept HTTP header media type" error message was not informative enough + * Fixed an issue where unit tests did not work as expected after installing Magento 2 + * Fixed an issue where the password change email notification was sent after saving admin account settings even if password was not changed + * Fixed an issue where static tests failed as a result of adding API functional tests + * Fixed API functional tests after merging pull request [#927](https://github.com/magento/magento2/pull/927) + * Fixed an issue where the Edit button was present for invoiced orders + * Fixed an issue where function _underscore did not work with keys like SKeyName ('s_key_name') + * Fixed an issue where a fatal error occurred when browsing categories if web server did not have write permissions for media/catalog/product +* Github requests: + * [#792](https://github.com/magento/magento2/issues/792) -- Failed to set ini option "session.save_path" to value + * [#796](https://github.com/magento/magento2/issues/796) -- install.log cannot be created with open_basedir restriction + * [#823](https://github.com/magento/magento2/issues/823) -- Installation bug + * [#920](https://github.com/magento/magento2/issues/920) -- "web setup wizard is not accessible" error message but the setup wizard is actually accessible + * [#829](https://github.com/magento/magento2/issues/829) -- [API] OAuth1.0 request token request failing / Consumer key has expired + * [#658](https://github.com/magento/magento2/issues/658) -- Inline translate malfunctioning + * [#950](https://github.com/magento/magento2/pull/950) -- Fix for the missed trailing end of line in indexer.php usage help text + * [#932](https://github.com/magento/magento2/pull/932) -- Migration tool - not all input has comments + * [#959](https://github.com/magento/magento2/pull/959) -- Replace UTF8 'en dash' with minus in error message + * [#911](https://github.com/magento/magento2/pull/911) -- Fix test assertion and slight cleanup refactoring + * [#936](https://github.com/magento/magento2/pull/936) -- Bugfix for regions with single quote in name + * [#902](https://github.com/magento/magento2/pull/902) -- Add integration test for View\Page\Config\Reader\Html + * [#925](https://github.com/magento/magento2/pull/925) -- Failed test due to Class not following the naming conventions + * [#943](https://github.com/magento/magento2/pull/943) -- magento2-925 Failed Test due to Class not following the naming conventions + * [#968](https://github.com/magento/magento2/pull/968) -- Apply pattern matching datasource config files + * [#949](https://github.com/magento/magento2/pull/949) -- Added 'status' command for cache cli script / Also improved readability +* PHP 5.6 in composer.json: + * Added PHP 5.6.0 to the list of required PHP versions in all composer.json files + * Updated Travis CI configuration to include PHP 5.6 builds +* Framework improvements: + * Removed TODOs in the Integration and Authorization modules + * Removed leading backslash from the 'use' statement throughout the code base + 0.42.0-beta3 ============= * Fixed bugs: @@ -79,7 +129,7 @@ * Fixed an issue with the absence of JS validation for the Zip/Postal code field * Fixed an issue with a 1 cent difference in the tax summary and detail on an invoice and a credit memo for a partial invoice when a discount and fixed product tax are applied * Fixed an issue with throwing validation error for the State field when saving a product with FPT - * Fixed an issue with throwing an error when trying to save a timezone + * Fixed an issue with throwing an error when trying to save a timezone * Fixed an issue with Exploited Session ID in second browser leading to Error * Fixed an issue with session loss on page 404 when using the Varnish caching * Fixed an issue with integration test not resetting static properties to correct default values after each test suite @@ -121,7 +171,7 @@ * Fixed an issue with tax rate not being saved if all states were chosen for any non-default country * Fixed an issue with multi-select fail on the Customer add/edit form * Added exception handling for required fields for REST APIs - * Fixed an issue with success message missing after the signup for price alert + * Fixed an issue with success message missing after the signup for price alert * Fixed an issue with inability to create a return order from the Admin panel * Fixed an issue with incorrect work of the Default Value for Disable Automatic Group Changes Based on VAT ID setting * Fixed an issue with fatal error on the I18n tools launch due to incorrect bootstrap/autoload @@ -554,11 +604,11 @@ * Performance improvements: * Introduced CatalogRule indexers based on Mview * Significantly decreased the amount of unused objects, mostly in category and product view scenarios: - * Got rid of non-shared indexer instances all over the code introducing Magento\Indexer\Model\IndexerRegistry - * Magento\Catalog\Pricing\Price\BasePrice being created on demand only, instead of unconditioned creation in constructor - * Created proxies for unused objects with big amount of dependencies - * Fixed \Magento\Review\Block\Product\Review block which injected backend block context by mistake - * A customer model in \Magento\Customer\Model\Layout\DepersonalizePlugin being created on demand only, instead of constructor + * Got rid of non-shared indexer instances all over the code introducing Magento\Indexer\Model\IndexerRegistry + * Magento\Catalog\Pricing\Price\BasePrice being created on demand only, instead of unconditioned creation in constructor + * Created proxies for unused objects with big amount of dependencies + * Fixed \Magento\Review\Block\Product\Review block which injected backend block context by mistake + * A customer model in \Magento\Customer\Model\Layout\DepersonalizePlugin being created on demand only, instead of constructor * Introduced caching for product attribute metadata loading procedure * Improved SavePayment Checkout step to save only payment related data * Speed up all Checkout steps of the One Page Checkout @@ -634,48 +684,48 @@ 0.1.0-alpha102 ============= * Fixed bugs: - * Fixed an issue where the categories tree was not displayed when adding a new category during product creation - * Fixed an issue where the Template field on the New Email Template page was labeled as required - * Fixed minor UI issues in Multiple Addresses Checkout for a desktop - * Fixed minor UI issues with Widgets on the storefront - * Fixed minor UI issues with pages printing view on the storefront - * Fixed minor UI issues in items Gift message on the Order View frontend page - * Fixed an issue in the Admin panel where no message was displayed after adding a product to cart with quantity exceeding the available quantity) + * Fixed an issue where the categories tree was not displayed when adding a new category during product creation + * Fixed an issue where the Template field on the New Email Template page was labeled as required + * Fixed minor UI issues in Multiple Addresses Checkout for a desktop + * Fixed minor UI issues with Widgets on the storefront + * Fixed minor UI issues with pages printing view on the storefront + * Fixed minor UI issues in items Gift message on the Order View frontend page + * Fixed an issue in the Admin panel where no message was displayed after adding a product to cart with quantity exceeding the available quantity) * Framework improvements: - * To enhance the readability of tables for screen readers, added the tag and the “scope” attribute for tables - * Added customer module interfaces - * Created the ability to generate API documentation + * To enhance the readability of tables for screen readers, added the tag and the “scope” attribute for tables + * Added customer module interfaces + * Created the ability to generate API documentation * Added the following functional tests: - * Create gift message in the Admin panel - * Delete term - * Product type switching when editing - * Re-authorize tokens for the Integration - * Revoke all access tokens for admin without tokens - * Update custom order status - * Update a product from a mini shopping cart + * Create gift message in the Admin panel + * Delete term + * Product type switching when editing + * Re-authorize tokens for the Integration + * Revoke all access tokens for admin without tokens + * Update custom order status + * Update a product from a mini shopping cart * WebApi Framework improvements: - * Added Web API support to add/override matching identifier parameter in the body from URL + * Added Web API support to add/override matching identifier parameter in the body from URL * Documentation: - * Added README files with module description for the following modules: - * Authorizenet - * Centinel - * Customer - * CustomerImportExport - * Dhl - * Fedex - * OfflinePayments - * OfflineShipping - * Ogone - * PayPalRecurringPayment - * Payment - * Paypal - * ProductAlert - * RecurringPayment - * Sendfriend - * Shipping - * Ups - * Usps - * Wishlist + * Added README files with module description for the following modules: + * Authorizenet + * Centinel + * Customer + * CustomerImportExport + * Dhl + * Fedex + * OfflinePayments + * OfflineShipping + * Ogone + * PayPalRecurringPayment + * Payment + * Paypal + * ProductAlert + * RecurringPayment + * Sendfriend + * Shipping + * Ups + * Usps + * Wishlist * Container-Based Page Layout: * Distributed the responsibility of View\Layout between three classes (PageLayout, PageConfig, GenericLayout) * Refactored controller actions to use ResultInterface objects: @@ -689,20 +739,20 @@ * Added new base classes in the Service infrastructure lib to support extensible Data Interfaces * Updated the WebApi framework serialization (for SOAP and REST) to process requests based on Data Interfaces and removed dependency on Data Objects * Added base class for Data Interface based builders and implemented a code generator for the same - * File system improvements: + * File system improvements: * List of available application directories is complete now and defined in the \Magento\Framework\Filesystem\DirectoryList and the \Magento\Framework\App\Filesystem\DirectoryList classes. There is no ability to extend the list in configuration * Directory paths can be changed using environment/bootstrap * Information about necessary permissions (writable, readable) belongs to Setup Application, Magento Application does not possess this info and does not verify. Setup Application performs permissions validation * Unnecessary writable permissions are validated by Setup Application after installation and corresponding message is displayed to the user * Functional tests: - * Configure a product in a customer wishlist in the Admin panel - * Configure a product in a customer wishlist on the storefront - * Create terms and conditions - * Manage products stock - * Move a product from a shopping card to a wishlist - * Un-assign custom order status - * Update terms and conditions - * Update URL rewrites after moving/deleting a category + * Configure a product in a customer wishlist in the Admin panel + * Configure a product in a customer wishlist on the storefront + * Create terms and conditions + * Manage products stock + * Move a product from a shopping card to a wishlist + * Un-assign custom order status + * Update terms and conditions + * Update URL rewrites after moving/deleting a category * Update URL rewrites after changing category assignment for a product * View customer wishlist in the Admin panel * Tax calculation test @@ -752,44 +802,44 @@ * Magento\Framework\Stdlib * Magento\Framework\Validator * Performance improvements: - * Reduced checkout response time by loading only current checkout step - * Reduced the number of AJAX calls on checkout steps - * Improved performance on the billing and shipping checkout steps - * Improved performance in certain areas by loading translation data from cache - * Removed transactions from visitors logging - * Fixed classmap generator to consider namespaces - * Eliminated a redundant query for category tree rendering - * Optimized StoreManager and Storage performance - * Optimized Object Manager + * Reduced checkout response time by loading only current checkout step + * Reduced the number of AJAX calls on checkout steps + * Improved performance on the billing and shipping checkout steps + * Improved performance in certain areas by loading translation data from cache + * Removed transactions from visitors logging + * Fixed classmap generator to consider namespaces + * Eliminated a redundant query for category tree rendering + * Optimized StoreManager and Storage performance + * Optimized Object Manager * Fixed bugs: - * Fixed an issue where partial invoices and partial credit memos contained incorrect customer's tax details - * Fixed an issue where a PHP fatal error occurred when logging in during checkout to order a product with FPT - * Fixed an issue where FPT was not calculated in reorders - * Fixed an issue where there was a duplicated Administrator role after installation - * Fixed an issue where the Try Again button was disabled after entering the incorrect data during installation + * Fixed an issue where partial invoices and partial credit memos contained incorrect customer's tax details + * Fixed an issue where a PHP fatal error occurred when logging in during checkout to order a product with FPT + * Fixed an issue where FPT was not calculated in reorders + * Fixed an issue where there was a duplicated Administrator role after installation + * Fixed an issue where the Try Again button was disabled after entering the incorrect data during installation * Fixed an issue where the "Application is not installed yet" error was thrown instead of redirecting to the Installation Wizard in the developer mode - * Fixed an issue where an error was thrown during installation with db_prefix option + * Fixed an issue where an error was thrown during installation with db_prefix option * Fixed an issue where the SQL query was not optimized for product search ('catalogsearch_query') - * Fixed an issue where the wrong message was displayed after changing customer password on the storefront - * Fixed an issue where Newsletter preview led to an empty page - * Fixed an issue where a new search term was not displayed in suggested results - * Fixed an issue where no results were found for the Products Viewed report - * Fixed an issue where no results were found for Coupons reports - * Fixed an issue with incremental Qty setting - * Fixed an issue with allowing importing of negative weight values - * Fixed an issue with Inventory - Only X left Treshold being not dependent on Qty for Item's Status to Become Out of Stock - * Fixed an issue where the "Catalog Search Index index was rebuilt." message was displayed when reindexing the Catalog Search index + * Fixed an issue where the wrong message was displayed after changing customer password on the storefront + * Fixed an issue where Newsletter preview led to an empty page + * Fixed an issue where a new search term was not displayed in suggested results + * Fixed an issue where no results were found for the Products Viewed report + * Fixed an issue where no results were found for Coupons reports + * Fixed an issue with incremental Qty setting + * Fixed an issue with allowing importing of negative weight values + * Fixed an issue with Inventory - Only X left Treshold being not dependent on Qty for Item's Status to Become Out of Stock + * Fixed an issue where the "Catalog Search Index index was rebuilt." message was displayed when reindexing the Catalog Search index * Search module: - * Integrated the Search library to the advanced search functionality - * Substituted the old logic of the EAV attributes search by Advanced Search - * Introduced mappers for MySQL adapter - * Restored the currency calculation functionality - * Fixed sorting by relevance in quick search and advanced search - * Integrated the Search library into the search widget functionality - * Removed the dependency on the catalogsearch_result table - * Substituted the old logic of EAV attributes by Quick search APIs - * Search modularity: - * Removed circular dependency between Catalog and Catalog Search + * Integrated the Search library to the advanced search functionality + * Substituted the old logic of the EAV attributes search by Advanced Search + * Introduced mappers for MySQL adapter + * Restored the currency calculation functionality + * Fixed sorting by relevance in quick search and advanced search + * Integrated the Search library into the search widget functionality + * Removed the dependency on the catalogsearch_result table + * Substituted the old logic of EAV attributes by Quick search APIs + * Search modularity: + * Removed circular dependency between Catalog and Catalog Search * Removed exceeded dependencies of the Search module 0.1.0-alpha100 diff --git a/app/code/Magento/AdminNotification/composer.json b/app/code/Magento/AdminNotification/composer.json index 772dd77e5093f..afe0c85867f61 100644 --- a/app/code/Magento/AdminNotification/composer.json +++ b/app/code/Magento/AdminNotification/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "lib-libxml": "*", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Authorization/composer.json b/app/code/Magento/Authorization/composer.json index 46060369cb7e6..d2f381ae0325a 100644 --- a/app/code/Magento/Authorization/composer.json +++ b/app/code/Magento/Authorization/composer.json @@ -3,12 +3,12 @@ "description": "Authorization module provides access to Magento ACL functionality.", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-backend": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-backend": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Backend/composer.json b/app/code/Magento/Backend/composer.json index b1d54364d381f..873b57640d111 100644 --- a/app/code/Magento/Backend/composer.json +++ b/app/code/Magento/Backend/composer.json @@ -3,26 +3,26 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-cron": "0.42.0-beta3", - "magento/module-theme": "0.42.0-beta3", - "magento/module-reports": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-user": "0.42.0-beta3", - "magento/module-backup": "0.42.0-beta3", - "magento/module-email": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-translation": "0.42.0-beta3", - "magento/module-require-js": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-cron": "0.42.0-beta4", + "magento/module-theme": "0.42.0-beta4", + "magento/module-reports": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-user": "0.42.0-beta4", + "magento/module-backup": "0.42.0-beta4", + "magento/module-email": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-translation": "0.42.0-beta4", + "magento/module-require-js": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Backup/composer.json b/app/code/Magento/Backup/composer.json index 87a0225e86690..61ae463dbbfb8 100644 --- a/app/code/Magento/Backup/composer.json +++ b/app/code/Magento/Backup/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-cron": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-cron": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Bundle/composer.json b/app/code/Magento/Bundle/composer.json index 8580562292cb8..a6dd3e14501d6 100644 --- a/app/code/Magento/Bundle/composer.json +++ b/app/code/Magento/Bundle/composer.json @@ -3,24 +3,24 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-tax": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-checkout": "0.42.0-beta3", - "magento/module-catalog-inventory": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-catalog-rule": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-gift-message": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", - "magento/module-webapi": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-tax": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-checkout": "0.42.0-beta4", + "magento/module-catalog-inventory": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-catalog-rule": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-gift-message": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", + "magento/module-webapi": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Captcha/composer.json b/app/code/Magento/Captcha/composer.json index 5cd84ce402336..bf03a08ae1f64 100644 --- a/app/code/Magento/Captcha/composer.json +++ b/app/code/Magento/Captcha/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-checkout": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-checkout": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Catalog/composer.json b/app/code/Magento/Catalog/composer.json index 360e14b27de53..4d8681b99b1aa 100644 --- a/app/code/Magento/Catalog/composer.json +++ b/app/code/Magento/Catalog/composer.json @@ -3,33 +3,33 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-cms": "0.42.0-beta3", - "magento/module-indexer": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-theme": "0.42.0-beta3", - "magento/module-checkout": "0.42.0-beta3", - "magento/module-log": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-widget": "0.42.0-beta3", - "magento/module-wishlist": "0.42.0-beta3", - "magento/module-tax": "0.42.0-beta3", - "magento/module-msrp": "0.42.0-beta3", - "magento/module-catalog-inventory": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-catalog-rule": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-product-alert": "0.42.0-beta3", - "magento/module-url-rewrite": "0.42.0-beta3", - "magento/module-catalog-url-rewrite": "0.42.0-beta3", - "magento/module-page-cache": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-cms": "0.42.0-beta4", + "magento/module-indexer": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-theme": "0.42.0-beta4", + "magento/module-checkout": "0.42.0-beta4", + "magento/module-log": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-widget": "0.42.0-beta4", + "magento/module-wishlist": "0.42.0-beta4", + "magento/module-tax": "0.42.0-beta4", + "magento/module-msrp": "0.42.0-beta4", + "magento/module-catalog-inventory": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-catalog-rule": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-product-alert": "0.42.0-beta4", + "magento/module-url-rewrite": "0.42.0-beta4", + "magento/module-catalog-url-rewrite": "0.42.0-beta4", + "magento/module-page-cache": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CatalogImportExport/composer.json b/app/code/Magento/CatalogImportExport/composer.json index b494e210bef94..f305a4d190986 100644 --- a/app/code/Magento/CatalogImportExport/composer.json +++ b/app/code/Magento/CatalogImportExport/composer.json @@ -3,20 +3,20 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-core": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-import-export": "0.42.0-beta3", - "magento/module-indexer": "0.42.0-beta3", - "magento/module-store": "0.42.0-beta3", - "magento/module-catalog-inventory": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-core": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-import-export": "0.42.0-beta4", + "magento/module-indexer": "0.42.0-beta4", + "magento/module-store": "0.42.0-beta4", + "magento/module-catalog-inventory": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "ext-ctype": "*", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CatalogInventory/composer.json b/app/code/Magento/CatalogInventory/composer.json index c226936f18f7b..ffea837d11f7d 100644 --- a/app/code/Magento/CatalogInventory/composer.json +++ b/app/code/Magento/CatalogInventory/composer.json @@ -3,18 +3,18 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-indexer": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-indexer": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CatalogRule/composer.json b/app/code/Magento/CatalogRule/composer.json index 77813109ca80a..c19ff885884e4 100644 --- a/app/code/Magento/CatalogRule/composer.json +++ b/app/code/Magento/CatalogRule/composer.json @@ -3,19 +3,19 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-rule": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-indexer": "0.42.0-beta3", - "magento/module-import-export": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-rule": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-indexer": "0.42.0-beta4", + "magento/module-import-export": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CatalogSearch/composer.json b/app/code/Magento/CatalogSearch/composer.json index 1820067884907..67e0dae7369e1 100644 --- a/app/code/Magento/CatalogSearch/composer.json +++ b/app/code/Magento/CatalogSearch/composer.json @@ -3,21 +3,21 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-search": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-indexer": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-theme": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-search": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-indexer": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-theme": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CatalogUrlRewrite/composer.json b/app/code/Magento/CatalogUrlRewrite/composer.json index 51e3cb2ed671e..44828ca1beea7 100644 --- a/app/code/Magento/CatalogUrlRewrite/composer.json +++ b/app/code/Magento/CatalogUrlRewrite/composer.json @@ -3,18 +3,18 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-backend": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-catalog-import-export": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-import-export": "0.42.0-beta3", - "magento/module-store": "0.42.0-beta3", - "magento/module-url-rewrite": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-backend": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-catalog-import-export": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-import-export": "0.42.0-beta4", + "magento/module-store": "0.42.0-beta4", + "magento/module-url-rewrite": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CatalogWidget/composer.json b/app/code/Magento/CatalogWidget/composer.json index 0c728e7ef139c..0b537e7372e65 100644 --- a/app/code/Magento/CatalogWidget/composer.json +++ b/app/code/Magento/CatalogWidget/composer.json @@ -3,20 +3,20 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-widget": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-rule": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-store": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-wishlist": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-widget": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-rule": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-store": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-wishlist": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Centinel/composer.json b/app/code/Magento/Centinel/composer.json index 23ce3a4a76fa1..4917eeddd80ed 100644 --- a/app/code/Magento/Centinel/composer.json +++ b/app/code/Magento/Centinel/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-checkout": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-checkout": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Checkout/composer.json b/app/code/Magento/Checkout/composer.json index 5571403235562..3ee14a8ca19ef 100644 --- a/app/code/Magento/Checkout/composer.json +++ b/app/code/Magento/Checkout/composer.json @@ -3,28 +3,28 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-authorization": "0.42.0-beta3", - "magento/module-catalog-inventory": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-payment": "0.42.0-beta3", - "magento/module-tax": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-gift-message": "0.42.0-beta3", - "magento/module-wishlist": "0.42.0-beta3", - "magento/module-page-cache": "0.42.0-beta3", - "magento/module-theme": "0.42.0-beta3", - "magento/module-msrp": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", - "magento/module-ui": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-authorization": "0.42.0-beta4", + "magento/module-catalog-inventory": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-payment": "0.42.0-beta4", + "magento/module-tax": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-gift-message": "0.42.0-beta4", + "magento/module-wishlist": "0.42.0-beta4", + "magento/module-page-cache": "0.42.0-beta4", + "magento/module-theme": "0.42.0-beta4", + "magento/module-msrp": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", + "magento/module-ui": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CheckoutAgreements/composer.json b/app/code/Magento/CheckoutAgreements/composer.json index 0e41b386f1a71..d5a47c50bc4b0 100644 --- a/app/code/Magento/CheckoutAgreements/composer.json +++ b/app/code/Magento/CheckoutAgreements/composer.json @@ -3,14 +3,14 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-checkout": "0.42.0-beta3", - "magento/module-store": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-checkout": "0.42.0-beta4", + "magento/module-store": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Cms/composer.json b/app/code/Magento/Cms/composer.json index 1bab1473f233a..88465c8ad4529 100644 --- a/app/code/Magento/Cms/composer.json +++ b/app/code/Magento/Cms/composer.json @@ -3,19 +3,19 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-theme": "0.42.0-beta3", - "magento/module-widget": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-email": "0.42.0-beta3", - "magento/module-ui": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-theme": "0.42.0-beta4", + "magento/module-widget": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-email": "0.42.0-beta4", + "magento/module-ui": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CmsUrlRewrite/composer.json b/app/code/Magento/CmsUrlRewrite/composer.json index 8566a9d1e0b73..8e5c888669acf 100644 --- a/app/code/Magento/CmsUrlRewrite/composer.json +++ b/app/code/Magento/CmsUrlRewrite/composer.json @@ -3,14 +3,14 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-cms": "0.42.0-beta3", - "magento/module-store": "0.42.0-beta3", - "magento/module-url-rewrite": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-cms": "0.42.0-beta4", + "magento/module-store": "0.42.0-beta4", + "magento/module-url-rewrite": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/ConfigurableImportExport/composer.json b/app/code/Magento/ConfigurableImportExport/composer.json index 350b1f9762dae..5b7e1e3cd382e 100644 --- a/app/code/Magento/ConfigurableImportExport/composer.json +++ b/app/code/Magento/ConfigurableImportExport/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-catalog-import-export": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-import-export": "0.42.0-beta3", - "magento/module-configurable-product": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-catalog-import-export": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-import-export": "0.42.0-beta4", + "magento/module-configurable-product": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/ConfigurableProduct/composer.json b/app/code/Magento/ConfigurableProduct/composer.json index 40614acdc7e88..d564ae1197a40 100644 --- a/app/code/Magento/ConfigurableProduct/composer.json +++ b/app/code/Magento/ConfigurableProduct/composer.json @@ -3,23 +3,23 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-catalog-inventory": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-checkout": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-catalog-rule": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", - "magento/module-webapi": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-catalog-inventory": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-checkout": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-catalog-rule": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", + "magento/module-webapi": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Contact/composer.json b/app/code/Magento/Contact/composer.json index e746193309c4f..9ef0d938edd95 100644 --- a/app/code/Magento/Contact/composer.json +++ b/app/code/Magento/Contact/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-cms": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-cms": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Core/composer.json b/app/code/Magento/Core/composer.json index 3d356da4d534d..ef8c29a7eba01 100644 --- a/app/code/Magento/Core/composer.json +++ b/app/code/Magento/Core/composer.json @@ -3,18 +3,18 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-cron": "0.42.0-beta3", - "magento/module-theme": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-page-cache": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-cron": "0.42.0-beta4", + "magento/module-theme": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-page-cache": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "lib-libxml": "*", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Cron/composer.json b/app/code/Magento/Cron/composer.json index 5d0310756d4a3..583d3a76a125a 100644 --- a/app/code/Magento/Cron/composer.json +++ b/app/code/Magento/Cron/composer.json @@ -3,13 +3,13 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CurrencySymbol/composer.json b/app/code/Magento/CurrencySymbol/composer.json index fe027d918ba32..508d4a1888d97 100644 --- a/app/code/Magento/CurrencySymbol/composer.json +++ b/app/code/Magento/CurrencySymbol/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-page-cache": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-page-cache": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Customer/composer.json b/app/code/Magento/Customer/composer.json index 6a8f9941fef46..fa503e635da60 100644 --- a/app/code/Magento/Customer/composer.json +++ b/app/code/Magento/Customer/composer.json @@ -3,28 +3,28 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-newsletter": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-checkout": "0.42.0-beta3", - "magento/module-wishlist": "0.42.0-beta3", - "magento/module-theme": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-review": "0.42.0-beta3", - "magento/module-tax": "0.42.0-beta3", - "magento/module-page-cache": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", - "magento/module-authorization": "0.42.0-beta3", - "magento/module-integration": "0.42.0-beta3", - "magento/module-ui": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-newsletter": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-checkout": "0.42.0-beta4", + "magento/module-wishlist": "0.42.0-beta4", + "magento/module-theme": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-review": "0.42.0-beta4", + "magento/module-tax": "0.42.0-beta4", + "magento/module-page-cache": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", + "magento/module-authorization": "0.42.0-beta4", + "magento/module-integration": "0.42.0-beta4", + "magento/module-ui": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CustomerImportExport/composer.json b/app/code/Magento/CustomerImportExport/composer.json index 286d4febae3a2..d5a5064f9e57d 100644 --- a/app/code/Magento/CustomerImportExport/composer.json +++ b/app/code/Magento/CustomerImportExport/composer.json @@ -3,18 +3,18 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-backend": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-import-export": "0.42.0-beta3", - "magento/module-store": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-backend": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-import-export": "0.42.0-beta4", + "magento/module-store": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/DesignEditor/composer.json b/app/code/Magento/DesignEditor/composer.json index 356553a6cc3b6..79e8100a7f7b9 100644 --- a/app/code/Magento/DesignEditor/composer.json +++ b/app/code/Magento/DesignEditor/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-theme": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-theme": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Dhl/composer.json b/app/code/Magento/Dhl/composer.json index c9d78cbed3b5a..74b6eafaa747f 100644 --- a/app/code/Magento/Dhl/composer.json +++ b/app/code/Magento/Dhl/composer.json @@ -3,21 +3,21 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-shipping": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-checkout": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-catalog-inventory": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-shipping": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-checkout": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-catalog-inventory": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "lib-libxml": "*", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Directory/composer.json b/app/code/Magento/Directory/composer.json index 58c7f5ad1dda2..d2f73d089a3f0 100644 --- a/app/code/Magento/Directory/composer.json +++ b/app/code/Magento/Directory/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "lib-libxml": "*", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Downloadable/composer.json b/app/code/Magento/Downloadable/composer.json index c8c0562e88873..772752b5783d1 100644 --- a/app/code/Magento/Downloadable/composer.json +++ b/app/code/Magento/Downloadable/composer.json @@ -3,26 +3,26 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-tax": "0.42.0-beta3", - "magento/module-theme": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-checkout": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-wishlist": "0.42.0-beta3", - "magento/module-gift-message": "0.42.0-beta3", - "magento/module-catalog-inventory": "0.42.0-beta3", - "magento/module-msrp": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-tax": "0.42.0-beta4", + "magento/module-theme": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-checkout": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-wishlist": "0.42.0-beta4", + "magento/module-gift-message": "0.42.0-beta4", + "magento/module-catalog-inventory": "0.42.0-beta4", + "magento/module-msrp": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Eav/composer.json b/app/code/Magento/Eav/composer.json index c60d271e7cf02..d02b7871d607b 100644 --- a/app/code/Magento/Eav/composer.json +++ b/app/code/Magento/Eav/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Email/composer.json b/app/code/Magento/Email/composer.json index 9afda3f5b33af..d228422e79fa1 100644 --- a/app/code/Magento/Email/composer.json +++ b/app/code/Magento/Email/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-cms": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-cms": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Fedex/composer.json b/app/code/Magento/Fedex/composer.json index c4bb50094eda0..c74873ef9c534 100644 --- a/app/code/Magento/Fedex/composer.json +++ b/app/code/Magento/Fedex/composer.json @@ -3,19 +3,19 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-shipping": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-catalog-inventory": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-shipping": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-catalog-inventory": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "lib-libxml": "*", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/GiftMessage/composer.json b/app/code/Magento/GiftMessage/composer.json index 2f330a2b6f519..5d2058a948b9e 100644 --- a/app/code/Magento/GiftMessage/composer.json +++ b/app/code/Magento/GiftMessage/composer.json @@ -3,20 +3,20 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-checkout": "0.42.0-beta3", - "magento/module-multishipping": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-checkout": "0.42.0-beta4", + "magento/module-multishipping": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/GoogleAdwords/composer.json b/app/code/Magento/GoogleAdwords/composer.json index 0e10e7361b8b5..39e31ce86c536 100644 --- a/app/code/Magento/GoogleAdwords/composer.json +++ b/app/code/Magento/GoogleAdwords/composer.json @@ -3,13 +3,13 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/GoogleAnalytics/composer.json b/app/code/Magento/GoogleAnalytics/composer.json index ad2a5c677de09..36c520368a0fc 100644 --- a/app/code/Magento/GoogleAnalytics/composer.json +++ b/app/code/Magento/GoogleAnalytics/composer.json @@ -3,13 +3,13 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/GoogleOptimizer/composer.json b/app/code/Magento/GoogleOptimizer/composer.json index 6f3640d73b6b3..35eb2dec491b6 100644 --- a/app/code/Magento/GoogleOptimizer/composer.json +++ b/app/code/Magento/GoogleOptimizer/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-google-analytics": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-cms": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-google-analytics": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-cms": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/GoogleShopping/composer.json b/app/code/Magento/GoogleShopping/composer.json index 38e35843f414a..06930c0452657 100644 --- a/app/code/Magento/GoogleShopping/composer.json +++ b/app/code/Magento/GoogleShopping/composer.json @@ -3,19 +3,19 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-tax": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-tax": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/GroupedImportExport/composer.json b/app/code/Magento/GroupedImportExport/composer.json index f53791499fbd2..98e7b3d0940d9 100644 --- a/app/code/Magento/GroupedImportExport/composer.json +++ b/app/code/Magento/GroupedImportExport/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-import-export": "0.42.0-beta3", - "magento/module-catalog-import-export": "0.42.0-beta3", - "magento/module-grouped-product": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-import-export": "0.42.0-beta4", + "magento/module-catalog-import-export": "0.42.0-beta4", + "magento/module-grouped-product": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/GroupedProduct/composer.json b/app/code/Magento/GroupedProduct/composer.json index d276a035dacf7..f4c82977754fb 100644 --- a/app/code/Magento/GroupedProduct/composer.json +++ b/app/code/Magento/GroupedProduct/composer.json @@ -3,21 +3,21 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-catalog-inventory": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-checkout": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-msrp": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-catalog-inventory": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-checkout": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-msrp": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/ImportExport/composer.json b/app/code/Magento/ImportExport/composer.json index 89e4b1aab9805..cf1edd4bf6770 100644 --- a/app/code/Magento/ImportExport/composer.json +++ b/app/code/Magento/ImportExport/composer.json @@ -3,17 +3,17 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-indexer": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-indexer": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "ext-ctype": "*", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Indexer/composer.json b/app/code/Magento/Indexer/composer.json index 98cc0400270d6..3639c8c5acc74 100644 --- a/app/code/Magento/Indexer/composer.json +++ b/app/code/Magento/Indexer/composer.json @@ -3,13 +3,13 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-backend": "0.42.0-beta3", - "magento/module-page-cache": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-backend": "0.42.0-beta4", + "magento/module-page-cache": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Integration/composer.json b/app/code/Magento/Integration/composer.json index 39da0e6194a83..5173a12898994 100644 --- a/app/code/Magento/Integration/composer.json +++ b/app/code/Magento/Integration/composer.json @@ -3,17 +3,17 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-user": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", - "magento/module-authorization": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-user": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", + "magento/module-authorization": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/LayeredNavigation/composer.json b/app/code/Magento/LayeredNavigation/composer.json index a4cf2dc2cef49..076de1684536d 100644 --- a/app/code/Magento/LayeredNavigation/composer.json +++ b/app/code/Magento/LayeredNavigation/composer.json @@ -3,13 +3,13 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Log/composer.json b/app/code/Magento/Log/composer.json index 4bf9ba061b87f..5217997ddac94 100644 --- a/app/code/Magento/Log/composer.json +++ b/app/code/Magento/Log/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Msrp/composer.json b/app/code/Magento/Msrp/composer.json index 3d83446f5e40c..16a9d9db4c2ca 100644 --- a/app/code/Magento/Msrp/composer.json +++ b/app/code/Magento/Msrp/composer.json @@ -3,20 +3,20 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-bundle": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-downloadable": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-grouped-product": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-store": "0.42.0-beta3", - "magento/module-tax": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-bundle": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-downloadable": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-grouped-product": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-store": "0.42.0-beta4", + "magento/module-tax": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Multishipping/composer.json b/app/code/Magento/Multishipping/composer.json index 756598d1fa2a9..839a867283480 100644 --- a/app/code/Magento/Multishipping/composer.json +++ b/app/code/Magento/Multishipping/composer.json @@ -3,19 +3,19 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-checkout": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-payment": "0.42.0-beta3", - "magento/module-tax": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-theme": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-checkout": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-payment": "0.42.0-beta4", + "magento/module-tax": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-theme": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Newsletter/composer.json b/app/code/Magento/Newsletter/composer.json index 4c9e57f393230..8fd1f35d11f8a 100644 --- a/app/code/Magento/Newsletter/composer.json +++ b/app/code/Magento/Newsletter/composer.json @@ -3,20 +3,20 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-widget": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-cms": "0.42.0-beta3", - "magento/module-email": "0.42.0-beta3", - "magento/module-cron": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-widget": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-cms": "0.42.0-beta4", + "magento/module-email": "0.42.0-beta4", + "magento/module-cron": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/OfflinePayments/composer.json b/app/code/Magento/OfflinePayments/composer.json index ebd7adb688e87..c04204b657bd8 100644 --- a/app/code/Magento/OfflinePayments/composer.json +++ b/app/code/Magento/OfflinePayments/composer.json @@ -3,12 +3,12 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-payment": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-payment": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/OfflineShipping/composer.json b/app/code/Magento/OfflineShipping/composer.json index f233c74afbce1..d22d2229e07e4 100644 --- a/app/code/Magento/OfflineShipping/composer.json +++ b/app/code/Magento/OfflineShipping/composer.json @@ -3,19 +3,19 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-shipping": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-sales-rule": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-checkout": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-shipping": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-sales-rule": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-checkout": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/PageCache/composer.json b/app/code/Magento/PageCache/composer.json index ea05fb95664ae..055bc6ae45fa3 100644 --- a/app/code/Magento/PageCache/composer.json +++ b/app/code/Magento/PageCache/composer.json @@ -3,13 +3,13 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Payment/composer.json b/app/code/Magento/Payment/composer.json index 1f55fcdc3a829..e3da807327b4e 100644 --- a/app/code/Magento/Payment/composer.json +++ b/app/code/Magento/Payment/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-centinel": "0.42.0-beta3", - "magento/module-checkout": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-centinel": "0.42.0-beta4", + "magento/module-checkout": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Persistent/composer.json b/app/code/Magento/Persistent/composer.json index 022dc88e2fc3d..b6128eea1a34f 100644 --- a/app/code/Magento/Persistent/composer.json +++ b/app/code/Magento/Persistent/composer.json @@ -3,18 +3,18 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-checkout": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-cron": "0.42.0-beta3", - "magento/module-page-cache": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-checkout": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-cron": "0.42.0-beta4", + "magento/module-page-cache": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/ProductAlert/composer.json b/app/code/Magento/ProductAlert/composer.json index b001db5d77d92..11578bec3f343 100644 --- a/app/code/Magento/ProductAlert/composer.json +++ b/app/code/Magento/ProductAlert/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Reports/composer.json b/app/code/Magento/Reports/composer.json index 817eb609ddfed..7f9a68e3b0879 100644 --- a/app/code/Magento/Reports/composer.json +++ b/app/code/Magento/Reports/composer.json @@ -3,27 +3,27 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-cms": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-widget": "0.42.0-beta3", - "magento/module-log": "0.42.0-beta3", - "magento/module-wishlist": "0.42.0-beta3", - "magento/module-review": "0.42.0-beta3", - "magento/module-catalog-inventory": "0.42.0-beta3", - "magento/module-tax": "0.42.0-beta3", - "magento/module-downloadable": "0.42.0-beta3", - "magento/module-sales-rule": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-cms": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-widget": "0.42.0-beta4", + "magento/module-log": "0.42.0-beta4", + "magento/module-wishlist": "0.42.0-beta4", + "magento/module-review": "0.42.0-beta4", + "magento/module-catalog-inventory": "0.42.0-beta4", + "magento/module-tax": "0.42.0-beta4", + "magento/module-downloadable": "0.42.0-beta4", + "magento/module-sales-rule": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/RequireJs/composer.json b/app/code/Magento/RequireJs/composer.json index 4c029c1c34159..c6f02b72628d1 100644 --- a/app/code/Magento/RequireJs/composer.json +++ b/app/code/Magento/RequireJs/composer.json @@ -3,11 +3,11 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/framework": "0.42.0-beta3", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Review/composer.json b/app/code/Magento/Review/composer.json index ec6e7e8629c79..92cb207a7bbd5 100644 --- a/app/code/Magento/Review/composer.json +++ b/app/code/Magento/Review/composer.json @@ -3,20 +3,20 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-theme": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-newsletter": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", - "magento/module-ui": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-theme": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-newsletter": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", + "magento/module-ui": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Rss/composer.json b/app/code/Magento/Rss/composer.json index 74952b18d3133..fe710939ed4ef 100644 --- a/app/code/Magento/Rss/composer.json +++ b/app/code/Magento/Rss/composer.json @@ -3,14 +3,14 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Rule/composer.json b/app/code/Magento/Rule/composer.json index 023d077408adc..eec6ca407f75e 100644 --- a/app/code/Magento/Rule/composer.json +++ b/app/code/Magento/Rule/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "lib-libxml": "*", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Sales/composer.json b/app/code/Magento/Sales/composer.json index dd52c6dec79cb..204fc258d433b 100644 --- a/app/code/Magento/Sales/composer.json +++ b/app/code/Magento/Sales/composer.json @@ -3,32 +3,32 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-authorization": "0.42.0-beta3", - "magento/module-payment": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-checkout": "0.42.0-beta3", - "magento/module-theme": "0.42.0-beta3", - "magento/module-sales-rule": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-widget": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-tax": "0.42.0-beta3", - "magento/module-gift-message": "0.42.0-beta3", - "magento/module-reports": "0.42.0-beta3", - "magento/module-catalog-inventory": "0.42.0-beta3", - "magento/module-wishlist": "0.42.0-beta3", - "magento/module-email": "0.42.0-beta3", - "magento/module-shipping": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", - "magento/module-ui": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-authorization": "0.42.0-beta4", + "magento/module-payment": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-checkout": "0.42.0-beta4", + "magento/module-theme": "0.42.0-beta4", + "magento/module-sales-rule": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-widget": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-tax": "0.42.0-beta4", + "magento/module-gift-message": "0.42.0-beta4", + "magento/module-reports": "0.42.0-beta4", + "magento/module-catalog-inventory": "0.42.0-beta4", + "magento/module-wishlist": "0.42.0-beta4", + "magento/module-email": "0.42.0-beta4", + "magento/module-shipping": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", + "magento/module-ui": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/SalesRule/composer.json b/app/code/Magento/SalesRule/composer.json index 0bc6963fbfe82..e4a3e6fc6a3cd 100644 --- a/app/code/Magento/SalesRule/composer.json +++ b/app/code/Magento/SalesRule/composer.json @@ -3,25 +3,25 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-rule": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-shipping": "0.42.0-beta3", - "magento/module-payment": "0.42.0-beta3", - "magento/module-reports": "0.42.0-beta3", - "magento/module-catalog-rule": "0.42.0-beta3", - "magento/module-widget": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-rule": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-shipping": "0.42.0-beta4", + "magento/module-payment": "0.42.0-beta4", + "magento/module-reports": "0.42.0-beta4", + "magento/module-catalog-rule": "0.42.0-beta4", + "magento/module-widget": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Search/composer.json b/app/code/Magento/Search/composer.json index 3b6df7b57463c..3d147502ec1a1 100644 --- a/app/code/Magento/Search/composer.json +++ b/app/code/Magento/Search/composer.json @@ -3,14 +3,14 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/framework": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-store": "0.42.0-beta3", - "magento/module-reports": "0.42.0-beta3", + "magento/framework": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-store": "0.42.0-beta4", + "magento/module-reports": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Sendfriend/composer.json b/app/code/Magento/Sendfriend/composer.json index 79e1041b4822d..b853f7ff19105 100644 --- a/app/code/Magento/Sendfriend/composer.json +++ b/app/code/Magento/Sendfriend/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-theme": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-theme": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Shipping/composer.json b/app/code/Magento/Shipping/composer.json index 08a1e9d7969cd..bd1c6a5d64a27 100644 --- a/app/code/Magento/Shipping/composer.json +++ b/app/code/Magento/Shipping/composer.json @@ -3,27 +3,27 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-contact": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-payment": "0.42.0-beta3", - "magento/module-tax": "0.42.0-beta3", - "magento/module-catalog-inventory": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-contact": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-payment": "0.42.0-beta4", + "magento/module-tax": "0.42.0-beta4", + "magento/module-catalog-inventory": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "ext-gd": "*", "magento/magento-composer-installer": "*" }, "suggest": { - "magento/module-fedex": "0.42.0-beta3", - "magento/module-ups": "0.42.0-beta3" + "magento/module-fedex": "0.42.0-beta4", + "magento/module-ups": "0.42.0-beta4" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Sitemap/composer.json b/app/code/Magento/Sitemap/composer.json index b22d1586a32d6..7b21180eaec2a 100644 --- a/app/code/Magento/Sitemap/composer.json +++ b/app/code/Magento/Sitemap/composer.json @@ -3,18 +3,18 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-cms": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-catalog-url-rewrite": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-cms": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-catalog-url-rewrite": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Store/composer.json b/app/code/Magento/Store/composer.json index e089091493ed4..ad58e23e2a93a 100644 --- a/app/code/Magento/Store/composer.json +++ b/app/code/Magento/Store/composer.json @@ -3,14 +3,14 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-core": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-ui": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-core": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-ui": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Tax/composer.json b/app/code/Magento/Tax/composer.json index 5c54feeea3e74..65ef185fd62cb 100644 --- a/app/code/Magento/Tax/composer.json +++ b/app/code/Magento/Tax/composer.json @@ -3,22 +3,22 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-checkout": "0.42.0-beta3", - "magento/module-shipping": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-reports": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-checkout": "0.42.0-beta4", + "magento/module-shipping": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-reports": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/TaxImportExport/composer.json b/app/code/Magento/TaxImportExport/composer.json index d49ee464fd3e6..7c7f0e8ed4897 100644 --- a/app/code/Magento/TaxImportExport/composer.json +++ b/app/code/Magento/TaxImportExport/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-tax": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-store": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-tax": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-store": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Theme/composer.json b/app/code/Magento/Theme/composer.json index 9b67f6efa161a..d79abd45addbc 100644 --- a/app/code/Magento/Theme/composer.json +++ b/app/code/Magento/Theme/composer.json @@ -3,20 +3,20 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-cms": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", - "magento/module-require-js": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-cms": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", + "magento/module-require-js": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "suggest": { - "magento/module-translation": "0.42.0-beta3" + "magento/module-translation": "0.42.0-beta4" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Translation/composer.json b/app/code/Magento/Translation/composer.json index 259dadd131c12..aa68217911935 100644 --- a/app/code/Magento/Translation/composer.json +++ b/app/code/Magento/Translation/composer.json @@ -3,14 +3,14 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-core": "0.42.0-beta3", - "magento/module-store": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-core": "0.42.0-beta4", + "magento/module-store": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Ui/composer.json b/app/code/Magento/Ui/composer.json index efe3403132d45..b70905d24ced0 100644 --- a/app/code/Magento/Ui/composer.json +++ b/app/code/Magento/Ui/composer.json @@ -3,14 +3,14 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-backend": "0.42.0-beta3", - "magento/module-store": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", + "magento/module-backend": "0.42.0-beta4", + "magento/module-store": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Ups/composer.json b/app/code/Magento/Ups/composer.json index 42d5f994aeb4d..d42a84c2a6deb 100644 --- a/app/code/Magento/Ups/composer.json +++ b/app/code/Magento/Ups/composer.json @@ -3,18 +3,18 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-shipping": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-catalog-inventory": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-shipping": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-catalog-inventory": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/UrlRewrite/composer.json b/app/code/Magento/UrlRewrite/composer.json index a108f1b23a17f..ae89d8f05a90d 100644 --- a/app/code/Magento/UrlRewrite/composer.json +++ b/app/code/Magento/UrlRewrite/composer.json @@ -3,18 +3,18 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-store": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-catalog-url-rewrite": "0.42.0-beta3", - "magento/module-cms": "0.42.0-beta3", - "magento/module-cms-url-rewrite": "0.42.0-beta3", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-store": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-catalog-url-rewrite": "0.42.0-beta4", + "magento/module-cms": "0.42.0-beta4", + "magento/module-cms-url-rewrite": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/User/composer.json b/app/code/Magento/User/composer.json index 4bfac9339fc56..9f4842f6d67f0 100644 --- a/app/code/Magento/User/composer.json +++ b/app/code/Magento/User/composer.json @@ -3,18 +3,18 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-authorization": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-integration": "0.42.0-beta3", - "magento/module-store": "0.42.0-beta3", - "magento/module-theme": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", - "magento/module-require-js": "0.42.0-beta3", + "magento/module-authorization": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-integration": "0.42.0-beta4", + "magento/module-store": "0.42.0-beta4", + "magento/module-theme": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", + "magento/module-require-js": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Usps/composer.json b/app/code/Magento/Usps/composer.json index b7c72cec3da72..80e4af30f46d7 100644 --- a/app/code/Magento/Usps/composer.json +++ b/app/code/Magento/Usps/composer.json @@ -3,19 +3,19 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-shipping": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-catalog-inventory": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-shipping": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-catalog-inventory": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "lib-libxml": "*", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Webapi/composer.json b/app/code/Magento/Webapi/composer.json index 755ecba204525..8e6634134a194 100644 --- a/app/code/Magento/Webapi/composer.json +++ b/app/code/Magento/Webapi/composer.json @@ -3,19 +3,19 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-authorization": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-integration": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-authorization": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-integration": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "suggest": { - "magento/module-user": "0.42.0-beta3" + "magento/module-user": "0.42.0-beta4" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Weee/composer.json b/app/code/Magento/Weee/composer.json index fb0b9a6779c99..503c87b854b3a 100644 --- a/app/code/Magento/Weee/composer.json +++ b/app/code/Magento/Weee/composer.json @@ -3,20 +3,20 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-tax": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-directory": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-eav": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-tax": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-directory": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-eav": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Widget/composer.json b/app/code/Magento/Widget/composer.json index 3a4c1b875c684..367b733b445c5 100644 --- a/app/code/Magento/Widget/composer.json +++ b/app/code/Magento/Widget/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-cms": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-cms": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Wishlist/composer.json b/app/code/Magento/Wishlist/composer.json index d6dc5b534083e..64e96470ea8bd 100644 --- a/app/code/Magento/Wishlist/composer.json +++ b/app/code/Magento/Wishlist/composer.json @@ -3,28 +3,28 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta3", - "magento/module-customer": "0.42.0-beta3", - "magento/module-catalog": "0.42.0-beta3", - "magento/module-core": "0.42.0-beta3", - "magento/module-checkout": "0.42.0-beta3", - "magento/module-theme": "0.42.0-beta3", - "magento/module-catalog-inventory": "0.42.0-beta3", - "magento/module-rss": "0.42.0-beta3", - "magento/module-backend": "0.42.0-beta3", - "magento/module-sales": "0.42.0-beta3", - "magento/module-grouped-product": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", - "magento/module-ui": "0.42.0-beta3", + "magento/module-store": "0.42.0-beta4", + "magento/module-customer": "0.42.0-beta4", + "magento/module-catalog": "0.42.0-beta4", + "magento/module-core": "0.42.0-beta4", + "magento/module-checkout": "0.42.0-beta4", + "magento/module-theme": "0.42.0-beta4", + "magento/module-catalog-inventory": "0.42.0-beta4", + "magento/module-rss": "0.42.0-beta4", + "magento/module-backend": "0.42.0-beta4", + "magento/module-sales": "0.42.0-beta4", + "magento/module-grouped-product": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", + "magento/module-ui": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "suggest": { - "magento/module-configurable-product": "0.42.0-beta3", - "magento/module-downloadable": "0.42.0-beta3", - "magento/module-bundle": "0.42.0-beta3" + "magento/module-configurable-product": "0.42.0-beta4", + "magento/module-downloadable": "0.42.0-beta4", + "magento/module-bundle": "0.42.0-beta4" }, "type": "magento2-module", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/design/adminhtml/Magento/backend/composer.json b/app/design/adminhtml/Magento/backend/composer.json index 95c694e034fba..7081c61cc05e1 100644 --- a/app/design/adminhtml/Magento/backend/composer.json +++ b/app/design/adminhtml/Magento/backend/composer.json @@ -3,11 +3,11 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/framework": "0.42.0-beta3", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-theme", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/design/frontend/Magento/blank/composer.json b/app/design/frontend/Magento/blank/composer.json index f6da390cca977..90ed8e2584402 100644 --- a/app/design/frontend/Magento/blank/composer.json +++ b/app/design/frontend/Magento/blank/composer.json @@ -3,11 +3,11 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/framework": "0.42.0-beta3", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-theme", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/design/frontend/Magento/luma/composer.json b/app/design/frontend/Magento/luma/composer.json index 3c8c3377313a6..ad479e7f35ca5 100644 --- a/app/design/frontend/Magento/luma/composer.json +++ b/app/design/frontend/Magento/luma/composer.json @@ -3,12 +3,12 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/theme-frontend-blank": "0.42.0-beta3", - "magento/framework": "0.42.0-beta3", + "magento/theme-frontend-blank": "0.42.0-beta4", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-theme", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/i18n/magento/de_de/composer.json b/app/i18n/magento/de_de/composer.json index 5245e7280e836..3e3ea88931ee7 100644 --- a/app/i18n/magento/de_de/composer.json +++ b/app/i18n/magento/de_de/composer.json @@ -1,13 +1,13 @@ { "name": "magento/language-de_de", "description": "German (Germany) language", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { - "magento/framework": "0.42.0-beta3", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-language", diff --git a/app/i18n/magento/en_us/composer.json b/app/i18n/magento/en_us/composer.json index 1f4e07ce5a291..36452489550b9 100644 --- a/app/i18n/magento/en_us/composer.json +++ b/app/i18n/magento/en_us/composer.json @@ -1,13 +1,13 @@ { "name": "magento/language-en_us", "description": "English (United States) language", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { - "magento/framework": "0.42.0-beta3", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-language", diff --git a/app/i18n/magento/es_es/composer.json b/app/i18n/magento/es_es/composer.json index bdf4a5639c3ea..c2129b9d9f67d 100644 --- a/app/i18n/magento/es_es/composer.json +++ b/app/i18n/magento/es_es/composer.json @@ -1,13 +1,13 @@ { "name": "magento/language-es_es", "description": "Spanish (Spain) language", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { - "magento/framework": "0.42.0-beta3", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-language", diff --git a/app/i18n/magento/fr_fr/composer.json b/app/i18n/magento/fr_fr/composer.json index b46de534ce0ec..1b5f86ba485f0 100644 --- a/app/i18n/magento/fr_fr/composer.json +++ b/app/i18n/magento/fr_fr/composer.json @@ -1,13 +1,13 @@ { "name": "magento/language-fr_fr", "description": "French (France) language", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { - "magento/framework": "0.42.0-beta3", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-language", diff --git a/app/i18n/magento/nl_nl/composer.json b/app/i18n/magento/nl_nl/composer.json index 851bfae841145..f1ea5b69ca99d 100644 --- a/app/i18n/magento/nl_nl/composer.json +++ b/app/i18n/magento/nl_nl/composer.json @@ -1,13 +1,13 @@ { "name": "magento/language-nl_nl", "description": "Dutch (Netherlands) language", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { - "magento/framework": "0.42.0-beta3", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-language", diff --git a/app/i18n/magento/pt_br/composer.json b/app/i18n/magento/pt_br/composer.json index a3e34f6402ca0..a2e727e6b9ee9 100644 --- a/app/i18n/magento/pt_br/composer.json +++ b/app/i18n/magento/pt_br/composer.json @@ -1,13 +1,13 @@ { "name": "magento/language-pt_br", "description": "Portuguese (Brazil) language", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { - "magento/framework": "0.42.0-beta3", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-language", diff --git a/app/i18n/magento/zh_cn/composer.json b/app/i18n/magento/zh_cn/composer.json index 7230f2551f0a3..75e74d0940dd4 100644 --- a/app/i18n/magento/zh_cn/composer.json +++ b/app/i18n/magento/zh_cn/composer.json @@ -1,13 +1,13 @@ { "name": "magento/language-zh_cn", "description": "Chinese (China) language", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { - "magento/framework": "0.42.0-beta3", + "magento/framework": "0.42.0-beta4", "magento/magento-composer-installer": "*" }, "type": "magento2-language", diff --git a/composer.json b/composer.json index 0b627b47ac957..909b1046d80a2 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "magento/project-community-edition", "description": "Magento project (Community Edition)", "type": "project", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/lib/internal/Magento/Framework/AppInterface.php b/lib/internal/Magento/Framework/AppInterface.php index 38611244f02a8..4e7bbb51df6b1 100644 --- a/lib/internal/Magento/Framework/AppInterface.php +++ b/lib/internal/Magento/Framework/AppInterface.php @@ -17,7 +17,7 @@ interface AppInterface /** * Magento version */ - const VERSION = '0.42.0-beta3'; + const VERSION = '0.42.0-beta4'; /** * Launch application diff --git a/lib/internal/Magento/Framework/composer.json b/lib/internal/Magento/Framework/composer.json index d8dde599d2fa1..23dc4052a9b3d 100644 --- a/lib/internal/Magento/Framework/composer.json +++ b/lib/internal/Magento/Framework/composer.json @@ -2,7 +2,7 @@ "name": "magento/framework", "description": "N/A", "type": "magento2-library", - "version": "0.42.0-beta3", + "version": "0.42.0-beta4", "license": [ "OSL-3.0", "AFL-3.0" From 1a490f5be0c3ff2ae26c9ae7fe1610865cf9dec4 Mon Sep 17 00:00:00 2001 From: Vladimir Pelipenko Date: Fri, 16 Jan 2015 17:22:56 +0200 Subject: [PATCH 2/3] MAGETWO-31053: M2 GitHub Update (version 0.42.0-beta4) - fixed composer.lock and CHANGELOG.MD --- CHANGELOG.md | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72586361cc85f..fdf39c0d71051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,7 +81,7 @@ * Replaced end-to-end test for quick search with injectable test * Fixed bugs: * Fixed an issue where an exception occurred when adding configurable products to cart from the wishlist - * Modify .gitignore CE according to new repos structure (MAGETWO-32095) + * Modify .gitignore CE according to new repos structure * Fixed an issue where the 'Not %Username%?' link was displayed for a logged in user while pages were loaded * Fixed an issue where Shopping Cart Price Rules based on product attributes were not applied to configurable products * Fixed an issue where the Tax Class drop-down field on New Customer Group page contained the 'none' value when a tax class already existed diff --git a/composer.lock b/composer.lock index 92e802301136f..06d749eaf44ce 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "5b6a910ddfa8d9e972d2f0d003f1fdf7", + "hash": "75a2ca5e0953876bb1f19a74c6c0134f", "packages": [ { "name": "composer/composer", From faa5e9ddeef7b0a2db913b209be8c31c4212d8bb Mon Sep 17 00:00:00 2001 From: Vladimir Pelipenko Date: Mon, 19 Jan 2015 17:25:13 +0200 Subject: [PATCH 3/3] MAGETWO-31053: M2 GitHub Update (version 0.42.0-beta4) - fixed redundant dependencies and composer.lock --- app/code/Magento/Msrp/composer.json | 1 - app/code/Magento/Persistent/composer.json | 1 - composer.lock | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/code/Magento/Msrp/composer.json b/app/code/Magento/Msrp/composer.json index 07e3797999c6f..f0ae88d6a9313 100644 --- a/app/code/Magento/Msrp/composer.json +++ b/app/code/Magento/Msrp/composer.json @@ -9,7 +9,6 @@ "magento/module-downloadable": "0.42.0-beta4", "magento/module-eav": "0.42.0-beta4", "magento/module-grouped-product": "0.42.0-beta4", - "magento/module-sales": "0.42.0-beta4", "magento/module-store": "0.42.0-beta4", "magento/module-tax": "0.42.0-beta4", "magento/module-quote": "0.42.0-beta4", diff --git a/app/code/Magento/Persistent/composer.json b/app/code/Magento/Persistent/composer.json index 7c094067676f6..3680fca52129b 100644 --- a/app/code/Magento/Persistent/composer.json +++ b/app/code/Magento/Persistent/composer.json @@ -7,7 +7,6 @@ "magento/module-checkout": "0.42.0-beta4", "magento/module-core": "0.42.0-beta4", "magento/module-customer": "0.42.0-beta4", - "magento/module-sales": "0.42.0-beta4", "magento/module-cron": "0.42.0-beta4", "magento/module-page-cache": "0.42.0-beta4", "magento/module-quote": "0.42.0-beta4", diff --git a/composer.lock b/composer.lock index 06d749eaf44ce..d9dde5fab26f3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "75a2ca5e0953876bb1f19a74c6c0134f", + "hash": "26d01745182292ebe1704daed40c6d4a", "packages": [ { "name": "composer/composer",