- Issue created by @msn5158
- Status changed to Postponed: needs info
about 2 years ago 4:04pm 7 February 2023 - ๐ณ๐ฑNetherlands sutharsan
@msn5158, can you describe the situation in which this occurs? Preferably in the form of steps to reproduce?
- Status changed to Needs review
about 2 years ago 4:04pm 16 February 2023 - ๐ฎ๐ณIndia arisen Goa
Tried composer installation of the module on drupal 10.0.0. It works.
But looks like for me it doesn't install the stable release of the module instead it installs from the dev branch 4.0.x.
Check the attached screenshot. Confirmed the same in the composer.lock.Probably adding
"prefer-stable": true
in the root composer should solve the above issue. - Status changed to RTBC
over 1 year ago 10:09am 5 October 2023 - ๐ฑ๐ปLatvia biguzis
This is because 4.0.3 version doesn't allow to use D10 from composer.json side. Dev version contains
"^9 || ^10"
and it allowed it to install for @arisen.
Fix would be to create a new release for proper D10 support. Till then -composer require drupal/radioactivity:^4.0.0@dev
- ๐บ๐ธUnited States robphillips
For those who need this now without installing a dev version. Use this patch along with drupal-lenient on version 4.0.3.
- Status changed to Postponed: needs info
about 1 year ago 12:16pm 11 February 2024 - ๐ณ๐ฑNetherlands sutharsan
Version 4.0.3 was released with
core_version_requirement: ^9 || ^10
. Is this issue still now resolved?Please mark this issue 'closed' when it is resolved.
- Status changed to Active
11 months ago 10:20pm 26 March 2024 - ๐ณ๐ฎNicaragua dinarcon
This is still an issue. Version 4.0.3 contains
core_version_requirement: ^9 || ^10
in the radioactivity.info.yml file, but the issue reported here is not being able to add the module via Composer. That is because 4.0.3 does not declare Drupal 10 compatibility in the composer.json file. See https://git.drupalcode.org/project/radioactivity/-/blob/4.0.3/composer.j...This has already been fixed in https://git.drupalcode.org/project/radioactivity/-/commit/5b0200bc08ca66..., but that commit was not part of the 4.0.3 release.
Doing what is described in #6 or #7 allows the module to be installed. Tagging a new release would be very much appreciated.
- ๐บ๐ธUnited States ccjjmartin Austin, TX
I can confirm that the only thing needed here is a new tagged release as the latest dev branch has the necessary required change. The release as of 4.0.3 did not have the required change in the composer.json file, notice the lack of or Drupal 10: https://git.drupalcode.org/project/radioactivity/-/blob/fa9651f23d6a5ee1...
- ๐ณ๐ฑNetherlands arkener
Also running into this issue. Can we get a new tag so this issue resolves itself? The project page currently defines 4.0.3 as having D10 support, so releasing a new tag might fix some confusion.
- Status changed to Fixed
about 1 month ago 8:55pm 29 January 2025 - ๐บ๐ธUnited States tr Cascadia
I tagged a 4.0.4 release for this purpose, and verified it does install on Drupal 10 using composer.
Note, that I will shortly be creating a 4.1.x branch that will be used for Drupal 11 support. The changes being made subsequent to the 4.0.4 release are significant enough that it warrants a new minor version.
Support for Drupal 9 has ended. The 4.0.4 release is still listed as Drupal 9 compatible, but there will be no new releases in the 4.0.x series going forward.
After I get all the tests working on 4.1.x and get the code to a stable release condition, I will release 4.1.0 as the recommended release for Drupal ^10.3 and Drupal ^11.
Automatically closed - issue fixed for 2 weeks with no activity.