Problem/Motivation
Currently the autologout.libraries.yml file has the version set to VERSION which strongly links it to core's version.
This makes it difficult to apply updates when the asset is cached.
Proposed resolution
The version should be left empty so that it is invalidated whenever a cache clear occurs.
Remaining tasks
Provide issue fork.
Issue fork autologout-3533164
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:
- 3533164-remove-version
changes, plain diff MR !78
Comments
Comment #3
codebymikey commentedComment #4
deaom commentedThe removal of the version tag in libraries can be merged, marking it as RTBC.
But just as an info, it is planned for the version to actually also work for contributed/custom modules as per #2205027: VERSION in library declarations does not work for contributed/custom modules
Comment #7
ajitsThank you for the report. I have merged the PR.
Comment #9
ajitsThis also needs to be done for the 2.x branch.
Comment #12
ajitsCherry-picked to 2.x