Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
abe50f6
[ECP-9690]CSP related patches blocking using conflict.
khushboo-singhvi May 8, 2025
192f119
[ECP-9690]CSP related patches blocking using conflict.
khushboo-singhvi May 8, 2025
ffdba40
[ECP-9690]Updating composer action version to V6
khushboo-singhvi May 12, 2025
8422b78
[ECP-9690]Testing
khushboo-singhvi May 12, 2025
36cef3c
[ECP-9690]Testing
khushboo-singhvi May 12, 2025
aa43680
[ECP-9690]Testing
khushboo-singhvi May 12, 2025
9cf279c
[ECP-9690]Testing
khushboo-singhvi May 12, 2025
c3ad8ed
[ECP-9690]Testing
khushboo-singhvi May 12, 2025
5710ffb
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
e965356
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
64b873f
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
eb8a000
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
99be437
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
d0cfdba
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
18ded06
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
a02f673
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
9425103
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
35ceb05
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
e1418d6
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
285ae2f
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
dcaad7b
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
6f0bfa5
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
13392b6
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
7cdf507
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
efbe6b9
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
780ce82
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
53c2e57
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
ea67ae7
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
56c6dbb
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
8063652
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
863b927
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
162ad8a
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
ed00740
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
c78b8c7
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
635c173
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
25aef55
[ECP-9690]Testing
khushboo-singhvi May 13, 2025
3cbfefb
[ECP-9690]Testing main workflow
khushboo-singhvi May 13, 2025
39de7ea
[ECP-9690]Testing main workflow
khushboo-singhvi May 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ Inside Adyen toggle the following settings on inside the API and Responses secti
* Variant

## Requirements
This plugin supports Magento 2 version 2.4.4 and higher.
This plugin is compatible with Magento 2.4.4 to 2.4.7 (inclusive).
> ⚠️ Note: To support enhanced security via CSP (Content Security Policy) nonces, the plugin depends on functionality introduced in the following Magento versions:
>
> - Magento 2.4.4-p9 and above
> - Magento 2.4.5-p8 and above
> - Magento 2.4.6-p6 and above

## Releases

Expand Down
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"magento/module-graph-ql": ">=100.4.4",
"magento/module-instant-purchase": ">=100.4.3",
"magento/module-checkout-agreements": ">=100.4.3",
"ext-json": "*"
"ext-json": "*",
"magento/module-csp": "*"
},
"require-dev": {
"phpunit/phpunit": "~9.6.1",
Expand Down Expand Up @@ -51,5 +52,9 @@
"magento/composer-dependency-version-audit-plugin": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
},
"conflict": {
"magento/module-csp": "==100.4.3|==100.4.4|==100.4.5"
}

}
Loading