Problem/Motivation
The version: VERSION lines in libraries.yml are creating a version query string using the Drupal Core version number for the asset files, making these files cached in the browser dependent on the Core version. I suggest to remove these.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork cookies-3554735
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
kaszarobertComment #4
kaszarobertComment #5
vinodhini.e commentedHi @kaszarobert,
Tested this module on Drupal 11.2.3 and applied Merge Request #136.
Confirmed that all version: VERSION entries have been removed from the .libraries.yml file.
Thanks.
Comment #6
kaszarobertHm, I wonder why doesn't it find that HTML element in the failing test all of the sudden.
Comment #8
tobiasbComment #9
tobiasbPatch does also apply to 1.2.x.
Comment #10
grevil commentedLGTM! Thanks.
Comment #12
grevil commented