Significant improvements to content import/export: added support for multilingual page mapping, additional page paths, external links and more (thanks mlocati)
Disabled searching marketplace since marketplace supports 9+ (thanks mlocati)
Bug Fixes
Fix exporting area layout column when area is null (thanks mlocati)
Fixed some small errors when importing stack content (thanks mlocati)
Fix exporting page fields when page can't be found (thanks mlocati)
Security Updates
Safer storage of API keys on Windows (not necessary for Concrete CMS v9+, see more information here https://github.com/concretecms/concretecms/pull/11859) (thanks mlocati)
Fixed unsanitized address custom attribute when rendering addresses unattached to a particular country.
Developer Updates
Page::getByPath can now except a as well as a site tree and return all pages in all multilingual site trees therein (thanks mlocati)
When importing pages at paths that don’t exist, we now throw a specific exception that can be handled differently in different cases (thanks mlocati)