collective / collective.taxonomy

Create, edit and use hierarchical taxonomies in Plone!
https://pypi.org/project/collective.taxonomy/
19 stars 24 forks source link

Plone 6 updates #137

Closed petschki closed 2 years ago

laulaz commented 2 years ago

@petschki splitting the commits into 2 releases "breaks" the upgrade step :stuck_out_tongue_closed_eyes:

petschki commented 2 years ago

@petschki splitting the commits into 2 releases "breaks" the upgrade step 😝

gosh ... I'll fix that in the new 2.x branch and make a new release 2.2.3

laulaz commented 2 years ago

gosh ... I'll fix that in the new 2.x branch and make a new release 2.2.3

the 2.2.2 release & branch are good, don't worry 👍 The problem is for the next version : we need to declare a new upgrade step & version profile (the old step was just updated by a new commit).

petschki commented 2 years ago

gosh ... I'll fix that in the new 2.x branch and make a new release 2.2.3

the 2.2.2 release & branch are good, don't worry 👍 The problem is for the next version : we need to declare a new upgrade step & version profile (the old step was just updated by a new commit).

I think the upgradestep will break the 5.2 configlet because it places puzzle into icon_expr ... I'll bump the profile version here up to 2000 and re-target the upgradestep for the configlet.

laulaz commented 2 years ago

I think the upgradestep will break the 5.2 configlet because it places puzzle into icon_expr ...

puzzle icon is not put in the 2.2.2 release/branch (only permission is) :+1 https://github.com/collective/collective.taxonomy/blob/2.x/src/collective/taxonomy/profiles/default/controlpanel.xml

petschki commented 2 years ago

I think now I got it 🙈 sorry for the noise ...

laulaz commented 2 years ago

@petschki we should clarify the branches / versions compatibility in README, but otherwise, LGTM 👍