Writer Plugins 7.8.2

Compatibility

  • Writer >=4.10.0

Released 2018-10-16

Changes in this release

New Feature

Improvement

  • WPLUG-399 - ConceptPlugin should validate geometry before adding concept to article
  • WPLUG-243 - Transitions not allowed beause of rules should be disabled/grayed

Bug

  • WPLUG-402 - PDF plugin is missing title/text in the serialised xml
  • WPLUG-242 - Long transition titles should not overflow to next line
  • WPLUG-180 - Publicationchannel and NewsPriority should listen to document events instead of data events
  • WPLUG-105 - Image alignment should set default alignment in xml

Upgrade notes

WPLUG-243 Transitions not allowed beause of rules should be disabled/grayed

Plugin config

Needs additional config: preCondition to disable option when preConditions are not met

{
    "nextState": "withhold",
    "title": "Tidspublicera",
    "preCondition": {
        "hasPubStart": true,
        "hasPublishedVersion": false
    }
},