Releases: eprcstudio/TextformatterFootnotes
Releases · eprcstudio/TextformatterFootnotes
v0.1.2
This release fixes two (minor) issues:
- when
outputAsArray
is set to true, an array is now properly returned even if there are no footnotes TextformatterFootnotes::generateFootnotesMarkup
is now hookable. This is useful for dynamically changing the icon if you decide to output the footnotes’ markup separately (see example in the README)
v0.1.1
A quick release to add support for references within footnotes (niche use-case)
v0.1.0
v0.0.5
This release fixes two issues:
- empty lines were incorrectly removed (we should keep the text formatted as the user intended)
- when multiple fields (with the textformatter) were rendered, there were some issues with the references links
Currently, by default, each footnotes group belonging to a field is sequenced starting from 1. However when fixing the second issue I decided to add an option to continuously sequence the references/footnotes throughout a page render.
v0.0.4
This is a minor update to remove the autoload
and singular
, which are not needed for a textformatter
v0.0.3
This release fixes an issue where $field
was sent instead of an empty array for $options
, resulting in an error with array_merge
.
v0.0.2
Initial release