Skip to content

Commit b1f4dce

Browse files
author
magento packaging service
committed
Version 1.1.3-p12
1 parent 089655b commit b1f4dce

File tree

47 files changed

+816
-151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+816
-151
lines changed

ReCaptchaAdminUi/composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"name": "magento/module-re-captcha-admin-ui",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"type": "magento2-module",
5+
"license": "OSL-3.0",
6+
"version": "1.1.2",
47
"require": {
58
"php": "~7.4.0||~8.1.0",
69
"magento/framework": "*",
710
"magento/module-config": "*",
8-
"magento/module-re-captcha-ui": "*",
11+
"magento/module-re-captcha-ui": "1.1.*",
912
"magento/module-store": "*"
1013
},
11-
"type": "magento2-module",
12-
"license": "OSL-3.0",
1314
"autoload": {
1415
"files": [
1516
"registration.php"
@@ -19,3 +20,4 @@
1920
}
2021
}
2122
}
23+

ReCaptchaCheckout/composer.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
22
"name": "magento/module-re-captcha-checkout",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"type": "magento2-module",
5+
"license": "OSL-3.0",
6+
"version": "1.1.2",
47
"require": {
58
"php": "~7.4.0||~8.1.0",
69
"magento/framework": "*",
710
"magento/module-checkout": "*",
8-
"magento/module-re-captcha-ui": "*",
9-
"magento/module-re-captcha-validation-api": "*",
10-
"magento/module-re-captcha-admin-ui": "*",
11-
"magento/module-re-captcha-frontend-ui": "*",
12-
"magento/module-re-captcha-webapi-api": "*",
13-
"magento/module-re-captcha-webapi-ui": "*"
11+
"magento/module-re-captcha-ui": "1.1.*",
12+
"magento/module-re-captcha-validation-api": "1.1.*",
13+
"magento/module-re-captcha-admin-ui": "1.1.*",
14+
"magento/module-re-captcha-frontend-ui": "1.1.*",
15+
"magento/module-re-captcha-webapi-api": "1.0.*",
16+
"magento/module-re-captcha-webapi-ui": "1.0.*"
1417
},
15-
"type": "magento2-module",
16-
"license": "OSL-3.0",
1718
"autoload": {
1819
"files": [
1920
"registration.php"
@@ -23,3 +24,4 @@
2324
}
2425
}
2526
}
27+
+11-9
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
{
22
"name": "magento/module-re-captcha-checkout-sales-rule",
33
"description": "Google ReCaptcha integration for Magento2 coupons",
4+
"type": "magento2-module",
5+
"license": "OSL-3.0",
6+
"version": "1.1.0",
47
"require": {
58
"php": "~7.4.0||~8.0.0||~8.1.0",
69
"magento/framework": "*",
710
"magento/module-checkout": "*",
811
"magento/module-sales-rule": "*",
9-
"magento/module-re-captcha-ui": "*",
10-
"magento/module-re-captcha-validation-api": "*",
11-
"magento/module-re-captcha-admin-ui": "*",
12-
"magento/module-re-captcha-frontend-ui": "*",
13-
"magento/module-re-captcha-webapi-api": "*",
14-
"magento/module-re-captcha-webapi-ui": "*"
12+
"magento/module-re-captcha-ui": "1.1.*",
13+
"magento/module-re-captcha-validation-api": "1.1.*",
14+
"magento/module-re-captcha-admin-ui": "1.1.*",
15+
"magento/module-re-captcha-frontend-ui": "1.1.*",
16+
"magento/module-re-captcha-webapi-api": "1.0.*",
17+
"magento/module-re-captcha-webapi-ui": "1.0.*"
1518
},
16-
"type": "magento2-module",
17-
"license": "OSL-3.0",
1819
"autoload": {
1920
"files": [
2021
"registration.php"
2122
],
2223
"psr-4": {
2324
"Magento\\ReCaptchaCheckoutSalesRule\\": ""
2425
}
25-
}
26+
}
2627
}
28+

ReCaptchaContact/composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "magento/module-re-captcha-contact",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"type": "magento2-module",
5+
"license": "OSL-3.0",
6+
"version": "1.1.1",
47
"require": {
58
"php": "~7.4.0||~8.1.0",
69
"magento/framework": "*",
7-
"magento/module-re-captcha-ui": "*"
10+
"magento/module-re-captcha-ui": "1.1.*"
811
},
9-
"type": "magento2-module",
10-
"license": "OSL-3.0",
1112
"autoload": {
1213
"files": [
1314
"registration.php"
@@ -17,3 +18,4 @@
1718
}
1819
}
1920
}
21+

