Skip to content

Commit

Permalink
OctopusDeploy release: 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
securesubmit-buildmaster committed Jul 6, 2023
1 parent 9b0d4b4 commit 08ee3b9
Show file tree
Hide file tree
Showing 97 changed files with 2,586 additions and 1,366 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,21 @@

## Latest Version
#### Enhancements:
- Profac: Additional transaction support added | Account Management | Spilt Fund | Network Transaction
- PAX Devices: Improved some tests
- Add support for PHP8.2
- Drop support for PHP lower than 8.0
- [UPA MiC]: Add MiC connector for UPA via GP-API
- [GP-ECOM]: Add refund for transaction with open banking

#### Bug Fixes:
- GP-ECOM: Fix type confusion vulnerability on sha1hash for hppResponse
- [GP-ECOM]: Send the correct "message_version" in the initiate step on 3DS2

## v8.0.2 (06/27/2023)
#### Enhancements:
- [Profac]: Additional transaction support added | Account Management | Spilt Fund | Network Transaction
- [PAX Devices]: Improved some tests

#### Bug Fixes:
- [GP-ECOM]: Fix type confusion vulnerability on sha1hash for hppResponse

## v8.0.1 (05/30/2023)
#### Bug Fixes:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This SDK makes it easy to integrate your PHP application with our Card Not Prese

## Requirements

- PHP 7.1.0+
- PHP 8.0.0+
- OpenSSL 1.0.1+
- PHP Curl extension
- PHP DOM extension
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": ">= 7.1",
"php": ">= 8.0",
"ext-curl": "*",
"ext-dom": "*",
"ext-openssl": "*",
Expand Down
Loading

0 comments on commit 08ee3b9

Please sign in to comment.