footnotes 4.0.0-alpha6

Bug fixes

Fix issue with automated numbering using layout builder paragraphs
Fix cspell coding standards

footnotes 4.0.0-alpha4

Bug fixes
New features
  1. Fix a DOM warning in some scenarios
  2. Add the ability to have footnote references appear in a pop-up (eg slide in from the bottom)
  3. Improve the drush migration path from 3x
  4. Add more automated tests

footnotes 4.0.0-alpha3

New features

Most of the features completed in the Roadmap, ready for more intensive testing

footnotes 4.0.0-alpha2

Bug fixes
New features

Modernisation of the module working well with automated testing covering most of the functionality.
Still to come: Paste from Office + some cleanup tasks around tests and coding standards.
See #3413163: Roadmap to stable 4x branch for the Roadmap to stable.

footnotes 4.0.0-alpha1

New features

Creating 4x branch for target of more significant development

footnotes 3.1.0

New features

Drupal 10 compatibility, supporting both CKEditor4 and CKEditor5

footnotes 3.0.1

Bug fixes
New features

Issue #3249021 PHPCS issues
Issue #3156486 Footnote text field as text area

footnotes 7.x-2.6

Bug fixes
New features

Issue #2603538 by LNakamura, robin.ingelbrecht: All footnotes of node in block/field
Issue #2860134 by id.aleks: Move css attaching from hook_init
Issue #1090536 by rooby: Fix the implementation of hook_help().
Issue #1296978 by dpatte: In views, body footnotes displays body content when there are no footnotes.

footnotes 7.x-3.1

Bug fixes
New features

The new 7.x-3.x-dev will support ckeditor 4.6+.
Issue #2927893 by shadysamir: Support RTL languages.
Fixed the coding standards.

footnotes 7.x-2.5

New features

This is a port of Footnotes 6.x-2.5 to Drupal 7 (hence, 7.x-2.5). There are no new features other than the Drupal 7 compatibility.

Looking for new maintainer!

With this release I'm announcing my intent to step down as maintainer for this module. Footnotes was first released in June 2006 and today, 4 Drupal major versions later has over 1100 websites using it. If you are interested to maintain this module, please be in touch and I'll help you. See the project page for details.

footnotes 7.x-2.5-beta1

Port of Footnotes 6.x-2.5 to Drupal 7. (yes, finally...)

The filter module seems to work. The Views API and both WYSIWYG editor are still unported.

As foreseen for some time, the Textile filter is now removed and Better URL Filter is removed since the code was committed as the core URL filter for Drupal 7.

footnotes 7.x-2.x-dev

Port of Footnotes 6.x-2.5 to Drupal 7. (yes, finally...)

The filter module seems to work. The Views API and both WYSIWYG editor are still unported.

As foreseen for some time, the Textile filter is now removed and Better URL Filter is removed since the code was committed as the core URL filter for Drupal 7.

footnotes 6.x-2.5

New features

Footnotes module can be used to easily create automatically numbered footnote
references into an article or post (such as a reference to a URL). It
now supports also TinyMCE and CKEditor via WYSIWYG module
.

Major features

footnotes 6.x-2.4

New features
Bug fixes

Footnotes module can be used to easily create automatically numbered footnote references into an article or post (such as a reference to a URL). It now supports also TinyMCE. This release also includes "Better URL filter", which can be used to replace the (incomplete) URL filter available in Drupal core.

