diff --git a/docs/journey/android/changelogs.md b/docs/journey/android/changelogs.md index 5e892997e..08a9a3d01 100644 --- a/docs/journey/android/changelogs.md +++ b/docs/journey/android/changelogs.md @@ -4,6 +4,7 @@ title: Journey Android - Changelogs - Navitia SDK Docs # Journey Android Changelogs +* [v5.17.2](releases/5.17.2/index.md) (_08 Jan 2024_) * [v5.17.1](releases/5.17.1/index.md) (_24 Dec 2024_) * [v5.17.0](releases/5.17.0/index.md) (_02 Dec 2024_) * [v5.16.1](releases/5.16.1/index.md) (_19 Nov 2024_) diff --git a/docs/journey/android/index.md b/docs/journey/android/index.md index 5b2b38d87..aca262287 100644 --- a/docs/journey/android/index.md +++ b/docs/journey/android/index.md @@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application: ```kotlin dependencies { - implementation("com.kisio.navitia.sdk.ui:journey:5.17.1") + implementation("com.kisio.navitia.sdk.ui:journey:5.17.2") } ``` diff --git a/docs/journey/android/releases/5.17.2/index.md b/docs/journey/android/releases/5.17.2/index.md new file mode 100644 index 000000000..cbfc9dc70 --- /dev/null +++ b/docs/journey/android/releases/5.17.2/index.md @@ -0,0 +1,10 @@ +--- +title: Journey Android 5.17.2 - Changelog - Navitia SDK Docs +--- + +# Journey Android 5.17.2 Changelog + +

🗓 08 Jan 2024

+ +#### Fixes +- Fix parcelizing JourneysRequest diff --git a/docs/journey/ios/changelogs.md b/docs/journey/ios/changelogs.md index 51c320bf6..dc142c368 100644 --- a/docs/journey/ios/changelogs.md +++ b/docs/journey/ios/changelogs.md @@ -4,6 +4,8 @@ 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_) * [v5.16.1](releases/5.16.1/index.md) (_07 Nov 2024_) diff --git a/docs/journey/ios/index.md b/docs/journey/ios/index.md index 615e78bca..55425814a 100644 --- a/docs/journey/ios/index.md +++ b/docs/journey/ios/index.md @@ -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.0' # Journey Pod definition + pod 'JourneySDK', '5.17.2' # Journey Pod definition end # Required for XCFramework diff --git a/docs/journey/ios/releases/5.17.1/index.md b/docs/journey/ios/releases/5.17.1/index.md new file mode 100644 index 000000000..7d49fb0c3 --- /dev/null +++ b/docs/journey/ios/releases/5.17.1/index.md @@ -0,0 +1,10 @@ +--- +title: Journey iOS 5.17.1 - Changelog - Navitia SDK Docs +--- + +# Journey iOS 5.17.1 Changelog + +

🗓 08 Jan 2025

+ +#### Fixes +- Fix ridesharing network name not customizable in roadmap section card diff --git a/docs/journey/ios/releases/5.17.2/index.md b/docs/journey/ios/releases/5.17.2/index.md new file mode 100644 index 000000000..29b21fd3d --- /dev/null +++ b/docs/journey/ios/releases/5.17.2/index.md @@ -0,0 +1,13 @@ +--- +title: Journey iOS 5.17.2 - Changelog - Navitia SDK Docs +--- + +# Journey iOS 5.17.2 Changelog + +

🗓 23 Jan 2025

+ +#### Fixes +- Fix bookmark items displayed in autocompletion when disabled + +#### Compiler +- Swift `6.0.3`