Skip to content

Commit d3a608d

Browse files
chore: bump package
1 parent 98ea27f commit d3a608d

File tree

4 files changed

+25
-20
lines changed

4 files changed

+25
-20
lines changed

package-lock.json

Lines changed: 14 additions & 14 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.6.0",
3+
"version": "5.7.0",
44
"description": "Podlove Web Player Configurator",
55
"author": "Alexander Heimbuch <[email protected]>",
66
"scripts": {
@@ -28,9 +28,9 @@
2828
"tailwindcss": "1.1.4",
2929
"vuex-router-sync": "5.0.0",
3030
"vuedraggable": "2.23.2",
31-
"@podlove/clients": "5.11.1",
32-
"@podlove/web-player": "5.11.1",
33-
"@podlove/player-actions": "5.11.1",
31+
"@podlove/clients": "5.12.0",
32+
"@podlove/web-player": "5.12.0",
33+
"@podlove/player-actions": "5.12.0",
3434
"object-hash": "2.0.1",
3535
"vue-prism-editor": "0.3.0",
3636
"prismjs": "1.18.0",

src/plugin/README.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.7.0 =
115+
116+
- Update to Podlove Web Player 5.12.0
117+
- Fix issue with missing config properties
118+
114119
= 5.6.0 =
115120

116121
- Update to Podlove Web Player 5.11.1

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

3636
/**

0 commit comments

Comments
 (0)