Skip to content

Releases: bedita/placeholders

Release 2.0.1

20 Dec 15:33
5ca81fe
Compare
Choose a tag to compare

Release 2.0.0

15 Dec 10:36
4323347
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v2.0.0

Release 1.0.2

23 Nov 09:58
338c360
Compare
Choose a tag to compare

What's Changed

  • Add github workflow release + php (replace test) by @didoda in #4

New Contributors

  • @didoda made their first contribution in #4

Full Changelog: v1.0.1...v1.0.2

Release 1.0.1

22 Apr 15:19
7d1bb32
Compare
Choose a tag to compare

This release bumps the requirement for bedita/core and bedita/api to ^4.7, following the release of BEdita 4.7.0.

Release 1.0.0

29 Mar 07:41
dabc983
Compare
Choose a tag to compare

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