Problem/Motivation

The latest release (8.x-1.0-beta3) has several known issues, including:

#3268095: Saving a tip wipes attributes settings of other tips
#3262274: Deprecated method getAttributes() warning

It would be good to release a new version, if the dev branch has no known major defects.

Comments

malcomio created an issue. See original summary.

clemens.tolboom’s picture

Checking with https://www.drupal.org/project/usage/tour_ui 'Recent release usage' shows 33/950 dev/beta3.

Is 1/30 enough testing to validate a release? beta4?

If so I'm also tempted to release a stable version soon after so we get security advisory.

Must this have #3262274: Deprecated method getAttributes() warning ?
(I'll try to check this now)

@malcomio what do you think?

clemens.tolboom’s picture

I'm a little rusty so documenting steps.

- add config step https://build2be.com/content/working-drupal-module-using-composer
- I only added

        "preferred-install": {
            "drupal/tour_ui": "source",
            "*": "dist"
        }

Next

composer require drupal/tour_ui:1.x-dev
cd web/modules/contrib/tour_ui
git remote -v
git checkout 8.x-1.x
clemens.tolboom’s picture

Reading https://www.drupal.org/node/1015226#semver-transition it seems we need to

- switch to new branch 2.0 as we are on 8.x-1.x and have to bump major version.
- and tag 2.0.0-rc1

I'll make this another issue as it otherwise derails this issue.

Tagging 8.x-1.0-rc1

clemens.tolboom’s picture

Status: Active » Fixed

Release is out https://www.drupal.org/project/tour_ui/releases/8.x-1.0-rc1

Thanks @malcomio for bringing this up.

clemens.tolboom’s picture

Title: New release » New release 8.x-1.0-rc1
Related issues: +#3269093: Create semantic version 2.0 for D9

Hmmm ... this release breaks all before Drupal 9.2.x ...

malcomio’s picture

Thanks.

Yes, it would be good to move to semantic versioning, but given that Drupal 8 is past end of life, and this module didn't have a stable release, I wouldn't be overly worried about this version not supporting it.

Status: Fixed » Closed (fixed)

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