-
Interfaces Interface Description org.onehippo.cms7.services.googleanalytics.GoogleAnalyticsService Google Universal Analytics support is deprecated because UA is decommissioned. Please try to upgrade to GA4. Detailed instructions: https://support.google.com/analytics/answer/9304153 also please check 15.3 Release documentation.
-
Methods Method Description org.onehippo.cms7.services.contenttype.ContentType.isCascadeValidate() Use validation as offered by the hippo-services-validation module. Cascading is then obsolete.org.onehippo.cms7.services.HippoServiceRegistry.registerService(T, Class<T>) since v13.0. UseHippoServiceRegistry.register(Object, Class, Class[])
instead.org.onehippo.cms7.services.HippoServiceRegistry.unregisterService(T, Class<T>) since v13.0. UseHippoServiceRegistry.unregister(Object, Class)
instead.