This forum has moved, please join us on github discussions. We will keep these old posts available for reference. Thank you!

Apostrophe 2.93.0: easier cloud deployment, lean support for disableAnonSessions, appending page permissions

  • New, simplified static asset bundling feature for deploying to cloud hosts like Heroku. Rather than creating named asset bundles and pushing them to git before deployment, you can greatly simplify this process using Heroku “release tasks.” See the ApostropheCMS Heroku HOWTO for details.
  • In the lean library (apos.utils.post), use the csrf-fallback value for the csrf token if there is no csrf cookie name, same as the regular jquery library would. This achieves compatibility with the disableAnonSessions: true option of apostrophe-express.
  • When copying the permissions of a parent page to subpages, you now have the option to append them rather than replacing all existing permissions. Thanks to Siddharth Joshi.