Skip to content

Commit

Permalink
Merge branch 'master' into 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
usox committed Dec 20, 2022
2 parents 85b213f + 3e8e0b0 commit f32a141
Show file tree
Hide file tree
Showing 92 changed files with 4,511 additions and 90 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
vendor/
composer.lock
build/
.phpunit.result.cache
.php_cs.cache
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.11.0] - 2022-12-20
### ADDED
- Support methods to retrieve article and container details (#193)
- Support methods to retrieve article and container by type (#191)

### FIXED
- Typo inside JobResultConfig key `resultChunks` (#192)
- Method purchaseProduct parameter `productId` should be int (#188)

## [1.10.1] - 2022-08-11
### FIXED
- FormStatistic::getDuplicationErrorCount() causes a TypeError due to missing
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 @@
"require": {
"php": ">=7.2",
"ext-soap": "*",
"scn/evalanche-soap-api-struct": "^1.13.1",
"scn/evalanche-soap-api-struct": "^1.15",
"scn/hydrator": "^2|^3",
"scn/hydrator-property-values": "^2.0|^3.0"
},
Expand Down
Loading

0 comments on commit f32a141

Please sign in to comment.