From 0c40660fcf4c3ac8704680b1b031a417960c7ac7 Mon Sep 17 00:00:00 2001 From: Rodrigo Souza Marques Date: Tue, 30 Jul 2024 19:39:06 -0300 Subject: [PATCH 1/3] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 38587093..cc3c0faa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,8 @@ assignees: '' --- +Keep the template and provide all requested information: + **Describe the bug** A clear and concise description of what the bug is. @@ -23,15 +25,15 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**Smartphone (Please complete the following information. remove session if not platform):** +**Mobile (Please complete the following information. remove session if not Mobile):** - Flutter: version: [e.g. 2.2.3] - - Package version: [e.g. 3.3.0] + - flutter_branch_sdk version: [e.g. 3.3.0] - OS: [e.g. iOS16.0, Android 12] - Device: [e.g. iPhone14, Google Pixel] -**Web (please complete the following information. remove session if not platform):** +**Web (please complete the following information. remove session if not is Web:** - Flutter: version: [e.g. 2.2.3] - - Package version: [e.g. 3.3.0] + - flutter_branch_sdk version: [e.g. 3.3.0] - OS: [e.g. Windows, Mac, Linux] - Browser [e.g. chrome, safari, edge] - Version [e.g. 22] From c9ff6d8ea92217255a97f56cc3e7150644cc0eca Mon Sep 17 00:00:00 2001 From: Rodrigo de Souza Marques Date: Fri, 2 Aug 2024 23:46:39 -0300 Subject: [PATCH 2/3] Release 8.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 🔧 Native SDK Updates * Updated included iOS SDK to 3.6.0 - [iOS Version History](https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/releases) * Updated included Branch Android SDK to 5.12.2 - [Android Version History](https://github.com/BranchMetrics/android-branch-deep-linking-attribution/releases) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- example/ios/Podfile.lock | 10 +++++----- ios/flutter_branch_sdk.podspec | 2 +- pubspec.yaml | 2 +- 5 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46db99ef..82ccb54a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 8.1.0 +### 🔧 Native SDK Updates + +* Updated included iOS SDK to 3.6.0 - [iOS Version History](https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/releases) + +* Updated included Branch Android SDK to 5.12.2 - [Android Version History](https://github.com/BranchMetrics/android-branch-deep-linking-attribution/releases) + ## 8.0.4 ### ⚠️ BREAKING CHANGE This is a major release which contains breaking API changes. diff --git a/README.md b/README.md index 319f2e27..f016a0f5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Branch.io helps mobile apps grow with deep links that power referral systems, sh Supports Android, iOS and Web. * Android - Branch SDK Version >= 5.12.0 [Android Version History](https://github.com/BranchMetrics/android-branch-deep-linking-attribution/releases) -* iOS - Branch SDK Version >= 3.4.3 [iOS Version History](https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/releases) +* iOS - Branch SDK Version >= 3.6.0 [iOS Version History](https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/releases) Implemented functions in plugin: diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index b2afc16d..09c110cf 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - BranchSDK (3.4.3) + - BranchSDK (3.6.0) - Flutter (1.0.0) - - flutter_branch_sdk (8.0.2): - - BranchSDK (~> 3.4.3) + - flutter_branch_sdk (8.1.0): + - BranchSDK (~> 3.6.0) - Flutter DEPENDENCIES: @@ -20,9 +20,9 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/flutter_branch_sdk/ios" SPEC CHECKSUMS: - BranchSDK: 078e92df232a7cc0a8d900287d1e57057a2e2997 + BranchSDK: 40ff1a13b1dc0729f79a9aae230418d25bf739a8 Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 - flutter_branch_sdk: 77488aedfda2ec7a4dc65f2c71a98412a7443a2c + flutter_branch_sdk: e5b94559acdc8596fe7b68598a706879602cb0e7 PODFILE CHECKSUM: 4e8f8b2be68aeea4c0d5beb6ff1e79fface1d048 diff --git a/ios/flutter_branch_sdk.podspec b/ios/flutter_branch_sdk.podspec index 5c766e0c..f11e0c8b 100644 --- a/ios/flutter_branch_sdk.podspec +++ b/ios/flutter_branch_sdk.podspec @@ -20,7 +20,7 @@ Flutter Plugin for create deep link using Brach SDK (https://branch.io). This pl s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'BranchSDK', '~> 3.4.3' + s.dependency 'BranchSDK', '~> 3.6.0' s.platform = :ios, '12.0' # Flutter.framework does not contain a i386 slice. s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' } diff --git a/pubspec.yaml b/pubspec.yaml index 6a906155..2af82e14 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_branch_sdk description: Flutter Plugin for create deep link using Brach SDK (https://branch.io). This plugin provides a cross-platform (iOS, Android, Web). -version: 8.0.4 +version: 8.1.0 homepage: https://github.com/RodrigoSMarques/flutter_branch_sdk environment: From 6ab26a3de2bc46fca57d22d686c3f03bc5ba663b Mon Sep 17 00:00:00 2001 From: Rodrigo Souza Marques Date: Sat, 3 Aug 2024 00:09:50 -0300 Subject: [PATCH 3/3] Update deploy-apk.yaml --- .github/workflows/deploy-apk.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-apk.yaml b/.github/workflows/deploy-apk.yaml index cf07e2e5..d516e7f8 100644 --- a/.github/workflows/deploy-apk.yaml +++ b/.github/workflows/deploy-apk.yaml @@ -34,7 +34,7 @@ jobs: run: chmod +x tool/build-apk.sh - name: Install dependencies & Build apk run: tool/build-apk.sh - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: release-apk path: ./example/build/app/outputs/apk/release/app-release.apk