Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion COPYING.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2016-present Wubinworks.
Copyright © 2017-present Wubinworks.

Each source file included in this distribution is licensed under OSL 3.0

Expand Down
1 change: 1 addition & 0 deletions Plugin/Framework/Webapi/ServiceInputProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public function beforeConvertValue(
$type
) {
if (!is_array($data)
|| empty($data)
|| $this->typeProcessor->isTypeSimple($type)
|| $this->typeProcessor->isTypeAny($type)
) {
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@

*No `preference` is used, so your Magento is still upgradable.*

#### Behavior difference

*The official fix still allows dangerous parameter to go to `Setter`s, this patch does not allow it.*

## Requirements

Magento/Adobe Commerce 2.3 or 2.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"magento/magento2-base": "~2.3.0 || ~2.4.0"
},
"type": "magento2-module",
"version": "1.0.0",
"version": "1.0.1",
"license": "OSL-3.0",
"authors": [
{
Expand Down