Digital Writer 4.0.0

Compatibility

  • Editor Service >=3.6
  • Concept Backend >=2.6

Released 2018-02-20

Upgrade notes

Link functionality has moved to a plugin The link functionality has been removed from Writer core into a plugin. To keep the link functionality the writer must be configured to use the new link plugin.

Example configuration:

{
  "id": "se.infomaker.link",
  "name": "link",
  "url": "https://plugins.writer.infomaker.io/releases/7.0.0/im-link.js",
  "style": "https://plugins.writer.infomaker.io/releases/7.0.0/im-link.css",
  "enabled": true,
  "mandatory": false
}

Issues

New Feature

Improvement

  • WRIT-552 - Do not set default CORS, it should be specified by explicit config
  • WRIT-537 - Break out link to it’s own plugin
  • WRIT-534 - Add CORS headers to writer backend to enable communication from Dashboard

Bug

  • WRIT-570 - ByLine-component crashes when author’s twitter link is broken
  • WRIT-569 - ByLine search results is cropped in its modal
  • WRIT-546 - Cannot edit aldready defined softcrops when using imengine as backend