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
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.0
## 3.0.1

**BREAKING CHANGES**

Expand All @@ -9,13 +9,16 @@

- feat: added cache removal support using static method or instance method. Thanks [@chorauoc](https://github.com/chorauoc)
- feat: option to `skipCache` when initializing the player. Thanks [@chorauoc](https://github.com/chorauoc)
- perf: using isolates for all file operations for better performance

**Chores**

- chore: updated all dependencies to latest versions
- chore: updated shared code from `video_player` plugin

## 3.0.0

### Note: This release was retracted due to [#26](https://github.com/OutdatedGuy/cached_video_player_plus/issues/26)

## 2.0.0

**BREAKING CHANGES**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the `cached_video_player_plus` package to your `pubspec.yaml` file:

```yaml
dependencies:
cached_video_player_plus: ^3.0.0
cached_video_player_plus: ^3.0.1
```

### 2. Follow the installation instructions
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.0.0"
version: "3.0.1"
characters:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cached_video_player_plus
description: "Original video_player plugin with the superpower of caching embedded in Android, iOS and macOS."
version: 3.0.0
version: 3.0.1
homepage: https://outdatedguy.rocks
repository: https://github.com/OutdatedGuy/cached_video_player_plus

Expand Down