Skip to content

Commit

Permalink
version bump 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Nov 2, 2023
1 parent bf7bfe5 commit 992566c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [3.13.0] - 2023-11-02
### Updated

- Giropay and Ideal integrations with Mangopay have been improved. Some methods have been deprecated.

### Added
- New Reference parameter for the new Paypal implementation. Some methods have been deprecated.
- New hooks event :
DEPOSIT_PREAUTHORIZATION_PAYMENT_NO_SHOW_REQUESTED
DEPOSIT_PREAUTHORIZATION_PAYMENT_NO_SHOW
DEPOSIT_PREAUTHORIZATION_PAYMENT_TO_BE_COMPLETED
DEPOSIT_PREAUTHORIZATION_PAYMENT_FAILED

## [3.12.2] - 2023-10-20
### Fixed
- fixed previous release (3.12.1)
Expand Down
6 changes: 3 additions & 3 deletions MangoPay.SDK/MangoPay.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<Copyright>Copyright © 2022</Copyright>
<Description>.Net 6.0 for access to MANGOPAY API v2</Description>
<Authors>MangoPay</Authors>
<Version>3.12.2</Version>
<AssemblyVersion>3.12.2.0</AssemblyVersion>
<FileVersion>3.12.2.0</FileVersion>
<Version>3.13.0</Version>
<AssemblyVersion>3.13.0.0</AssemblyVersion>
<FileVersion>3.13.0.0</FileVersion>
<PackageId>mangopay2-sdk</PackageId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.1|AnyCPU'">
Expand Down

0 comments on commit 992566c

Please sign in to comment.