Skip to content

Commit d62e6dc

Browse files
chore: bump web player
1 parent d65a2b1 commit d62e6dc

File tree

4 files changed

+27
-23
lines changed

4 files changed

+27
-23
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@podlove/web-player-configurator",
3-
"version": "5.4.13",
3+
"version": "5.4.14",
44
"description": "Podlove Web Player Configurator",
55
"author": "Alexander Heimbuch <[email protected]>",
66
"scripts": {
@@ -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.5.0",
35-
"@podlove/web-player": "5.5.0",
36-
"@podlove/player-actions": "5.5.0",
34+
"@podlove/clients": "5.7.1",
35+
"@podlove/web-player": "5.7.2",
36+
"@podlove/player-actions": "5.7.1",
3737
"object-hash": "2.0.1",
3838
"vue-prism-editor": "0.3.0",
3939
"prismjs": "1.18.0"

src/plugin/README.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ If you encounter any issue with the plugin or want to request a specific feature
111111

112112
== Changelog ==
113113

114+
= 5.4.14 =
115+
116+
- Update to Podlove Web Player 5.7.2
117+
114118
= 5.4.13 =
115119

116120
- Update to Podlove Web Player 5.5.0

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.13
19+
* Version: 5.4.14
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.13' );
33+
define( 'PODLOVE_WEB_PLAYER_VERSION', '5.4.14' );
3434
define( 'PODLOVE_WEB_PLAYER_PATH', plugins_url( '', __FILE__ ) );
3535

3636
/**

0 commit comments

Comments
 (0)