From 487ae216210e6d2fc386b0cadf65a1118ed97bd8 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Thu, 16 May 2024 18:06:20 +0200 Subject: [PATCH] Upgrade Plone 6.0.7 to 6.0.11.1 (#1785) * Upgrade Plone 6.0.7 to 6.0.11.1 * Update docs --- plone-6.0.x.cfg | 2 +- requirements-6.0.txt | 2 +- src/plone/restapi/tests/http-examples/registry_get_list.resp | 4 ++-- .../tests/http-examples/translated_messages_addons.resp | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plone-6.0.x.cfg b/plone-6.0.x.cfg index a882e859f4..b3f43581f3 100644 --- a/plone-6.0.x.cfg +++ b/plone-6.0.x.cfg @@ -1,6 +1,6 @@ [buildout] extends = - https://dist.plone.org/release/6.0.7/versions.cfg + https://dist.plone.org/release/6.0.11.1/versions.cfg base.cfg [buildout:python37] diff --git a/requirements-6.0.txt b/requirements-6.0.txt index dcd3abcf16..2f870811b5 100644 --- a/requirements-6.0.txt +++ b/requirements-6.0.txt @@ -1 +1 @@ --r https://dist.plone.org/release/6.0.7/requirements.txt +-r https://dist.plone.org/release/6.0.11.1/requirements.txt diff --git a/src/plone/restapi/tests/http-examples/registry_get_list.resp b/src/plone/restapi/tests/http-examples/registry_get_list.resp index daaee85fa3..f172b2c8d1 100644 --- a/src/plone/restapi/tests/http-examples/registry_get_list.resp +++ b/src/plone/restapi/tests/http-examples/registry_get_list.resp @@ -242,7 +242,7 @@ Content-Type: application/json "schema": { "properties": { "default": "disabled", - "description": "Use this setting to enable or disable Captcha validation for comments. Install plone.formwidget.captcha, plone.formwidget.recaptcha, collective.akismet, or collective.z3cform.norobots if there are no options available.", + "description": "Use this setting to enable or disable Captcha validation for comments. Install plone.formwidget.captcha, plone.formwidget.recaptcha, plone.formwidget.hcaptcha, collective.akismet, or collective.z3cform.norobots if there are no options available.", "factory": "Choice", "title": "Captcha", "type": "string", @@ -423,5 +423,5 @@ Content-Type: application/json "value": "The person that created an item" } ], - "items_total": 2972 + "items_total": 2973 } diff --git a/src/plone/restapi/tests/http-examples/translated_messages_addons.resp b/src/plone/restapi/tests/http-examples/translated_messages_addons.resp index 6e7df00140..26a4a0866a 100644 --- a/src/plone/restapi/tests/http-examples/translated_messages_addons.resp +++ b/src/plone/restapi/tests/http-examples/translated_messages_addons.resp @@ -27,7 +27,7 @@ Content-Type: application/json "upgrade_info": { "available": false, "hasProfile": true, - "installedVersion": "2.0.0", + "installedVersion": "3.0.0", "newVersion": "1.2.3", "required": true },