We have released some useful improvements for the apps from our “Web Optimisation” suite, which will be especially interesting for those of you working with multi-lingual Next.xp integration:
-
Sitemap.xml v2.0.1 fixes “Base URL” field in the app config allowing strictly domain names. Now you can specify, for example, “
https://mysite.com/no
” as a base URL for the URLs in your sitemap.xml. -
Robots.txt v4.0.0 adds support for more than one sitemap to the app config. If you have several sites -
https://mysite.com
andhttps://mysite.com/no
- then you can now specify that the latter has its own sitemap.xml athttps://mysite.com/no/sitemap.xml
. Note that this is a breaking change and you have to modify your Guillotine queries assitemap
is now an array of strings. -
Hubspot v2.0.0 comes with two breaking changes. Firstly, the hubspot form content type (
com.enonic.app.hubspot:form
) was removed, as forms will be rendered by Hubspot itself. Secondly, the Hubspot macro was modified to contain just two configurable fields: form header and form Id. The header will be displayed above the form (with specified Id) that will be rendered directly by Hubspot.