Problem/Motivation

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.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon 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

bluegeek9 created an issue. See original summary.

bluegeek9’s picture

Assigned: bluegeek9 » Unassigned
Status: Active » Needs review
dww’s picture

Status: Needs review » Needs work

That'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

  • bluegeek9 committed a684a927 on 3.0.x
    Issue #3539291: Remove: duration_field.install
    
bluegeek9’s picture

Status: Needs work » Fixed

The 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

//www.flaticon.com/free-icons/thank-you Thank you for your contribution! Your continued support makes this project sustainable.
There are multiple ways to show appreciation for the work contributed to this project including:
  • Triaging issues and adding more context to existing issues.
bluegeek9’s picture

Assigned: Unassigned » bluegeek9
Status: Fixed » Active

We need to also remove the Drush command.

The Drush command in 3.0.x is duration_field:prepare_uninstall

bluegeek9’s picture

Assigned: bluegeek9 » Unassigned
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.