Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Releases: flowplayer/flowplayer-ios

v3.5.1

12 Jun 11:04
04c2b4c
Compare
Choose a tag to compare

Included
Flowplayer 3.5.1
FlowplayerCore 3.2.0
FlowplayerChromecast 3.0.4

Change log
fix: Status bar is now hidden when going into synthetic fullscreen mode.

v3.5.0

08 May 15:18
04c2b4c
Compare
Choose a tag to compare

Included

Flowplayer 3.5.0
FlowplayerCore 3.2.0
FlowplayerChromecast 3.0.4

Change log

  • FIX: bug where livestream UI would not show when playing a livestream
  • FEAT: Embed service is now used for all request to the OVP

v3.4.1

29 Nov 09:51
04c2b4c
Compare
Choose a tag to compare

Included

Flowplayer 3.4.1
FlowplayerCore 3.1.0
FlowplayerChromecast 3.0.3

Change log

  • Fixed bug where hideControls would not show controls again when reset to false.

v3.4.0

09 Nov 09:26
04c2b4c
Compare
Choose a tag to compare

Included

Flowplayer 3.4.0
FlowplayerCore 3.1.0
FlowplayerChromecast 3.0.3

Change log

  • Fixed bug where fullscreen would not work properly on iOS 16
  • Added full support for UISceneDelegate orientation changes
  • Added new property to FPFlowplayerViewController
    • orientationControlsFullscreen: Bool { get set } (disable/enable orientation changes caused by the player going into fullscreen)
  • Removed from FPFlowplayerViewController
    • func setFullscreenControlOrientation(_ controlOrientation: Bool)
    • func isFullscreenControlOrientation() -> Bool

v3.3.0

28 Oct 07:30
Compare
Choose a tag to compare

Included

Flowplayer 3.3.0
FlowplayerCore 3.0.5
FlowplayerChromecast 3.0.3

Release notes

  • Added new property to FPFlowplayerViewController called enableBackgroundPlayback.
  • Fixed bug where orientationDidChangeNotification would get triggered when entering background.
  • Fixed bug where playback would be paused when user would enter background.
  • Fixed bug where some events would not work when player entered background playback.

v3.2.0

25 Oct 08:37
Compare
Choose a tag to compare

Included

Flowplayer 3.2.0
FlowplayerCore 3.0.5
FlowplayerChromecast 3.0.3

Comments

  • Added new flag hideControls: Bool to FPFlowplayerViewController.

v3.1.0

21 Oct 14:08
Compare
Choose a tag to compare

Included

Flowplayer 3.1.0
FlowplayerCore 3.0.5
FlowplayerChromecast 3.0.3

Comments

  • Added new enum type FPPlaybackType.
  • Added new property playbackType: FPPlaybackType to FPFlowplayerViewController.

v3.0.5

19 Oct 09:07
Compare
Choose a tag to compare

Included

Flowplayer 3.0.5
FlowplayerCore 3.0.4
FlowplayerChromecast 3.0.3

Comments

Fixed issue where livestreams from Flowplayer OVP would not play

v3.0.4

29 Sep 19:59
Compare
Choose a tag to compare
  • FPFlowplayerViewController now exposes a new property called avPlayer: AVPlayer?
  • Added support for UISceneDelegate
  • Added code snippets for background playback support

v3.0.3

10 Feb 10:59
Compare
Choose a tag to compare

Included

Flowplayer 3.0.3
FlowplayerCore 3.0.3
FlowplayerChromecast 3.0.3

Important

If you are updating from v2 please refer to the migration guide in the docs.