Release 1.0.0
This is the first stable release of BEdita/Placeholders plugin for BEdita 4.
This release introduces a new relation placeholder / placeholded from any object type to any object type. Objects related via this relation cannot be manually managed, but are inferred from an object's body and description fields (by default: fields are configurable on a per-type basis) wherever an HTML comment in the following form is found:
<!-- BE-PLACEHOLDER.{referenced object ID} -->
or, including a free-form "params" string, which may or may not be a JSON string:
<!-- BE-PLACEHOLDER.{referenced object ID}.{base64-encoded params} -->Placeholders are already supported by BEdita Manager, but must be handled by consumer applications accordingly to their specific logic.
Full Changelog: https://github.com/bedita/placeholders/commits/v1.0.0