Hi, folks. Thanks for maintaining this very useful module.
Are there any plans for releasing a D11 compatible version shortly?
Thanks!
Hi, folks. Thanks for maintaining this very useful module.
Are there any plans for releasing a D11 compatible version shortly?
Thanks!
I suppose I should follow your advice. Thanks for it.
But this module is essential for my site. So far I have managed to apply the necessary changes (for example, replacing function calls to jquery.once and things like that), and it is functional for my site and Drupal 11 compatible. I think that, for the moment, I will consider it as a custom module. At the same time, I will search for similar modules from time to time.
Thanks very much, jaypan. I had not realized of that. It is like you explain.
Dear Jan,
I am not very skilled in using composer. I have not tried to apply the patch through composer. I would suggest to patch the module first (for example, using the patch command in Linux), and then install the module.
Remember to install mglaman module before installing gpx_track_elevation, as I mention above. The version number in the module (in gpx_track_elevation.info.yml) has to be tricked as well, to make composer believe it is the recommended version. This might be more difficult now, since the 8.x branch has been removed. When I updated my installation, it was still online.
I could provide the patched module code to you in the way you suggest, out of the official places (this space and the GitLab space).
By the way, do you know anything about the plans for this module, why the 8.x branch has been removed, etc.? Everything is more cumbersome now, with the module out of maintenance.
I would offer to contribute maintaining the module if I had enough knowledge of Drupal module structure, but that is not the case.
I hope this helps somehow. Please let me know what you get.
I have updated my website (http://estiloguadarrama.com/) to Drupal 10. Apparently, the module works alright. I have had to use mglaman/composer-drupal-lenient, as indicated in https://stackoverflow.com/questions/74885881/how-to-install-patched-modu... to be able to upgrade Drupal while having gpx_track_elevation installed.
I have also had to cheat composer by changing the indicated module version, saying it is 1.1 (although the real code is not). If not, the installed module is considered as outdated or not recommended.
It would be nice if other users can test the patch I provided. And finally, it would be great if the new code can make its way to the recommended version, so as to avoid these pitfalls in using it in Drupal 10.