Skip to content

Commit

Permalink
MC-33481: Magento 2.3.4-p2 Publication
Browse files Browse the repository at this point in the history
  • Loading branch information
magento-team committed Apr 28, 2020
1 parent c91f941 commit 52d92db
Show file tree
Hide file tree
Showing 490 changed files with 4,785 additions and 3,472 deletions.
26 changes: 13 additions & 13 deletions app/code/Magento/AdminAnalytics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
},
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-config": "*",
"magento/module-ui": "*",
"magento/module-release-notification": "*"
"magento/framework": "102.0.*",
"magento/module-backend": "101.0.*",
"magento/module-config": "101.1.*",
"magento/module-ui": "101.1.*",
"magento/module-release-notification": "100.3.*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\AdminAnalytics\\": ""
}
}
"files": [
"registration.php"
],
"psr-4": {
"Magento\\AdminAnalytics\\": ""
}
},
"version": "100.3.1-p2"
}

15 changes: 8 additions & 7 deletions app/code/Magento/AdminNotification/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0",
"lib-libxml": "*",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-media-storage": "*",
"magento/module-store": "*",
"magento/module-ui": "*",
"magento/module-config": "*"
"magento/framework": "102.0.*",
"magento/module-backend": "101.0.*",
"magento/module-media-storage": "100.3.*",
"magento/module-store": "101.0.*",
"magento/module-ui": "101.1.*",
"magento/module-config": "101.1.*"
},
"type": "magento2-module",
"license": [
Expand All @@ -26,5 +26,6 @@
"psr-4": {
"Magento\\AdminNotification\\": ""
}
}
},
"version": "100.3.4-p2"
}
19 changes: 10 additions & 9 deletions app/code/Magento/AdvancedPricingImportExport/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
},
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-catalog-import-export": "*",
"magento/module-catalog-inventory": "*",
"magento/module-customer": "*",
"magento/module-eav": "*",
"magento/module-import-export": "*",
"magento/module-store": "*"
"magento/framework": "102.0.*",
"magento/module-catalog": "103.0.*",
"magento/module-catalog-import-export": "101.0.*",
"magento/module-catalog-inventory": "100.3.*",
"magento/module-customer": "102.0.*",
"magento/module-eav": "102.0.*",
"magento/module-import-export": "100.3.*",
"magento/module-store": "101.0.*"
},
"type": "magento2-module",
"license": [
Expand All @@ -27,5 +27,6 @@
"psr-4": {
"Magento\\AdvancedPricingImportExport\\": ""
}
}
},
"version": "100.3.4"
}
19 changes: 10 additions & 9 deletions app/code/Magento/AdvancedSearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"sort-packages": true
},
"require": {
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-catalog": "*",
"magento/module-catalog-search": "*",
"magento/module-config": "*",
"magento/module-customer": "*",
"magento/module-search": "*",
"magento/module-store": "*",
"magento/framework": "102.0.*",
"magento/module-backend": "101.0.*",
"magento/module-catalog": "103.0.*",
"magento/module-catalog-search": "101.0.*",
"magento/module-config": "101.1.*",
"magento/module-customer": "102.0.*",
"magento/module-search": "101.0.*",
"magento/module-store": "101.0.*",
"php": "~7.1.3||~7.2.0||~7.3.0"
},
"type": "magento2-module",
Expand All @@ -27,5 +27,6 @@
"psr-4": {
"Magento\\AdvancedSearch\\": ""
}
}
},
"version": "100.3.4-p2"
}
9 changes: 5 additions & 4 deletions app/code/Magento/Amqp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"sort-packages": true
},
"require": {
"magento/framework": "*",
"magento/framework-amqp": "*",
"magento/framework-message-queue": "*",
"magento/framework": "102.0.*",
"magento/framework-amqp": "100.3.*",
"magento/framework-message-queue": "100.3.*",
"php": "~7.1.3||~7.2.0||~7.3.0"
},
"type": "magento2-module",
Expand All @@ -22,5 +22,6 @@
"psr-4": {
"Magento\\Amqp\\": ""
}
}
},
"version": "100.3.4"
}
13 changes: 7 additions & 6 deletions app/code/Magento/AmqpStore/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"sort-packages": true
},
"require": {
"magento/framework": "*",
"magento/framework-amqp": "*",
"magento/module-store": "*",
"magento/framework": "102.0.*",
"magento/framework-amqp": "100.3.*",
"magento/module-store": "101.0.*",
"php": "~7.1.3||~7.2.0||~7.3.0"
},
"suggest": {
"magento/module-asynchronous-operations": "*",
"magento/framework-message-queue": "*"
"magento/module-asynchronous-operations": "100.3.*",
"magento/framework-message-queue": "100.3.*"
},
"type": "magento2-module",
"license": [
Expand All @@ -26,5 +26,6 @@
"psr-4": {
"Magento\\AmqpStore\\": ""
}
}
},
"version": "100.3.1"
}
13 changes: 7 additions & 6 deletions app/code/Magento/Analytics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/module-backend": "*",
"magento/module-config": "*",
"magento/module-integration": "*",
"magento/module-store": "*",
"magento/framework": "*"
"magento/module-backend": "101.0.*",
"magento/module-config": "101.1.*",
"magento/module-integration": "100.3.*",
"magento/module-store": "101.0.*",
"magento/framework": "102.0.*"
},
"type": "magento2-module",
"license": [
Expand All @@ -21,5 +21,6 @@
"psr-4": {
"Magento\\Analytics\\": ""
}
}
},
"version": "100.3.4"
}
17 changes: 9 additions & 8 deletions app/code/Magento/AsynchronousOperations/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"sort-packages": true
},
"require": {
"magento/framework": "*",
"magento/framework-bulk": "*",
"magento/module-authorization": "*",
"magento/module-backend": "*",
"magento/module-ui": "*",
"magento/framework": "102.0.*",
"magento/framework-bulk": "100.3.*",
"magento/module-authorization": "100.3.*",
"magento/module-backend": "101.0.*",
"magento/module-ui": "101.1.*",
"php": "~7.1.3||~7.2.0||~7.3.0"
},
"suggest": {
"magento/module-admin-notification": "*",
"magento/module-logging": "*"
"magento/module-admin-notification": "100.3.*",
"magento/module-logging": "101.1.*"
},
"type": "magento2-module",
"license": [
Expand All @@ -28,5 +28,6 @@
"psr-4": {
"Magento\\AsynchronousOperations\\": ""
}
}
},
"version": "100.3.4-p2"
}
7 changes: 4 additions & 3 deletions app/code/Magento/Authorization/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-backend": "*"
"magento/framework": "102.0.*",
"magento/module-backend": "101.0.*"
},
"type": "magento2-module",
"license": [
Expand All @@ -21,5 +21,6 @@
"psr-4": {
"Magento\\Authorization\\": ""
}
}
},
"version": "100.3.4-p2"
}
21 changes: 11 additions & 10 deletions app/code/Magento/Authorizenet/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
},
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-catalog": "*",
"magento/module-checkout": "*",
"magento/module-payment": "*",
"magento/module-quote": "*",
"magento/module-sales": "*",
"magento/module-store": "*"
"magento/framework": "102.0.*",
"magento/module-backend": "101.0.*",
"magento/module-catalog": "103.0.*",
"magento/module-checkout": "100.3.*",
"magento/module-payment": "100.3.*",
"magento/module-quote": "101.1.*",
"magento/module-sales": "102.0.*",
"magento/module-store": "101.0.*"
},
"suggest": {
"magento/module-config": "*"
"magento/module-config": "101.1.*"
},
"type": "magento2-module",
"license": [
Expand All @@ -30,5 +30,6 @@
"psr-4": {
"Magento\\Authorizenet\\": ""
}
}
},
"version": "100.3.4"
}
6 changes: 3 additions & 3 deletions app/code/Magento/AuthorizenetAcceptjs/Block/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* Block for representing the payment form
*
* @api
* @since 100.3.0
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
* @since 100.2.1
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
* official payment integration available on the marketplace
*/
class Form extends Cc
Expand Down Expand Up @@ -57,7 +57,7 @@ public function __construct(
* Check if cvv validation is available
*
* @return boolean
* @since 100.3.0
* @since 100.2.1
*/
public function isCvvEnabled(): bool
{
Expand Down
6 changes: 3 additions & 3 deletions app/code/Magento/AuthorizenetAcceptjs/Block/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* Translates the labels for the info block
*
* @api
* @since 100.3.0
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
* @since 100.2.1
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
* official payment integration available on the marketplace
*/
class Info extends ConfigurableInfo
Expand All @@ -26,7 +26,7 @@ class Info extends ConfigurableInfo
*
* @param string $field
* @return Phrase
* @since 100.3.0
* @since 100.2.1
*/
protected function getLabel($field): Phrase
{
Expand Down
8 changes: 4 additions & 4 deletions app/code/Magento/AuthorizenetAcceptjs/Block/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* Represents the payment block for the admin checkout form
*
* @api
* @since 100.3.0
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
* @since 100.2.1
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
* official payment integration available on the marketplace
*/
class Payment extends Template
Expand Down Expand Up @@ -55,7 +55,7 @@ public function __construct(
* Retrieves the config that should be used by the block
*
* @return string
* @since 100.3.0
* @since 100.2.1
*/
public function getPaymentConfig(): string
{
Expand All @@ -70,7 +70,7 @@ public function getPaymentConfig(): string
* Returns the method code for this payment method
*
* @return string
* @since 100.3.0
* @since 100.2.1
*/
public function getMethodCode(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Chooses the best method of accepting the payment based on the status of the transaction
*
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
* official payment integration available on the marketplace
*/
class AcceptPaymentStrategyCommand implements CommandInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Chooses the best method of capture based on the context of the payment
*
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
* official payment integration available on the marketplace
*/
class CaptureStrategyCommand implements CommandInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Syncs the transaction status with authorize.net
*
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
* official payment integration available on the marketplace
*/
class FetchTransactionInfoCommand implements CommandInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Makes a request to the gateway and returns results
*
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
* official payment integration available on the marketplace
*/
class GatewayQueryCommand implements CommandInterface
Expand Down
Loading

0 comments on commit 52d92db

Please sign in to comment.