Skip to content

Commit

Permalink
Release of version 15.0.0 (#3455)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik authored Sep 27, 2024
2 parents cbf994c + 5265b82 commit b0b3521
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ Creates complete order with products and addresses
- Request (application/json)

- Headers

Authorization: Bearer --ACCESS-TOKEN-- (optional)

- Attributes
Expand Down Expand Up @@ -2523,6 +2523,7 @@ Returns complete list of promoted products
unit {
name
}
isUsingStock
availability {
name
}
Expand Down Expand Up @@ -2566,6 +2567,7 @@ Returns complete list of promoted products
"unit": {
"name": "pcs"
},
"isUsingStock": true,
"availability": {
"name": "In stock"
},
Expand Down Expand Up @@ -2687,6 +2689,7 @@ Returns complete list of promoted products
"unit": {
"name": "pcs"
},
"isUsingStock": true,
"availability": {
"name": "In stock"
},
Expand Down Expand Up @@ -2764,6 +2767,7 @@ Returns complete list of promoted products
"unit": {
"name": "pcs"
},
"isUsingStock": false,
"availability": {
"name": "In stock"
},
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"overblog/graphql-bundle": "1.3.2",
"overblog/graphiql-bundle": "^0.3",
"overblog/dataloader-bundle": "^0.6.0",
"shopsys/form-types-bundle": "15.0.x-dev",
"shopsys/framework": "15.0.x-dev",
"shopsys/migrations": "15.0.x-dev",
"shopsys/plugin-interface": "15.0.x-dev",
"shopsys/form-types-bundle": "15.0.0",
"shopsys/framework": "15.0.0",
"shopsys/migrations": "15.0.0",
"shopsys/plugin-interface": "15.0.0",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/http-foundation": "^5.4",
Expand All @@ -45,7 +45,7 @@
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-symfony": "^1.4.6",
"phpunit/phpunit": "^11.2.1",
"shopsys/coding-standards": "15.0.x-dev"
"shopsys/coding-standards": "15.0.0"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit b0b3521

Please sign in to comment.