From 0e5a40163a878f58105fa51ce04043e4c03ea557 Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Tue, 7 Nov 2023 11:20:15 +0100 Subject: [PATCH 1/2] doc --- versions.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/versions.cfg b/versions.cfg index dc02cbe..2301da5 100644 --- a/versions.cfg +++ b/versions.cfg @@ -13,6 +13,7 @@ collective.feedback = 1.0.0 collective.geolocationbehavior = 1.7.1 collective.honeypot = 2.1 collective.purgebyid = 1.2.0 +# XXX: non aggiornare alla 0.3.1, attendere eventualmente la 0.3.2 collective.sentry = 0.3.0 collective.taxonomy = 3.0.1 collective.tiles.collection = 2.0.0 From 7bebe138e99f06db86ba4e28ae7d28418a068186 Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Tue, 21 Nov 2023 10:03:20 +0100 Subject: [PATCH 2/2] plone.event, fix gestione ricorrenze --- CHANGELOG.md | 3 +++ versions.cfg | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad12416..7a6cb10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +- plone.event 2.0.0 -> 2.0.1 [mamico] + - fix gestione ricorrenze https://github.com/plone/plone.event/pull/23 + - design.plone.contenttypes 6.0.21 -> 6.1.0 [mamico] - Optionally add image_scales and image_field in Summary serializer. [mamico] - Add @@design-utils view that shows all available utility views. [cekk] diff --git a/versions.cfg b/versions.cfg index 2301da5..135ab1b 100644 --- a/versions.cfg +++ b/versions.cfg @@ -7,6 +7,8 @@ extends = version = __CURRENT_VERSION__ [versions] +# TODO: eliminare dopo l'aggiornamento alla 6.0.8 +plone.event = 2.0.1 # agid-related products collective.address = 1.6 collective.feedback = 1.0.0