Apostrophe2 v3.30.0 Release Notes

Release Date: 2022-10-12 // over 1 year ago
  • โž• Adds

    • ๐ŸŒฒ New APOS_LOG_ALL_ROUTES environment variable. If set, Apostrophe logs information about all middleware functions and routes that are executed on behalf of a particular URL.
    • โž• Adds the addFileGroups option to the attachment module. Additionally it exposes a new method, addFileGroup(group). These allow easier addition of new file groups or extension of the existing groups.

    ๐Ÿ›  Fixes

    • ๐Ÿ— Vue 3 may now be used in a separate webpack build at project level without causing problems for the admin UI Vue 2 build.
    • ๐Ÿ›  Fixes cache module clear-cache CLI task message
    • ๐Ÿ›  Fixes help message for express module list-routes CLI task