You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Backwards compatibility with the version 1.x of this module is a separate issue](https://github.com/apigee/apigee-api-catalog-drupal/issues/80), you can subscribe to notifications to follow the status.
51
-
52
50
- The Apigee SmartDocs formatter can only render one OpenAPI spec per page and the URL pattern
53
51
must match `/api/{entityId}`. This means that the formatter will probably not work correctly if
54
52
you modify the default API Docs view or try to use this file Formatter on other node types or entities.
if (in_array($phase, ['update', 'runtime']) && $schemaVersion < 8801) {
45
-
return [
46
-
'apigee_api_catalog_update_unsupported' => [
47
-
'title' => t('Apigee API Catalog'),
48
-
'description' =>t('The <a href=":link_module">Apigee API Catalog</a> 1.x version is enabled on this site but the module has been replaced with a 2.x version on the filesystem. Currently there is no way to upgrade from 1.x to 2.x. You will need to revert to the latest 1.x version of the module or uninstall the Apigee API Catalog module which will remove the module\'s current content and configuration then install the 2.x version. If you want to upgrade you will need to follow <a href=":link_issue">issue #80</a> for updates on the upgrade path functionality.', [
0 commit comments