Skip to content

Commit

Permalink
Version 1.1.5-p3
Browse files Browse the repository at this point in the history
  • Loading branch information
magento packaging service committed Oct 5, 2023
1 parent 63c3728 commit d78ff1c
Show file tree
Hide file tree
Showing 26 changed files with 194 additions and 142 deletions.
8 changes: 5 additions & 3 deletions ReCaptchaAdminUi/composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "magento/module-re-captcha-admin-ui",
"description": "Google reCAPTCHA integration for Magento2",
"type": "magento2-module",
"license": "OSL-3.0",
"version": "1.1.3",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-config": "*",
"magento/module-re-captcha-ui": "*",
"magento/module-re-captcha-ui": "1.1.*",
"magento/module-store": "*"
},
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
Expand All @@ -19,3 +20,4 @@
}
}
}

18 changes: 10 additions & 8 deletions ReCaptchaCheckout/composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"name": "magento/module-re-captcha-checkout",
"description": "Google reCAPTCHA integration for Magento2",
"type": "magento2-module",
"license": "OSL-3.0",
"version": "1.1.3",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-checkout": "*",
"magento/module-re-captcha-ui": "*",
"magento/module-re-captcha-validation-api": "*",
"magento/module-re-captcha-admin-ui": "*",
"magento/module-re-captcha-frontend-ui": "*",
"magento/module-re-captcha-webapi-api": "*",
"magento/module-re-captcha-webapi-ui": "*"
"magento/module-re-captcha-ui": "1.1.*",
"magento/module-re-captcha-validation-api": "1.1.*",
"magento/module-re-captcha-admin-ui": "1.1.*",
"magento/module-re-captcha-frontend-ui": "1.1.*",
"magento/module-re-captcha-webapi-api": "1.0.*",
"magento/module-re-captcha-webapi-ui": "1.0.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
Expand All @@ -23,3 +24,4 @@
}
}
}

20 changes: 11 additions & 9 deletions ReCaptchaCheckoutSalesRule/composer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
{
"name": "magento/module-re-captcha-checkout-sales-rule",
"description": "Google ReCaptcha integration for Magento2 coupons",
"type": "magento2-module",
"license": "OSL-3.0",
"version": "1.1.2",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-checkout": "*",
"magento/module-sales-rule": "*",
"magento/module-re-captcha-ui": "*",
"magento/module-re-captcha-validation-api": "*",
"magento/module-re-captcha-admin-ui": "*",
"magento/module-re-captcha-frontend-ui": "*",
"magento/module-re-captcha-webapi-api": "*",
"magento/module-re-captcha-webapi-ui": "*"
"magento/module-re-captcha-ui": "1.1.*",
"magento/module-re-captcha-validation-api": "1.1.*",
"magento/module-re-captcha-admin-ui": "1.1.*",
"magento/module-re-captcha-frontend-ui": "1.1.*",
"magento/module-re-captcha-webapi-api": "1.0.*",
"magento/module-re-captcha-webapi-ui": "1.0.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\ReCaptchaCheckoutSalesRule\\": ""
}
}
}
}

8 changes: 5 additions & 3 deletions ReCaptchaContact/composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "magento/module-re-captcha-contact",
"description": "Google reCAPTCHA integration for Magento2",
"type": "magento2-module",
"license": "OSL-3.0",
"version": "1.1.2",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-re-captcha-ui": "*"
"magento/module-re-captcha-ui": "1.1.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
Expand All @@ -17,3 +18,4 @@
}
}
}

12 changes: 7 additions & 5 deletions ReCaptchaCustomer/composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "magento/module-re-captcha-customer",
"description": "Google reCAPTCHA integration for Magento2",
"type": "magento2-module",
"license": "OSL-3.0",
"version": "1.1.4",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-customer": "*",
"magento/module-re-captcha-ui": "*",
"magento/module-re-captcha-validation-api": "*",
"magento/module-re-captcha-webapi-api": "*"
"magento/module-re-captcha-ui": "1.1.*",
"magento/module-re-captcha-validation-api": "1.1.*",
"magento/module-re-captcha-webapi-api": "1.0.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
Expand All @@ -20,3 +21,4 @@
}
}
}

8 changes: 5 additions & 3 deletions ReCaptchaFrontendUi/composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "magento/module-re-captcha-frontend-ui",
"description": "Google reCAPTCHA integration for Magento2",
"type": "magento2-module",
"license": "OSL-3.0",
"version": "1.1.4",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-store": "*",
"magento/module-re-captcha-ui": "*"
"magento/module-re-captcha-ui": "1.1.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
Expand All @@ -18,3 +19,4 @@
}
}
}

