Skip to content

Commit

Permalink
update bridge version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-chaix-didomi committed Feb 6, 2025
1 parent 7957c6b commit a471467
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Note

## 2.10.0
- Update latest versions of native Android (2.19.0) and iOS (2.19.0) sdks
- Implement new public function `initializeWithParameters()`.
- Implement new public functions `setUserWithParameters()` and `setUserWithParametersAndSetupUI()`.

## 2.9.0
- Update latest versions of native Android (2.18.0) and iOS (2.18.0) sdks
- Deprecate methods and parameters related to SPI purposes
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//noinspection GrPackage

group = "io.didomi.fluttersdk"
version = "2.9.0"
version = "2.10.0"

buildscript {
ext.kotlin_version = "1.9.20"
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Didomi-XCFramework (2.19.0)
- didomi_sdk (2.9.0):
- didomi_sdk (2.10.0):
- Didomi-XCFramework (= 2.19.0)
- Flutter
- Flutter (1.0.0)
Expand All @@ -26,7 +26,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Didomi-XCFramework: 15f8675f863f5056fc25b09bb0a7347d7091e44c
didomi_sdk: 001798724fe07080779e163801eb36d2948b7e69
didomi_sdk: 77d24e52fcbef1db29c92845756aeedd14d87e65
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e

Expand Down
4 changes: 2 additions & 2 deletions ios/didomi_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#
Pod::Spec.new do |s|
s.name = 'didomi_sdk'
s.version = '2.9.0'
s.version = '2.10.0'
s.summary = 'Didomi CMP Plugin.'
s.homepage = 'https://github.com/didomi/flutter'
s.license = { :type => 'BSD', :file => '../LICENSE' }
s.author = { 'Didomi ' => '[email protected]' }
s.source = { :path => '[email protected]:didomi/flutter.git', :tag => '2.9.0' }
s.source = { :path => '[email protected]:didomi/flutter.git', :tag => '2.10.0' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Didomi-XCFramework', '2.19.0'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: didomi_sdk
description: The Didomi CMP Plugin allows companies to collect, store, and leverage user consent under GDPR, CCPA, and other data privacy regulations.
version: 2.9.0
version: 2.10.0
repository: https://github.com/didomi/flutter

environment:
Expand Down

0 comments on commit a471467

Please sign in to comment.