Skip to content

Commit

Permalink
Upgrade Plone 6.0.7 to 6.0.11.1 (#1785)
Browse files Browse the repository at this point in the history
* Upgrade Plone 6.0.7 to 6.0.11.1

* Update docs
  • Loading branch information
tisto authored May 16, 2024
1 parent 5b33ccd commit 487ae21
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plone-6.0.x.cfg
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion requirements-6.0.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions src/plone/restapi/tests/http-examples/registry_get_list.resp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -423,5 +423,5 @@ Content-Type: application/json
"value": "The person that created an item"
}
],
"items_total": 2972
"items_total": 2973
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit 487ae21

Please sign in to comment.