6 changes: 4 additions & 2 deletions ReCaptchaMigration/composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "magento/module-re-captcha-migration",
"description": "Google reCAPTCHA config migration for Magento2",
"type": "magento2-module",
"license": "OSL-3.0",
"version": "1.1.3",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-config": "*"
},
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
Expand All @@ -17,3 +18,4 @@
}
}
}

12 changes: 7 additions & 5 deletions ReCaptchaNewsletter/composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "magento/module-re-captcha-newsletter",
"description": "Google reCAPTCHA integration for Magento2",
"type": "magento2-module",
"license": "OSL-3.0",
"version": "1.1.3",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-re-captcha-ui": "*",
"magento/module-re-captcha-validation-api": "*",
"magento/module-re-captcha-webapi-api": "*"
"magento/module-re-captcha-ui": "1.1.*",
"magento/module-re-captcha-validation-api": "1.1.*",
"magento/module-re-captcha-webapi-api": "1.0.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
Expand All @@ -19,3 +20,4 @@
}
}
}

12 changes: 7 additions & 5 deletions ReCaptchaPaypal/composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "magento/module-re-captcha-paypal",
"description": "Google reCaptcha integration for Magento2 PayPal PayflowPro payment form",
"type": "magento2-module",
"license": "OSL-3.0",
"version": "1.1.3",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-re-captcha-ui": "*",
"magento/module-re-captcha-validation-api": "*",
"magento/module-re-captcha-ui": "1.1.*",
"magento/module-re-captcha-validation-api": "1.1.*",
"magento/module-checkout": "*",
"magento/module-re-captcha-webapi-api": "*"
"magento/module-re-captcha-webapi-api": "1.0.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
Expand All @@ -20,3 +21,4 @@
}
}
}

12 changes: 7 additions & 5 deletions ReCaptchaReview/composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "magento/module-re-captcha-review",
"description": "Google reCAPTCHA integration for Magento2",
"type": "magento2-module",
"license": "OSL-3.0",
"version": "1.1.3",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-re-captcha-ui": "*",
"magento/module-re-captcha-validation-api": "*",
"magento/module-re-captcha-webapi-api": "*"
"magento/module-re-captcha-ui": "1.1.*",
"magento/module-re-captcha-validation-api": "1.1.*",
"magento/module-re-captcha-webapi-api": "1.0.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
Expand All @@ -19,3 +20,4 @@
}
}
}

12 changes: 7 additions & 5 deletions ReCaptchaSendFriend/composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "magento/module-re-captcha-send-friend",
"description": "Google reCAPTCHA integration for Magento2",
"type": "magento2-module",
"license": "OSL-3.0",
"version": "1.1.3",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-re-captcha-ui": "*",
"magento/module-re-captcha-validation-api": "*",
"magento/module-re-captcha-webapi-api": "*"
"magento/module-re-captcha-ui": "1.1.*",
"magento/module-re-captcha-validation-api": "1.1.*",
"magento/module-re-captcha-webapi-api": "1.0.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
Expand All @@ -19,3 +20,4 @@
}
}
}

8 changes: 5 additions & 3 deletions ReCaptchaStorePickup/composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"name": "magento/module-re-captcha-store-pickup",
"description": "Google reCaptcha integration for Magento2 Inventory Store Pickup shipping form",
"type": "magento2-module",
"license": "OSL-3.0",
"version": "1.0.2",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-checkout": "*",
"magento/module-re-captcha-ui": "*"
"magento/module-re-captcha-ui": "1.1.*"
},
"suggest": {
"magento/module-inventory-in-store-pickup-frontend": "*"
},
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
Expand All @@ -21,3 +22,4 @@
}
}
}

22 changes: 12 additions & 10 deletions ReCaptchaUi/composer.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
{
"name": "magento/module-re-captcha-ui",
"description": "Google reCAPTCHA integration for Magento2",
"type": "magento2-module",
"license": "OSL-3.0",
"version": "1.1.3",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-re-captcha-validation-api": "*"
"magento/module-re-captcha-validation-api": "1.1.*"
},
"authors": [
{
"name": "Riccardo Tempesta",
"email": "riccardo.tempesta@magespecialist.it"
}
],
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\ReCaptchaUi\\": ""
}
}
},
"authors": [
{
"email": "riccardo.tempesta@magespecialist.it",
"name": "Riccardo Tempesta"
}
]
}

10 changes: 6 additions & 4 deletions ReCaptchaUser/composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "magento/module-re-captcha-user",
"description": "Google reCAPTCHA integration for Magento2",
"type": "magento2-module",
"license": "OSL-3.0",
"version": "1.1.3",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-re-captcha-ui": "*",
"magento/module-re-captcha-validation-api": "*"
"magento/module-re-captcha-ui": "1.1.*",
"magento/module-re-captcha-validation-api": "1.1.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
Expand All @@ -18,3 +19,4 @@
}
}
}

0 comments on commit d78ff1c

Please sign in to comment.