ReCaptchaCustomer/composer.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "magento/module-re-captcha-customer",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"type": "magento2-module",
5+
"license": "OSL-3.0",
6+
"version": "1.1.2",
47
"require": {
58
"php": "~7.4.0||~8.1.0",
69
"magento/framework": "*",
710
"magento/module-customer": "*",
8-
"magento/module-re-captcha-ui": "*",
9-
"magento/module-re-captcha-validation-api": "*",
10-
"magento/module-re-captcha-webapi-api": "*"
11+
"magento/module-re-captcha-ui": "1.1.*",
12+
"magento/module-re-captcha-validation-api": "1.1.*",
13+
"magento/module-re-captcha-webapi-api": "1.0.*"
1114
},
12-
"type": "magento2-module",
13-
"license": "OSL-3.0",
1415
"autoload": {
1516
"files": [
1617
"registration.php"
@@ -20,3 +21,4 @@
2021
}
2122
}
2223
}
24+

ReCaptchaFrontendUi/composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "magento/module-re-captcha-frontend-ui",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"type": "magento2-module",
5+
"license": "OSL-3.0",
6+
"version": "1.1.2",
47
"require": {
58
"php": "~7.4.0||~8.1.0",
69
"magento/framework": "*",
710
"magento/module-store": "*",
8-
"magento/module-re-captcha-ui": "*"
11+
"magento/module-re-captcha-ui": "1.1.*"
912
},
10-
"type": "magento2-module",
11-
"license": "OSL-3.0",
1213
"autoload": {
1314
"files": [
1415
"registration.php"
@@ -18,3 +19,4 @@
1819
}
1920
}
2021
}
22+

ReCaptchaMigration/composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "magento/module-re-captcha-migration",
33
"description": "Google reCAPTCHA config migration for Magento2",
4+
"type": "magento2-module",
5+
"license": "OSL-3.0",
6+
"version": "1.1.2",
47
"require": {
58
"php": "~7.4.0||~8.1.0",
69
"magento/framework": "*",
710
"magento/module-config": "*"
811
},
9-
"type": "magento2-module",
10-
"license": "OSL-3.0",
1112
"autoload": {
1213
"files": [
1314
"registration.php"
@@ -17,3 +18,4 @@
1718
}
1819
}
1920
}
21+

ReCaptchaNewsletter/composer.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"name": "magento/module-re-captcha-newsletter",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"type": "magento2-module",
5+
"license": "OSL-3.0",
6+
"version": "1.1.2",
47
"require": {
58
"php": "~7.4.0||~8.1.0",
69
"magento/framework": "*",
7-
"magento/module-re-captcha-ui": "*",
8-
"magento/module-re-captcha-validation-api": "*",
9-
"magento/module-re-captcha-webapi-api": "*"
10+
"magento/module-re-captcha-ui": "1.1.*",
11+
"magento/module-re-captcha-validation-api": "1.1.*",
12+
"magento/module-re-captcha-webapi-api": "1.0.*"
1013
},
11-
"type": "magento2-module",
12-
"license": "OSL-3.0",
1314
"autoload": {
1415
"files": [
1516
"registration.php"
@@ -19,3 +20,4 @@
1920
}
2021
}
2122
}
23+

ReCaptchaPaypal/composer.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "magento/module-re-captcha-paypal",
33
"description": "Google reCaptcha integration for Magento2 PayPal PayflowPro payment form",
4+
"type": "magento2-module",
5+
"license": "OSL-3.0",
6+
"version": "1.1.2",
47
"require": {
58
"php": "~7.4.0||~8.1.0",
69
"magento/framework": "*",
7-
"magento/module-re-captcha-ui": "*",
8-
"magento/module-re-captcha-validation-api": "*",
10+
"magento/module-re-captcha-ui": "1.1.*",
11+
"magento/module-re-captcha-validation-api": "1.1.*",
912
"magento/module-checkout": "*",
10-
"magento/module-re-captcha-webapi-api": "*"
13+
"magento/module-re-captcha-webapi-api": "1.0.*"
1114
},
12-
"type": "magento2-module",
13-
"license": "OSL-3.0",
1415
"autoload": {
1516
"files": [
1617
"registration.php"
@@ -20,3 +21,4 @@
2021
}
2122
}
2223
}
24+

