Skip to content

Commit

Permalink
chore: bump package
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Oct 8, 2022
1 parent 98ea27f commit d3a608d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 20 deletions.
28 changes: 14 additions & 14 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
@@ -1,6 +1,6 @@
{
"name": "@podlove/web-player-configurator",
"version": "5.6.0",
"version": "5.7.0",
"description": "Podlove Web Player Configurator",
"author": "Alexander Heimbuch <[email protected]>",
"scripts": {
Expand Down Expand Up @@ -28,9 +28,9 @@
"tailwindcss": "1.1.4",
"vuex-router-sync": "5.0.0",
"vuedraggable": "2.23.2",
"@podlove/clients": "5.11.1",
"@podlove/web-player": "5.11.1",
"@podlove/player-actions": "5.11.1",
"@podlove/clients": "5.12.0",
"@podlove/web-player": "5.12.0",
"@podlove/player-actions": "5.12.0",
"object-hash": "2.0.1",
"vue-prism-editor": "0.3.0",
"prismjs": "1.18.0",
Expand Down
5 changes: 5 additions & 0 deletions src/plugin/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ If you encounter any issue with the plugin or want to request a specific feature

== Changelog ==

= 5.7.0 =

- Update to Podlove Web Player 5.12.0
- Fix issue with missing config properties

= 5.6.0 =

- Update to Podlove Web Player 5.11.1
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.6.0
* Version: 5.7.0
* Author: Podlove
* Author URI: http://podlove.org
* License: MIT
Expand All @@ -30,7 +30,7 @@
die;
}

define( 'PODLOVE_WEB_PLAYER_VERSION', '5.6.0' );
define( 'PODLOVE_WEB_PLAYER_VERSION', '5.7.0' );
define( 'PODLOVE_WEB_PLAYER_PATH', plugins_url( '', __FILE__ ) );

/**
Expand Down

0 comments on commit d3a608d

Please sign in to comment.