You've already forked baupm-core
version bump
This commit is contained in:
4
init.rb
4
init.rb
@@ -10,7 +10,7 @@ Redmine::Plugin.register :baupm_core do
|
||||
author 'Marco Grätsch'
|
||||
author_url 'https://src.bundespruefstelle.ch/magdev'
|
||||
description "Common modifications for BauPM"
|
||||
version '0.2.2'
|
||||
version '0.2.3'
|
||||
|
||||
requires_redmine :version_or_higher => '4.1.0'
|
||||
|
||||
@@ -51,7 +51,7 @@ DESCRIPTION
|
||||
:filename => attachment.filename
|
||||
)
|
||||
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}">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
||||
Reference in New Issue
Block a user