Closed (fixed)
Project:
TacJS
Version:
7.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2025 at 17:27 UTC
Updated:
23 Apr 2025 at 07:59 UTC
Jump to comment: Most recent
TarteAuCitron version 1.20.1 has been released.
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
mably commentedWaiting for the release on asset packagist:
https://asset-packagist.org/package/npm-asset/tarteaucitronjs
Comment #4
mably commentedComment #5
mably commentedComment #7
mably commentedComment #8
prudloff commentedWouldn't it make sense to use a Composer constraint like ^1.20.1?
This way we don't have to update the module every time a new release of tarteaucitron is published.
Comment #9
mably commentedPeople are still free to upgrade the TarteAuCitron library as they wish.
I'm just a bit scared that some TarteAuCitron release will break the TacJS module.
But may be we could try to loosen the version requirement and see how it goes.
What do you think?
And the
content.jsonfile still needs to be updated manually.The 1.19 version was released 10 months ago, it's not that frequent.
But I just realized that the 1.20.2 has been released a few hours ago ;)
Comment #10
mably commentedUpdated the version requirement to
~1.20for now.Comment #11
prudloff commentedI guess using
~would be an acceptable compromise.