- @emircanerkul opened merge request.
- ๐น๐ทTurkey emircan erkul Turkey
emircanerkul โ made their first commit to this issueโs fork.
- @emircanerkul opened merge request.
- ๐น๐ทTurkey emircan erkul Turkey
#4 patches were used and thank you. After that, Seems this module and its documentation really old. Some links were broken I couldn't find JWPlayer as is written in the documentation but I found an official repository and used that. But manual compilation is needed after installation. I documented all of these in the readme.md file.
https://www.drupal.org/project/jw_player/issues/2904779 โ Reason for this issue is probably different but I also faced a similar problem when enabling caches. I solved it in this too.
For my changes review is needed.
- ๐บ๐ธUnited States kevin.dutra
The patch in #4 is missing the necessary JS changes to accommodate the replacement for the jQuery.once library. The MR is missing the required change to the library definition, and scope creeps beyond the Drupal 10 compatibility changes that this issue is for.
This patch should (hopefully) bridge all the gaps.
- last update
12 months ago Composer require failure -
Berdir โ
committed 48837718 on 8.x-1.x authored by
kevin.dutra โ
Issue #3297471 by kevin.dutra: Automated Drupal 10 compatibility fixes
-
Berdir โ
committed 48837718 on 8.x-1.x authored by
kevin.dutra โ
- Status changed to Fixed
12 months ago 9:42am 17 November 2023 - ๐จ๐ญSwitzerland berdir Switzerland
+++ b/jw_player.info.yml @@ -1,7 +1,7 @@ description: Adds a theme function which allows theme developers to use the JW Player -core_version_requirement: ^8.8 || ^9 +core_version_requirement: ^8.8 || ^9 || ^10 configure: jw_player.admin
some of the conversions here require at least 9.3, like file_create_url(), so changing the minimum version to that.
Fixed a few more problems in the tests, they pass now.
Committed.
Automatically closed - issue fixed for 2 weeks with no activity.
- ๐ฎ๐ณIndia pandurengan.jegadeesan
The latest version of Drupal core, module has the following message on the 'Available updates' page:
Project not supported: This project is no longer supported, and is no longer available for download. Disabling everything included by this project is strongly recommended!
Can you please provide updated module that supports Drupal 10 - Status changed to Fixed
7 months ago 12:56pm 16 April 2024 - ๐ฎ๐ณIndia pandurengan.jegadeesan
Thanks for providing stable release for Drupal 10