From e91fb35f0657822e392775d91b7242e62042c873 Mon Sep 17 00:00:00 2001 From: MichaelDaum Date: Thu, 25 Jan 2024 18:52:44 +0100 Subject: [PATCH] Item15272: change logs --- data/System/MediaElementPlugin.txt | 1 + lib/Foswiki/Plugins/MediaElementPlugin.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data/System/MediaElementPlugin.txt b/data/System/MediaElementPlugin.txt index 241626b..6625612 100644 --- a/data/System/MediaElementPlugin.txt +++ b/data/System/MediaElementPlugin.txt @@ -76,6 +76,7 @@ to render an audio player for your song as part of the page. ---++ Change History %TABLE{columnwidths="7em" tablewidth="100%"}% +| 25 Jan 2024: | added missing css file | | 15 Jan 2024: | update to mediaelement-7.0.2 | | 23 Aug 2022: | update to mediaelement-5.0.5 | | 27 Oct 2020: | update to mediaelement-4.2.16; \ diff --git a/lib/Foswiki/Plugins/MediaElementPlugin.pm b/lib/Foswiki/Plugins/MediaElementPlugin.pm index 4ef8ccd..bbccede 100644 --- a/lib/Foswiki/Plugins/MediaElementPlugin.pm +++ b/lib/Foswiki/Plugins/MediaElementPlugin.pm @@ -19,7 +19,7 @@ use strict; use warnings; use Foswiki::Plugins::JQueryPlugin (); -our $VERSION = '3.20'; +our $VERSION = '3.21'; our $RELEASE = '%$RELEASE%'; our $SHORTDESCRIPTION = "Cross-browser embedding of videos and audios"; our $LICENSECODE = '%$LICENSECODE%';