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: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.1.0

_Customization power up! 🛠️✨_

- feat: Allow replacing the default implementations of the cache manager and storage. Thanks [@AlexV525](https://github.com/AlexV525) for [#114](https://github.com/OutdatedGuy/cached_video_player_plus/pull/114)
- docs: Updated funding links and support information

## 4.0.4

_Bug fixes and Flutter updates! 🐛⚡_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ See `cached_video_player_plus` in action across different platforms:

```yaml
dependencies:
cached_video_player_plus: ^4.0.4
video_player: ^2.10.0 # Don't forget this one!
cached_video_player_plus: ^4.1.0
video_player: ^2.10.1 # Don't forget this one!
```

### 2. Follow `video_player` setup
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages:
path: ".."
relative: true
source: path
version: "4.0.4"
version: "4.1.0"
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: "The video_player plugin that went to therapy, worked on its commitment issues, and now actually remembers your videos!"
version: 4.0.4
version: 4.1.0
homepage: https://outdatedguy.rocks
repository: https://github.com/OutdatedGuy/cached_video_player_plus
topics:
Expand Down