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

Apostrophe 2.83.0 & 2.83.1, stability fixes plus apostrophe-pieces-import and -export improvements

2.83.1 (2019-03-13)

  • Bug fix: a crash in the lock refresh route was possible if an advisory lock was taken away by another tab or user. Thanks to hexitex for the report and the solution.

2.83.0 (2019-03-12)

  • When using the apostrophe-pieces-import module, you may now set the importAsRichText: true option on an area or singleton field to import markup rather than treating it as plaintext. With this setting in place the behavior matches apostrophe-pieces-export.

apostrophe-pieces-import 2.1.4

  • You no longer have to override views/managerModal.html, and you should stop. Once you stop, this module will be able to play nicely with apostrophe-pieces-export and both buttons can appear.

  • Added unit tests showing that the new importAsRichText: true option for area and singleton fields works properly. Note that this option is in the apostrophe module itself, which must also be up to date.

apostrophe-pieces-export 2.2.0

  • Added the exportAsPlaintext: true option, which can be set on any area or singleton schema field to export just the plaintext, rather than the markup.

  • Fixed and enhanced the unit tests.

1 Like