Skip to content

Releases: eprcstudio/TextformatterFootnotes

v0.1.3

Choose a tag to compare

@romaincazier romaincazier released this 24 Feb 13:21
cc1110c

(PW catched I bumped the module’s version but I forgot to create a new release for it, my bad)

This release cleans the module’s output as best as possible to make sure it doesn’t leave behind unwanted line returns if the user adds a footnote within the text, as shown in the example in the README.

v0.1.2

Choose a tag to compare

@romaincazier romaincazier released this 24 Jan 15:41
7c30544

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

Choose a tag to compare

@romaincazier romaincazier released this 09 Jan 21:13

A quick release to add support for references within footnotes (niche use-case)

v0.1.0

Choose a tag to compare

@romaincazier romaincazier released this 09 Jan 20:08

This release follows a refactor of the module to allow to extract the footnotes for later use. An example has been added in the README.

The textformatter also became more robust in cases where there are been mistakes in the references/footnotes ordering.

v0.0.5

Choose a tag to compare

@romaincazier romaincazier released this 08 Jan 22:22

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

Choose a tag to compare

@romaincazier romaincazier released this 25 Jul 11:06
2109202

This is a minor update to remove the autoload and singular, which are not needed for a textformatter

v0.0.3

Choose a tag to compare

@romaincazier romaincazier released this 10 Apr 21:06

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

Choose a tag to compare

@romaincazier romaincazier released this 29 Mar 09:31
0970f19

Initial release