diff --git a/AuthReadme.md b/AuthReadme.md index 1d72bfb..79c48f5 100755 --- a/AuthReadme.md +++ b/AuthReadme.md @@ -192,13 +192,4 @@ auth.getUserSummary(token: tokens.idToken) { (result: Result 0.11 - No changes to Authentication - -### 0.1 - Initial build +All notable changes to this project will be documented [here](Changelog.md) diff --git a/Changelog.md b/Changelog.md index 7793e3a..49c278f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,8 @@ Change Log: All notable changes to this project will be documented in this section. +### 1.2.4 - Fixed StreamPlay FixtureID field types + ### 1.2.3 - Improved bitrate/subtitle icon logic - Added custom minimise icon diff --git a/CloudMatrixReadme.md b/CloudMatrixReadme.md index 968f73b..888c940 100755 --- a/CloudMatrixReadme.md +++ b/CloudMatrixReadme.md @@ -467,12 +467,4 @@ RELEASETO Change Log: =========== -All notable changes to this project will be documented in this section. - -### 1.0 - Release - -### Beta releases - -### 0.2 -> 0.11 - No changes to CloudMatrix - -### 0.1 - Initial build +All notable changes to this project will be documented [here](Changelog.md) diff --git a/CoreReadme.md b/CoreReadme.md index 788096b..3f3b6eb 100755 --- a/CoreReadme.md +++ b/CoreReadme.md @@ -135,12 +135,4 @@ The batch job can be fired as many times as required once created, but will not Change Log: =========== -All notable changes to this project will be documented in this section. - -### 1.0 - Release - -### Beta releases - -### 0.2 -> 0.11 - No changes to Core - -### 0.1 - Initial build +All notable changes to this project will be documented [here](Changelog.md) diff --git a/PlayKit2GoReadme.md b/PlayKit2GoReadme.md index b6d58f8..490bc58 100755 --- a/PlayKit2GoReadme.md +++ b/PlayKit2GoReadme.md @@ -184,17 +184,4 @@ Media can be 'removed' at any point in it's download lifecycle, and should be re Change Log: =========== -All notable changes to this project will be documented in this section. - -### 1.0 - Release - -### Beta releases - -### 0.11 - - Updated Download model to include file size information - - Added Download Model convenience methods for file size and percentage - - Resolved an issue where scrub bar colours were not being updated for local media - -### 0.10 - PlayKit2Go Module added to SDK - -### 0.1 -> 0.9 - No PlayKit2Go Module +All notable changes to this project will be documented [here](Changelog.md) diff --git a/PlayKitReadme.md b/PlayKitReadme.md index 3a6f3ca..30b63a2 100644 --- a/PlayKitReadme.md +++ b/PlayKitReadme.md @@ -778,127 +778,4 @@ Hovewer, PlayKit will take care to select the default caption track once the vid # Change Log -All notable changes to this project will be documented in this section. - -### 1.2.1 -- Default subtitle track auto-selected -- Get Label caption on subtitle selector - -### 1.2.0 -- Updated PlaKit IMA -- Added support for arm64 - -### 1.1.10 -- Integrated Subtitles UI - -### 1.1.9 -- Updated Content for subtitles section - -### 1.1.8 -- Added error listeners -- Moved load media method to main thread - -### 1.1.7 -- Updated Kaltura and Youbora SDK -- Moved UI Updation to Main Thread -- Added support for external subtitles - - -### 1.1.6 -- Added option to override Fullscreen and minimise button clicks -- Moved resize screen method to UI thread - -### 1.1.5 -- Fixed rotation issue on iOS 16 - -### 1.1.4 -- Switched bitrate from Int64 to FlavorAsset class -- Added callback to updateBitrateSelector -- Exposed list of bitrate through AMGPlayKitListener. bitrateChangeOccurred -- Added setBitrateAuto function -- Deprecated setMaximumBitrate(bitrate: Double) -- Change the hide custom controls method visibility to Public -- Created a new interface to add custom views on top of Playerview - -### 1.1.3 -- Enhanced IAP raw receipt - -### 1.1.2 -- Updated IAP package API. - -### 1.1.1 -- Added startPosition to loadMedia -- Download to Go compatible with Objective-C - -### 1.1.0 -- Bitrate selector UI - -### 1.0.4 -- Fixed fullscreen button to standard UI - -### 1.0.3 -- Fixed crash due to optional safety -- Fixed Playkit deinitialise failure -- Updated player to stop playing before loading new media - -### 1.0.1 -- Play harvested content as VODs -- Minor design change to standard UI -- Added bitrate selector - -### 1.0 - Release - -### Beta releases - -### 0.11 -- Added Youbora parameters and builder methods -- Corrected issues with the standard UI -- Fixed a bug where adverts were not showing -- Fixed a bug where adverts would not allow interaction when using the standard UI -- Removed debug logging - -### 0.10 - Minor changes for PlayKit2Go implementation - -### 0.9 -- Added Youbora analytics and the ability to choose analytics services -- Added ability to change scrub bar colours -- Automatically detect live streams -- Tidied Custom Control builder -- Small bug fixes - -### 0.8.3 - Standard UI updates -- Change default visibility of start / end times to showing -- Address small offset for scrub bar when no track time showing -- Change behaviour of scrub bar to scrub to half a second before the end of the track if pulled all the way to the right - -### 0.8.2 - Change CastingURL to avoid redirections -- Force casting URL to return a redirected URL if required (HLS only) -- Change call to require completion - -### 0.8.1 - Casting URL update -- allowed selection of either MP4 or HLS format for the castiong URL - -### 0.8 - Bug fixes and improvements -- Fixed a potential crash when exiting player -- Updated PIP to automatically run unless specifically disabled -- Improved orientation changes -- Added 'removePlayer() function to safely remove all listeners -- Fixed castingURL function -- Added Spoiler Free mode -- Updated load media to accept AMGMediaType - -### 0.7 - Picture in Picture -- Added 'enablePictureInPicture' function -- Added protocol for picture in picture if required -- Expose Casting URL - -### 0.6 - State listeners -- Added state listeners for PlayKit -- Removed Google ChromeCast - -### 0.2 - Updated Controls UI -- Redesign for standard controls -- Added Control config for images -- Removed Slider height configuration and show curent time configuration - -### 0.1 Initial build +All notable changes to this project will be documented [here](Changelog.md) diff --git a/PurchasesReadme.md b/PurchasesReadme.md index cfc23d2..303dd6e 100755 --- a/PurchasesReadme.md +++ b/PurchasesReadme.md @@ -222,15 +222,4 @@ If you are using custom token to validate the purchase, we recommend using the s Change Log: =========== -All notable changes to this project will be documented in this section. -### 1.2.0 - Updated AMGPurchaseDelegate to include error listener when products retrieval fails - -### 1.1.10 - Updated valdiatePurchase API to accept custom JWT Token - -### 1.0 - Release - -### Beta releases - -### 0.10 - Purchases Module added to SDK - -### 0.1 -> 0.9 - No Purchases Module +All notable changes to this project will be documented [here](Changelog.md) diff --git a/Source/StreamSDKStreamPlay/Models/StreamPlayResponse.swift b/Source/StreamSDKStreamPlay/Models/StreamPlayResponse.swift index 04cf18c..493af9e 100644 --- a/Source/StreamSDKStreamPlay/Models/StreamPlayResponse.swift +++ b/Source/StreamSDKStreamPlay/Models/StreamPlayResponse.swift @@ -126,9 +126,9 @@ public struct FixturesModel: Codable { * Any external IDs that tie with this fixture */ public struct ExternalIDModel: Codable { - public var optaFixtureId: Int? - public var paFixtureId: Int? - public var sportsradarFixtureId: Int? + public var optaFixtureId: String? + public var paFixtureId: String? + public var sportsradarFixtureId: String? } /** diff --git a/StreamAMGSDK.podspec b/StreamAMGSDK.podspec index 44af28a..80c2959 100644 --- a/StreamAMGSDK.podspec +++ b/StreamAMGSDK.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = "StreamAMGSDK" - spec.version = "1.2.3" + spec.version = "1.2.4" spec.summary = "Stream AMG SDK" spec.swift_versions = "5" diff --git a/StreamPlayReadme.md b/StreamPlayReadme.md index 1f3c042..c7225ae 100755 --- a/StreamPlayReadme.md +++ b/StreamPlayReadme.md @@ -528,12 +528,4 @@ EVENT_TYPE Change Log: =========== -All notable changes to this project will be documented in this section. - -### 1.0 - Release - -### Beta releases - -### 0.2 -> 0.11 - No changes to StreamPlay - -### 0.1 - Initial build +All notable changes to this project will be documented [here](Changelog.md)