Skip to content

Commit

Permalink
Merge pull request #706 from akeneo/release/104.3.13
Browse files Browse the repository at this point in the history
Release/104.3.13
  • Loading branch information
magentix authored Sep 18, 2024
2 parents 08a7fb4 + 7688c24 commit b46c77c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,3 +506,6 @@

### Version 104.3.12 :
* AMC-483: Fix single store mode tax class

### Version 104.3.13 :
* Symfony HTTP Client requirement updated
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"magento/module-eav": ">=100.0.1",
"magento/module-store": ">=100.0.1",
"akeneo/api-php-client": "11.2.0",
"symfony/http-client": "^5",
"symfony/http-client": "^5|^6|^7",
"http-interop/http-factory-guzzle": "^1.0",
"nyholm/psr7": "^1.5"
},
"type": "magento2-module",
"version": "104.3.12",
"version": "104.3.13",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down

0 comments on commit b46c77c

Please sign in to comment.