Skip to content

Release:v13.0.0 #463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1592118
feat: Mapping-Session-Replay-links-api
ahmedAlaaInstabug Feb 20, 2024
6c82d6d
featL add changelog data
ahmedAlaaInstabug Feb 20, 2024
15ea612
Update CHANGELOG.md
ahmedAlaaInstabug Feb 20, 2024
93da06b
Update CHANGELOG.md
ahmedAlaaInstabug Feb 20, 2024
cb2f1a7
Update CHANGELOG.md
ahmedAlaaInstabug Mar 3, 2024
080a318
Update CHANGELOG.md
ahmedAlaaInstabug Mar 3, 2024
3699871
Update CHANGELOG.md
ahmedAlaaInstabug Mar 6, 2024
5571c3d
Map: willRedirectToAppStore() api for android & iOS
AndrewAminInstabug Mar 21, 2024
686a20b
fix: willRedirectToAppStore iOS signature
AndrewAminInstabug Mar 21, 2024
3ede9b6
revert: non related files (build.gradle, Info.plist, Podfile, ... )
AndrewAminInstabug Mar 25, 2024
2f1aa27
chore: rename [willRedirectToAppStore] to [willRedirectToStore],
AndrewAminInstabug Apr 16, 2024
a3416a7
chore: remove useless comments
AndrewAminInstabug Apr 16, 2024
ae1f238
Merge pull request #445 from Instabug/feat/Mapping-Session-Replay-lin…
ahmedAlaaInstabug Apr 21, 2024
33bee16
chore: improve the documentation of the mapping API
AndrewAminInstabug Apr 22, 2024
5a190d5
Merge branch 'dev' into feat/map_custom_app_rating_api
ahmedAlaaInstabug Apr 22, 2024
08a6fdd
Merge pull request #453 from Instabug/feat/map_custom_app_rating_api
ahmedAlaaInstabug Apr 23, 2024
378ce7a
chore(ios): bump SDL to v13.0.0
ahmedAlaaInstabug Apr 23, 2024
84da8e5
Merge pull request #456 from Instabug/chore(ios)-bump-SDK-to-v13.0.0
ahmedAlaaInstabug Apr 23, 2024
aa45682
ci: upgrade android orb, node orbe android image (#454)
AndrewAminInstabug Apr 23, 2024
a639ab7
chore(android): bump sdk to v13.0.0 (#455)
ahmedAlaaInstabug Apr 23, 2024
c1f7851
feat: support app flows APIs (#446)
abdelhamid-f-nasser Apr 23, 2024
d556899
fix: resolve failing tests (#458)
ahmedAlaaInstabug Apr 28, 2024
aaca54e
Release: 13.0.0 (#462)
ahmedAlaaInstabug Apr 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- Adds custom app rating api ([#453](https://github.com/Instabug/Instabug-Flutter/pull/453))
- Add `SessionReplay.getSessionReplayLink` API which retrieves the current session's replay link ([#445](hhttps://github.com/Instabug/Instabug-Flutter/pull/445)).

### Changed

- Bump Instabug iOS SDK to v13.0.0 ([#446](https://github.com/Instabug/Instabug-Flutter/pull/446)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/13.0.0).

## [12.7.0](https://github.com/Instabug/Instabug-Flutter/compare/v12.5.0...v12.7.0) (February 15, 2024)

### Added
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Flutter (1.0.0)
- Instabug (12.7.0)
- Instabug (13.0.0)
- instabug_flutter (12.7.0):
- Flutter
- Instabug (= 12.7.0)
- Instabug (= 13.0.0)
- OCMock (3.6)

DEPENDENCIES:
Expand All @@ -23,9 +23,9 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/instabug_flutter/ios"

SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
Instabug: 59f0b0bc2c062b5cdbbf417cca365480a1fe55d8
instabug_flutter: f6ea69a1629e5d7dbdd21b1a0d3199a09fe3e43c
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
Instabug: fa52de4a6cac26cde0a60ec5e0540f2461a06fe2
instabug_flutter: c8293ec7ad7ffe049c743a0057601838b8af505d
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992

PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c
Expand Down
2 changes: 1 addition & 1 deletion ios/instabug_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}

s.dependency 'Flutter'
s.dependency 'Instabug', '12.7.0'
s.dependency 'Instabug', '13.0.0'
end