ReCaptchaReview/composer.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"name": "magento/module-re-captcha-review",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"type": "magento2-module",
5+
"license": "OSL-3.0",
6+
"version": "1.1.2",
47
"require": {
58
"php": "~7.4.0||~8.1.0",
69
"magento/framework": "*",
7-
"magento/module-re-captcha-ui": "*",
8-
"magento/module-re-captcha-validation-api": "*",
9-
"magento/module-re-captcha-webapi-api": "*"
10+
"magento/module-re-captcha-ui": "1.1.*",
11+
"magento/module-re-captcha-validation-api": "1.1.*",
12+
"magento/module-re-captcha-webapi-api": "1.0.*"
1013
},
11-
"type": "magento2-module",
12-
"license": "OSL-3.0",
1314
"autoload": {
1415
"files": [
1516
"registration.php"
@@ -19,3 +20,4 @@
1920
}
2021
}
2122
}
23+

ReCaptchaSendFriend/composer.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"name": "magento/module-re-captcha-send-friend",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"type": "magento2-module",
5+
"license": "OSL-3.0",
6+
"version": "1.1.2",
47
"require": {
58
"php": "~7.4.0||~8.1.0",
69
"magento/framework": "*",
7-
"magento/module-re-captcha-ui": "*",
8-
"magento/module-re-captcha-validation-api": "*",
9-
"magento/module-re-captcha-webapi-api": "*"
10+
"magento/module-re-captcha-ui": "1.1.*",
11+
"magento/module-re-captcha-validation-api": "1.1.*",
12+
"magento/module-re-captcha-webapi-api": "1.0.*"
1013
},
11-
"type": "magento2-module",
12-
"license": "OSL-3.0",
1314
"autoload": {
1415
"files": [
1516
"registration.php"
@@ -19,3 +20,4 @@
1920
}
2021
}
2122
}
23+

ReCaptchaStorePickup/composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
22
"name": "magento/module-re-captcha-store-pickup",
33
"description": "Google reCaptcha integration for Magento2 Inventory Store Pickup shipping form",
4+
"type": "magento2-module",
5+
"license": "OSL-3.0",
6+
"version": "1.0.1",
47
"require": {
58
"php": "~7.4.0||~8.1.0",
69
"magento/framework": "*",
710
"magento/module-checkout": "*",
8-
"magento/module-re-captcha-ui": "*"
11+
"magento/module-re-captcha-ui": "1.1.*"
912
},
1013
"suggest": {
1114
"magento/module-inventory-in-store-pickup-frontend": "*"
1215
},
13-
"type": "magento2-module",
14-
"license": "OSL-3.0",
1516
"autoload": {
1617
"files": [
1718
"registration.php"
@@ -21,3 +22,4 @@
2122
}
2223
}
2324
}
25+

ReCaptchaUi/composer.json

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
{
22
"name": "magento/module-re-captcha-ui",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"type": "magento2-module",
5+
"license": "OSL-3.0",
6+
"version": "1.1.2",
47
"require": {
58
"php": "~7.4.0||~8.1.0",
69
"magento/framework": "*",
7-
"magento/module-re-captcha-validation-api": "*"
10+
"magento/module-re-captcha-validation-api": "1.1.*"
811
},
9-
"authors": [
10-
{
11-
"name": "Riccardo Tempesta",
12-
"email": "[email protected]"
13-
}
14-
],
15-
"type": "magento2-module",
16-
"license": "OSL-3.0",
1712
"autoload": {
1813
"files": [
1914
"registration.php"
2015
],
2116
"psr-4": {
2217
"Magento\\ReCaptchaUi\\": ""
2318
}
24-
}
19+
},
20+
"authors": [
21+
{
22+
"email": "[email protected]",
23+
"name": "Riccardo Tempesta"
24+
}
25+
]
2526
}
27+

ReCaptchaUser/Command/DisableReCaptchaForUserForgotPasswordCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ protected function configure()
4747
protected function execute(InputInterface $input, OutputInterface $output)
4848
{
4949
$this->disableReCaptchaForUserForgotPassword->execute();
50+
return Command::SUCCESS;
5051
}
5152
}

ReCaptchaUser/Command/DisableReCaptchaForUserLoginCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ protected function configure()
4747
protected function execute(InputInterface $input, OutputInterface $output)
4848
{
4949
$this->disableReCaptchaForUserLogin->execute();
50+
return Command::SUCCESS;
5051
}
5152
}

0 commit comments

Comments
 (0)