Skip to content

v3.13.0

Choose a tag to compare

@vincent-peugnetvincent-peugnet released this 28 Sep 16:25
· 193 commits to master since this release

New features

cacheTTL

A global time to live for page render cache can be defined in admin settings. Page can override this parameter in advanced settings.

Time limit can be deactivated by setting cacheTTL to -1. Or caching can be totally disabled (very bad idea 😅, but at least 5secs) by setting cacheTTL to 0

No-index

Page that are public may be indexed by search engines. Each page can now have noindex set to true to prevent being indexed by those engines.
It can be set in page's advanced setting panel or using multi-edit.
Admins can define if newly created page have this setting set or not.

Other

  • admin can edit user's personnal URLs from the users interface
  • full log file can be downloaded from Web interface

👉️ Full changelog