=== WP-Footnotes === Contributors: drzax Tags: footnotes, post, posts, notes, reference, formatting Requires at least: 2.0 Tested up to: 2.1.2 Stable tag: 1.3 Allows post authors to easily add footnotes to their posts. == Description == Easily add footnotes to any post using a simple mark-up which degrades (kind of) gracefully in the event that for some horrifying reason this plugin nolonger works == Installation == 1. Upload the `footnotes` folder and all it's contents to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. You're good to go! == Frequently Asked Questions == = How do I use this plugin? = That's totally simple. Go and check out [the manual](http://elvery.net/drzax/more-things/wordpress-footnotes-plugin/). = Can I make a suggestion for a new feature? = Sure can! In fact I'd like to hear any feedback at all [contact me](http://www.elvery.net/drzax/about/contact-author/) with what you've got to say for yourself. = Why aren't there more FAQs? = Because answers to pretty much all the questions that get asked frequently are in [the manual](http://elvery.net/drzax/more-things/wordpress-footnotes-plugin/). == Change Log == = 1.3 = - Bug fix: Links within footnotes now possible. = 1.2 = - Bug fix: Stopped creation of footnote on posts without any. Bug was introduced in v1.1. = 1.1 = - Bug fix: Link title text now correctly displayed. - Bug fix: Numbering issues when ref: style references used fixed. - Major change to the way ref: style references are processed. = 1.0.1 = - Minor updates to imbeded documentation. = 1.0 = - Changed method of extracting footnotes to use regex (should be more robust). - Support for different footnote numbering styles (decimal, lower-alpha, upper-alpha, lower-roman and upper-roman). - Reconfiguration of options page. - Added smooth-scroll feature. - Added default (and configurable) CSS for footnotes list. - Added options for adding text (or other markup) before and after the footnotes list. - Added classes to all markup generated by the plugin for easy styling. - Automatic legacy support. = 0.9.1 = - Fixed problems with display of back link text. - Fixed problems with display of pre and post link text. = 0.9 = - Compatability with WordPress 2.0.x (includes legacy support). - Change of mark up style. - Additional options, including before and after link text. - Basic support for paginated posts. = 0.1 = - The original seriously old-school release!