Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions docs/around_me/android/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Around Me Android - Changelogs - Navitia SDK Docs

# Around Me Android Changelogs

* [v2.13.3](releases/2.13.3/index.md) (_09 Jan 2025_)
* [v2.13.2](releases/2.13.2/index.md) (_26 Dec 2024_)
* [v2.13.1](releases/2.13.1/index.md) (_24 Dec 2024_)
* [v2.13.0](releases/2.13.0/index.md) (_02 Dec 2024_)
Expand Down
2 changes: 1 addition & 1 deletion docs/around_me/android/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:

```kotlin
dependencies {
implementation("com.kisio.navitia.sdk.ui:aroundme:2.13.2")
implementation("com.kisio.navitia.sdk.ui:aroundme:2.13.3")
}
```

Expand Down
10 changes: 10 additions & 0 deletions docs/around_me/android/releases/2.13.3/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: AroundMe Android 2.13.3 - Changelog - Navitia SDK Docs
---

# Around Me Android 2.13.3 Changelog

<h2>🗓 09 Jan 2025</h2>

#### Fixes
- Prevented crashes caused by the generated id of the `RecyclerView` in the favorites `ViewPager`
1 change: 1 addition & 0 deletions docs/journey/ios/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Journey iOS - Changelogs - Navitia SDK Docs

# Journey iOS Changelogs

* [v5.17.2](releases/5.17.2/index.md) (_23 Jan 2025_)
* [v5.17.1](releases/5.17.1/index.md) (_08 Jan 2025_)
* [v5.17.0](releases/5.17.0/index.md) (_02 Dec 2024_)
* [v5.16.2](releases/5.16.2/index.md) (_19 Nov 2024_)
Expand Down
2 changes: 1 addition & 1 deletion docs/journey/ios/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Default Cocoapods URL
source 'https://github.com/hove-io/Podspecs.git' # Journey podspec URL

target 'YOUR_PROJECT_SCHEME' do
pod 'JourneySDK', '5.17.1' # Journey Pod definition
pod 'JourneySDK', '5.17.2' # Journey Pod definition
end

# Required for XCFramework
Expand Down
13 changes: 13 additions & 0 deletions docs/journey/ios/releases/5.17.2/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Journey iOS 5.17.2 - Changelog - Navitia SDK Docs
---

# Journey iOS 5.17.2 Changelog

<h2>🗓 23 Jan 2025</h2>

#### Fixes
- Fix bookmark items displayed in autocompletion when disabled

#### Compiler
- Swift `6.0.3`