From e7b34ef349064cde885c1e389ff1e8cd816c8551 Mon Sep 17 00:00:00 2001 From: Stiven Arias Giraldo <47497948+StAincrad@users.noreply.github.com> Date: Thu, 25 Jan 2024 09:50:38 +0100 Subject: [PATCH] Update releases.md --- releases.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/releases.md b/releases.md index e0399c2..de5380c 100644 --- a/releases.md +++ b/releases.md @@ -1,5 +1,12 @@ # HISPlayer Unity WebGL SDK Release Notes +### Version 3.3.0 +##### January 25, 2024 +- [**Added**] API to change video content using the URL string as a paremeter added to multiplatform SDK: + - **ChangeVideoContent(int playerIndex, string url, int resumePosition = 0, AdsProperties ads = null)** +- [**Improvement**] Optimized Unity logs improvement +- [**Added**] WebGL Ads Insertion to multiplatform SDK + ### Version 3.2.0 ##### December 7, 2023 - [**Added**] AutoTransition and LoopPlayback APIs to multiplatform SDK