Skip to content

Commit 6e53edd

Browse files
chore: update web player
1 parent 46d1a43 commit 6e53edd

File tree

4 files changed

+24
-19
lines changed

4 files changed

+24
-19
lines changed

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"tailwindcss": "1.1.4",
3232
"vuex-router-sync": "5.0.0",
3333
"vuedraggable": "2.23.2",
34-
"@podlove/clients": "5.7.3",
35-
"@podlove/web-player": "5.7.3",
36-
"@podlove/player-actions": "5.7.3",
34+
"@podlove/clients": "5.7.4",
35+
"@podlove/web-player": "5.7.4",
36+
"@podlove/player-actions": "5.7.4",
3737
"object-hash": "2.0.1",
3838
"vue-prism-editor": "0.3.0",
3939
"prismjs": "1.18.0"

src/plugin/README.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: alexander-heimbuch,ericteuber
33
Donate link: https://podlove.org/donations
44
Tags: podcasting, audio
55
Requires at least: 4.9.6
6-
Tested up to: 5.7
6+
Tested up to: 5.8
77
Requires PHP: 7.2
88
Stable tag: 5.0
99
License: MIT
@@ -111,6 +111,11 @@ If you encounter any issue with the plugin or want to request a specific feature
111111

112112
== Changelog ==
113113

114+
= 5.4.15 =
115+
116+
- Update to Podlove Web Player 5.7.4
117+
- Update Wordpress compatability
118+
114119
= 5.4.14 =
115120

116121
- Update to Podlove Web Player 5.7.2

src/plugin/podlove-web-player.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: Podlove Web Player
1717
* Plugin URI: https://docs.podlove.org/podlove-web-player/
1818
* Description: Audio First Podcast Web Player
19-
* Version: 5.4.14
19+
* Version: 5.4.15
2020
* Author: Podlove
2121
* Author URI: http://podlove.org
2222
* License: MIT
@@ -30,7 +30,7 @@
3030
die;
3131
}
3232

33-
define( 'PODLOVE_WEB_PLAYER_VERSION', '5.4.14' );
33+
define( 'PODLOVE_WEB_PLAYER_VERSION', '5.4.15' );
3434
define( 'PODLOVE_WEB_PLAYER_PATH', plugins_url( '', __FILE__ ) );
3535

3636
/**

0 commit comments

Comments
 (0)