version bump

This commit is contained in:
2023-12-12 02:19:51 +01:00
parent 090b017863
commit 2c41a29947

View File

@@ -10,7 +10,7 @@ Redmine::Plugin.register :baupm_core do
author 'Marco Grätsch' author 'Marco Grätsch'
author_url 'https://src.bundespruefstelle.ch/magdev' author_url 'https://src.bundespruefstelle.ch/magdev'
description "Common modifications for BauPM" description "Common modifications for BauPM"
version '0.2.2' version '0.2.3'
requires_redmine :version_or_higher => '4.1.0' requires_redmine :version_or_higher => '4.1.0'
@@ -51,7 +51,7 @@ DESCRIPTION
:filename => attachment.filename :filename => attachment.filename
) )
out = <<END out = <<END
<video width="#{@width}" height="#{@height}" playsinline controls class="embedded-video"> <video width="#{@width}" height="#{@height}" controls class="embedded-video">
<source src="#{file_url}"> <source src="#{file_url}">
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>