2023-09-28 18:41:01 +03:00
> #### Before create pull request
> - You must specify one of the versions in the field **NEXT_VERSION_TYPE**
> - Also you need to indicate descriptions of changes between fields **NEXT_VERSION_DESCRIPTION_BEGIN** and **NEXT_VERSION_DESCRIPTION_END**
### NEXT_VERSION_TYPE=MAJOR|MINOR|PATCH
### NEXT_VERSION_DESCRIPTION_BEGIN
### NEXT_VERSION_DESCRIPTION_END
2025-01-13 12:02:19 +03:00
## [1.7.1] (13-01-2025)
* Up android native version to 7.0.2
* Update SberPay documentation
2024-10-17 14:30:32 +03:00
## [1.7.0] (14-10-2024)
* Update mSDK version
* iOS to 7.2.0
* Android to 7.0.1
* Update Android compileSdkVersion to 34
2024-05-23 15:48:28 +03:00
## [1.5.0] (23-05-2024)
* Update dependencies;
* Using AppMetrica reporters
* Update NSPrivacyTrackingDomains value
2024-04-27 19:18:53 +03:00
## [1.4.0] (27-04-2024)
* Android changes: update dependencies - java 17, kotlin 1.9.22, AGP 8.2.2, min sdk version raised to 24, update native version MSDK to 6.11.0, documentation updates. iOS changes: min iOS version up to 14, update native version MSDK to 6.16.0 with privacy manifest
## [1.3.1] (26-03-2024)
* Added Jenkinsfile
2023-12-22 16:57:25 +03:00
## [1.3.0] (22-12-2023)
* Update payment method via Sber
2023-09-29 11:29:08 +03:00
## [1.2.2] (29-09-2023)
* Fix unnecessary_non_null_assertion warnings in test
2023-09-28 18:41:01 +03:00
## [1.2.1] (28-09-2023)
* Add parameters for deploying to pub.dev
## [1.2.0] (27-09-2023)
* Add CI/CD configuration files
## [1.1.1]
2023-08-14 18:02:30 +03:00
* Fix SBP implementation readme. Fix and improve UI
2023-09-28 18:41:01 +03:00
## [1.1.0]
2023-08-14 18:02:30 +03:00
* Support new payment method — SBP
2023-09-28 18:41:01 +03:00
## [1.0.6]
2023-06-13 12:44:38 +03:00
* Fix crash with 3DS confirmation for Android Platform
2023-09-28 18:41:01 +03:00
## [1.0.5]
2023-06-05 17:59:47 +03:00
* Fix bug with return confirmation result for iOS platform
2023-09-28 18:41:01 +03:00
## [1.0.4]
2023-05-12 18:17:35 +03:00
* Added processing of Mintsifra certificates in webView to keep banking services working
* Moved the field for customizing the display of the YooKassa logo from TokenizationSettings to CustomizationSettings
* Made UI changes and updated profiling
2023-09-28 18:41:01 +03:00
## [1.0.3]
2022-09-08 11:32:35 +03:00
2023-05-12 18:17:35 +03:00
* Fixed iOS confirmation flow. Refactored TokenizationResult, now it's have SuccessTokenizationResult, ErrorTokenizationResult and CanceledTokenizationResult versions. Not to get token from TokenizationResult you need to check it's type:
2022-09-08 11:32:35 +03:00
var result = await YookassaPaymentsFlutter.tokenization(tokenizationModuleInputData);
if (result is SuccessTokenizationResult) {
result.token
}
2023-09-28 18:41:01 +03:00
## [1.0.2]
2022-07-19 12:17:10 +03:00
* Made applePayID and moneyAuthClientId fields optional.
2023-09-28 18:41:01 +03:00
## [1.0.1]
2022-07-03 20:52:22 +03:00
* Formatted code. Added homepage and repo urls.
2023-09-28 18:41:01 +03:00
## [1.0.0]
2022-07-03 20:52:22 +03:00
2023-09-28 18:41:01 +03:00
* Initial development release.