- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0+
.
- Add
tabindex=“0”
to<sup>
footnotes.
- Only admins are now allowed to access plugin settings.
- Fix an error when viewing the field in Live Preview with no value.
- Now requires PHP
8.0.2+
. - Now requires Craft
4.0.0+
.
{note} 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
.
- 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.
- Migration to
verbb/footnotes
. - Now requires Craft 3.7+.
- yet another fix of changelog file … please, don't ask
- fixed changelog format to be recognized by Craft Plugin Store … again 😪
- #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
- minor fix of docs: added missing note to README about the
<sup>
tag'sfootnote
class (which has been added with release 2.1.0)
- #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
- #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
- changelog format
- minor improvement: set icon for footnote button
- update sources for Craft CMS 3
- 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"
- fixed anchor link replacement in "footnotes" filter
- #2: fixed missing settings template
- #1: anchor links can now be added to footnotes
- First version of footnotes plugin released for Craft CMS 2