Skip to content

Latest commit

 

History

History
107 lines (69 loc) · 3.35 KB

CHANGELOG.md

File metadata and controls

107 lines (69 loc) · 3.35 KB

Changelog

5.0.0 - 2024-05-13

Changed

  • Now requires PHP 8.2.0+.
  • Now requires Craft 5.0.0+.

4.0.2 - 2023-10-25

Added

  • Add tabindex=“0” to <sup> footnotes.

Changed

  • Only admins are now allowed to access plugin settings.

4.0.1 - 2022-12-03

Fixed

  • Fix an error when viewing the field in Live Preview with no value.

4.0.0 - 2022-08-27

Changed

  • Now requires PHP 8.0.2+.
  • Now requires Craft 4.0.0+.

3.0.0 - 2022-08-27

{note} The plugin’s package name has changed to verbb/footnotes. Footnotes will need be updated to 3.0 from a terminal, by running composer require verbb/footnotes && composer remove vierbeuter/craft-footnotes.

Added

  • Add the ability to pass anchorAttributes object to footnotes filter.
  • Add the ability to pass superscriptAttributes object to footnotes filter.
  • Add the ability to pass anchorAttributes object to footnotes function.

Changed

  • Migration to verbb/footnotes.
  • Now requires Craft 3.7+.

2.2.2 - 2019-11-08

Fixed

  • yet another fix of changelog file … please, don't ask

2.2.1- 2019-11-08

Fixed

  • fixed changelog format to be recognized by Craft Plugin Store … again 😪

2.2.0 - 2019-11-08

Added

  • #3: new setting for changing how to deal with duplicate footnotes → either combine identical footnotes to one footnote (which is the behaviour of all previous releases and therefore the plugin's default) or list all footnotes seperately, even those that are equal (which is optional, of course)
  • German translations for settings page
  • slightly extended the README file

Fixed

  • minor fix of docs: added missing note to README about the <sup> tag's footnote class (which has been added with release 2.1.0)

2.1.1 - 2019-10-30

Fixed

  • #6: fixed the footnote button whose icon always stayed black, also on hovering → now the icon color does change on hovering the button
  • fixed changelog format to be recognized by Craft Plugin Store

2.1.0 - 2019-10-30

Changed

  • #6: changed icon of footnote button and slightly changed the behaviour of the footnote button: footnotes are not just tagged with <sup>…</sup> any longer, now they're tagged with <sup class="footnote">…</sup> to make footnotes coexist with regular superscript text

Fixed

  • changelog format

2.0.0 - 2019-10-29

Added

  • minor improvement: set icon for footnote button

Changed

  • update sources for Craft CMS 3

1.1.3 - 2017-05-10

Added

  • minor improvement: Footnotes directly followed by other footnotes (either with or without whitespace characters between them) will now be comma-separated:
    "your text2 34" will now be rendered as "your text2, 3, 4"

1.1.2 - 2017-03-31

Fixed

  • fixed anchor link replacement in "footnotes" filter

1.1.1 - 2016-07-19

Fixed

  • #2: fixed missing settings template

1.1.0 - 2016-07-05

Added

  • #1: anchor links can now be added to footnotes

1.0.0 - 2016-06-23

Added

  • First version of footnotes plugin released for Craft CMS 2