Skip to content
Closed
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
73 changes: 16 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"tailwindcss": "1.1.4",
"vuex-router-sync": "5.0.0",
"vuedraggable": "2.23.2",
"@podlove/clients": "5.7.3",
"@podlove/web-player": "5.7.3",
"@podlove/player-actions": "5.7.3",
"@podlove/clients": "5.7.4",
"@podlove/web-player": "5.7.4",
"@podlove/player-actions": "5.7.4",
"object-hash": "2.0.1",
"vue-prism-editor": "0.3.0",
"prismjs": "1.18.0"
"prismjs": "1.25.0"
},
"devDependencies": {
"@babel/core": "7.6.4",
Expand Down
7 changes: 6 additions & 1 deletion src/plugin/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: alexander-heimbuch,ericteuber
Donate link: https://podlove.org/donations
Tags: podcasting, audio
Requires at least: 4.9.6
Tested up to: 5.7
Tested up to: 5.8
Requires PHP: 7.2
Stable tag: 5.0
License: MIT
Expand Down Expand Up @@ -111,6 +111,11 @@ If you encounter any issue with the plugin or want to request a specific feature

== Changelog ==

= 5.4.15 =

- Update to Podlove Web Player 5.7.4
- Update Wordpress compatability

= 5.4.14 =

- Update to Podlove Web Player 5.7.2
Expand Down
4 changes: 2 additions & 2 deletions src/plugin/podlove-web-player.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Podlove Web Player
* Plugin URI: https://docs.podlove.org/podlove-web-player/
* Description: Audio First Podcast Web Player
* Version: 5.4.14
* Version: 5.4.15
* Author: Podlove
* Author URI: http://podlove.org
* License: MIT
Expand All @@ -30,7 +30,7 @@
die;
}

define( 'PODLOVE_WEB_PLAYER_VERSION', '5.4.14' );
define( 'PODLOVE_WEB_PLAYER_VERSION', '5.4.15' );
define( 'PODLOVE_WEB_PLAYER_PATH', plugins_url( '', __FILE__ ) );

/**
Expand Down