Releases: eprcstudio/TextformatterFootnotes
Releases · eprcstudio/TextformatterFootnotes
v0.1.1
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