Beginning with version 2.4, Footnotes will highlight the footnote text if you click on the footnote reference link. (This was inspired by wikipedia, see #728658: Highlight footnote when clicking the link). The highlight color is light gray. If this clashes with your site's colors, or you just want to set a nicer color (or unset the feature altogether) you need to override the default color in your own theme. (See below).

As part of this feature, CSS class names have moved tags. While unlikely, if you have used these in your own themes, please change your CSS accordingly:

  • The "footnote" class used to be the A or SPAN element that is the footnote number/label in the list of footnotes. This class is now the LI element containing the entire footnote.
  • The A or SPAN element now has the class "footnote_label"

Due to changes in HTML and CSS, you need to clear the Drupal cache after upgrading to version 2.4 or later.

footnotes 6.x-2.3

Bug fixes

This is a bug fix update of Footnotes. The newly introduced feature to have multiple footnotes point to the same reference in Footnotes 6.x-2.2 unfortunately broke Footnotes when used with Views, or when Footnotes appear also in the teaser. Due to not resetting a variable between runs, some footnotes would end up missing (for instance on all Views pages except the first one).

footnotes 6.x-2.2

New features

Footnotes 2.2 finally brings to you a much requested feature: TinyMCE integration. This is added through a standalone module tinymce_footnotes, and was contributed by Drupal user elgreg.

footnotes 5.x-2.0

New features

Footnotes module can be used to easily create automatically numbered footnote references into an article or post (such as a reference to a URL). This is the first 2.x release of the Drupal Footnotes module, with several enhancements compared to 1.x. Introducing the new square bracket syntax makes Footnotes usable also in WYSIWYG editors like TinyMCE and FCKEditor.

This release also includes "Better URL filter", which can be used to replace the (incomplete) URL filter available in Drupal core. Especially Footnotes users have suffered from the current URL filter, so the inclusion of a fixed URL filter in Footnotes provides for much awaited relief to Footnotes users. Even so, it is also possible to use Better URL filter independent of the Footnotes filter.

Changelog highlights:

- Add support for using [fn]square brackets[/fn] (268026)
- Add support for specifying "value" attribute. (emfabric 282104)
- Adding Better URL filter (fork from core). http://drupal.org/node/161217
- There appears to also be a French translation now. Thanks Beginner! (Japanese already done earlier.)
- Start using the Drupal theme system, footnotes can now be themed by site admins (emfabric 221156)

ABOUT FOOTNOTES (README.txt

The Footnotes module can be used to create automatically numbered footnotes
within a text. In the place, where you want to add a footnote, enclose the

footnotes 6.x-2.0

New features

Footnotes module can be used to easily create automatically numbered footnote references into an article or post (such as a reference to a URL). This is the first 2.x release of the Drupal Footnotes module, with several enhancements compared to 1.x. Introducing the new square bracket syntax makes Footnotes usable also in WYSIWYG editors like TinyMCE and FCKEditor.

This release also includes "Better URL filter", which can be used to replace the (incomplete) URL filter available in Drupal core. Especially Footnotes users have suffered from the current URL filter, so the inclusion of a fixed URL filter in Footnotes provides for much awaited relief to Footnotes users. Even so, it is also possible to use Better URL filter independent of the Footnotes filter.

Changelog highlights:

- Add support for using [fn]square brackets[/fn] (268026)
- Add support for specifying "value" attribute. (emfabric 282104)
- Adding Better URL filter (fork from core). http://drupal.org/node/161217
- There appears to also be a French translation now. Thanks Beginner! (Japanese already done earlier.)
- Start using the Drupal theme system, footnotes can now be themed by site admins (emfabric 221156)

ABOUT FOOTNOTES (README.txt

The Footnotes module can be used to create automatically numbered footnotes
within a text. In the place, where you want to add a footnote, enclose the

footnotes 6.x-2.x-dev

New features

Development snapshot from HEAD branch. (Currently against 6.x)

footnotes 6.x-1.1

Bug fixes

This version of Footnotes has been redesigned so that it only outputs html tags that
are allowed in a default installation of HTML filter. (Tags used are A, OL and LI.)

KNOWN ISSUES
----

footnotes 5.x-1.3

Bug fixes

This version of Footnotes has been redesigned so that it only outputs html tags that
are allowed in a default installation of HTML filter. (Tags used are A, OL and LI.)

KNOWN ISSUES
----

footnotes 5.x-1.2

Add new helper function
footnotes_is_footnotes_later( $format, 'filter_example_filter', $delta )
to be used by other modules depending on footnotes.

This release has not been tested by anyone. Since this is a new function not being used within Footnotes itself, I tought it is quite low risk to go ahead and release it as is. No code except this new function was touched.

footnotes 5.x-1.1

Japanese translation contributed

Drupal Japan ( http://drupal.jp/ )
Drupal Nippon ( http://drupon.org/ ) /
Takafumi ( jp.drupal@imagine **reverse order**)

footnotes 5.x-1.0

This is a straight upgrade of the latest 4.7 release. No new feature has been added.

Subscribe with RSS Subscribe to Releases for Footnotes