diff --git a/doc/extensions/adding-custom-fields.rst b/doc/extensions/adding-custom-fields.rst index a84378b0453..b71b7627a41 100644 --- a/doc/extensions/adding-custom-fields.rst +++ b/doc/extensions/adding-custom-fields.rst @@ -158,9 +158,9 @@ This overrides the custom_fields block with an empty block so the default CKAN custom fields form does not render. -.. versionadded:: 2.2.1 +.. versionadded:: 2.3 - Starting from CKAN 2.2.1 you can combine free extras with custom fields + Starting from CKAN 2.3 you can combine free extras with custom fields handled with ``convert_to_extras`` and ``convert_from_extras``. On prior versions you'll always need to remove the free extras handling.