Skip to content

Commit

Permalink
ConfigurableModel::hasConfiguration() returns false on empty arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jul 24, 2024
1 parent b830c72 commit b296821
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## 4.x Series

## Unreleased
##### 2024-XX-YY

- Changed `ShippingMethod::hasConfiguration()` to return false on empty arrays as well
- Changed `Shipment::hasConfiguration()` to return false on empty arrays as well
- Changed `Carrier::hasConfiguration()` to return false on empty arrays as well

## 4.1.0
##### 2024-07-11

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"konekt/laravel-migration-compatibility": "^1.6",
"laravel/framework": "^10.43|^11.0",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0"
"vanilo/support": "^4.2"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
Expand Down

0 comments on commit b296821

Please sign in to comment.