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

Apostrophe 2.72.2: bug fixes, task to list attachment URLs

  • The new apostrophe-attachments:list task lists the URLs of all valid attachments, including all crops in all sizes.
  • The apostrophe-jobs runNonBatch method no longer crashes if the job-runner function provided does not return an object (for instance, because it takes a callback so its return value does not matter).
  • array fields may be used in the relationship of a join. Thanks to Anthony Tarlao.
  • Added missing callback to asset bundle cleanup for cloud deployments, ensuring that the lock is eventually released and the old bundles are eventually removed.
  • Fixed documentation for apos.jobs methods re: the labels option.