Version 5.0.0
May 13, 2024
Changed
- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0+
.
Version 4.0.2
October 25, 2023
Added
- Add
tabindex=“0”
to<sup>
footnotes.
Changed
- Only admins are now allowed to access plugin settings.
Version 4.0.1
December 3, 2022
Fixed
- Fix an error when viewing the field in Live Preview with no value.
Version 4.0.0
August 27, 2022
Changed
- Now requires PHP
8.0.2+
. - Now requires Craft
4.0.0+
.
Version 3.0.0
August 27, 2022
The plugin’s package name has changed to
verbb/footnotes
. Footnotes will need be updated to 3.0 from a terminal, by runningcomposer require verbb/footnotes && composer remove vierbeuter/craft-footnotes
.
Added
- Add the ability to pass
anchorAttributes
object tofootnotes
filter. - Add the ability to pass
superscriptAttributes
object tofootnotes
filter. - Add the ability to pass
anchorAttributes
object tofootnotes
function.
Changed
- Migration to
verbb/footnotes
. - Now requires Craft 3.7+.
Version 2.2.2
November 8, 2019
Fixed
- yet another fix of changelog file … please, don't ask
Version 2.2.0
November 8, 2019
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'sfootnote
class (which has been added with release 2.1.0)
Version 2.1.1
October 30, 2019
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
Version 2.1.0
October 30, 2019
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
Version 2.0.0
October 29, 2019
Added
- minor improvement: set icon for footnote button
Changed
- update sources for Craft CMS 3
Version 1.1.3
May 10, 2017
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"
Version 1.1.2
March 31, 2017
Fixed
- fixed anchor link replacement in "footnotes" filter
Version 1.1.1
July 19, 2016
Fixed
- #2: fixed missing settings template
Version 1.1.0
July 5, 2016
Added
- #1: anchor links can now be added to footnotes
Version 1.0.0
June 23, 2016
Added
- First version of footnotes plugin released for Craft CMS 2