Closed (fixed)
Project:
Duration Field
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2025 at 12:54 UTC
Updated:
18 Aug 2025 at 20:54 UTC
Jump to comment: Most recent
The 3.0.x branch has not had any releases. Upgrading from 8.x-2.x to 3.0.x does not require a hook_update_n function.
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
bluegeek9 commentedComment #4
dwwThat'd certainly be nice. I guess we're saying you can't upgrade from 8.x-1.x straight to 3.0.x. But that's true, anyway, since the 8.x-1.x branch only supported D8 core, and there's no way to get a site like that directly onto 3.0.x. Folks would have to go through 8.x-2.x for "bridge releases", anyway.
So in principle, +1.
However, the MR pipeline is failing. Haven't looked into why. NW for that.
Thanks,
-Derek
Comment #6
bluegeek9 commentedThe tests are failing due to a changes in Core. We addressed it in the 8.x-2.x branch. There is still work to get 3.0.x current with 8.x-2.x.
This will resolve the issues reported by phpstan. In 8.x-2.x, the issues were resolved, #3152566: Incorrect doc typehinting gives false positive for deprecated code usage
Comment #7
bluegeek9 commentedWe need to also remove the Drush command.The Drush command in 3.0.x is duration_field:prepare_uninstall
Comment #8
bluegeek9 commented