From 8a039025b0e27ba443d0d392d88a0feaffa5226e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Lochm=C3=BCller?= Date: Thu, 23 Jan 2025 21:59:45 +0100 Subject: [PATCH] Change ext_emconf.php version to 11.1.0 --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 795628a..aff1d29 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -12,7 +12,7 @@ 'title' => 'HTML5 Video Player', 'description' => 'A video extension for TYPO3 built on the VideoJS HTML5 video player library. Allows you to embed video in your website using HTML5 with Flash fallback support for non-HTML5 browsers. Work on VideoJS 4.12.6 and support YouTube and Vimeo video in the same style.', 'category' => 'plugin', - 'version' => '11.0.3', + 'version' => '11.1.0', 'state' => 'stable', 'author' => 'Tim Lochmueller', 'author_email' => 'tim@fruit-lab.de',