Version 1.0.5
The Plugin has been submitted to wordpress.org for review and (hopefully) publication. * Update: Plugin description for public directories (WordPress.org and GitHub) * Feature: the **footnotes** WordPress Plugin now has its very own CI * Update: Styling * Update: Settings to support the styling * Add: Inspirational Screenshots for further development * Add: Settings screenshot * Update: i18n fine-tuning git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@917821 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
660d32edc3
commit
7ee8c3ba80
2 changed files with 21 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
||||||
Plugin URI: https://github.com/media-competence-institute/footnotes
|
Plugin URI: https://github.com/media-competence-institute/footnotes
|
||||||
Description: simple adding footnotes to your pages
|
Description: simple adding footnotes to your pages
|
||||||
Author: Mark Cheret, Stefan Herndler
|
Author: Mark Cheret, Stefan Herndler
|
||||||
Version: 1.0.4
|
Version: 1.0.5
|
||||||
Author URI: https://github.com/media-competence-institute/footnotes
|
Author URI: https://github.com/media-competence-institute/footnotes
|
||||||
Text Domain: footnotes
|
Text Domain: footnotes
|
||||||
Domain Path: /languages
|
Domain Path: /languages
|
||||||
|
|
28
readme.txt
28
readme.txt
|
@ -5,11 +5,13 @@ Requires at least: 3.9
|
||||||
Tested up to: 3.9.1
|
Tested up to: 3.9.1
|
||||||
License: GPLv3 or later
|
License: GPLv3 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||||
Stable Tag: 1.0.4
|
Stable tag: 1.0.5
|
||||||
|
|
||||||
== Description ==
|
== Description ==
|
||||||
|
|
||||||
This WordPress Plugin enables you to easily add footnotes to your Posts or Pages. They are DokuWiki-Style footnotes.
|
footnotes gives you the ability to display decently-formated footnotes on your WordPress Pages or Posts.
|
||||||
|
footnotes aims to be the all-in-one solution that ships with a set of sane defaults
|
||||||
|
(those footnotes we know from offline publishing) but also give the user control over how their footnotes are being displayed.
|
||||||
|
|
||||||
== Frequently Asked Questions ==
|
== Frequently Asked Questions ==
|
||||||
|
|
||||||
|
@ -17,12 +19,12 @@ This WordPress Plugin enables you to easily add footnotes to your Posts or Pages
|
||||||
|
|
||||||
It's relatively simple. Check out [the manual](https://github.com/markcheret/footnotes#footnotes).
|
It's relatively simple. Check out [the manual](https://github.com/markcheret/footnotes#footnotes).
|
||||||
|
|
||||||
= Is your Plugin not a copy of footnotes x? =
|
= Is your Plugin a copy of footnotes x? =
|
||||||
|
|
||||||
No, this Plugin has been written from scratch.
|
No, this Plugin has been written from scratch. Of course some inspirations were taken from other plugins.
|
||||||
|
|
||||||
== Installation ==
|
== Installation ==
|
||||||
* Download the latest version from GitHub (https://github.com/markcheret/footnotes)
|
* Download the latest version from GitHub (https://github.com/media-competence-institute/footnotes)
|
||||||
* in the bottom right there is a `Download ZIP` button
|
* in the bottom right there is a `Download ZIP` button
|
||||||
* Visit your WordPress Admin area
|
* Visit your WordPress Admin area
|
||||||
* Navigate to `Plugins\Add`
|
* Navigate to `Plugins\Add`
|
||||||
|
@ -35,6 +37,16 @@ coming soon
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.0.5 =
|
||||||
|
The Plugin has been submitted to wordpress.org for review and (hopefully) publication.
|
||||||
|
* Update: Plugin description for public directories (WordPress.org and GitHub)
|
||||||
|
* Feature: the **footnotes** WordPress Plugin now has its very own CI
|
||||||
|
* Update: Styling
|
||||||
|
* Update: Settings to support the styling
|
||||||
|
* Add: Inspirational Screenshots for further development
|
||||||
|
* Add: Settings screenshot
|
||||||
|
* Update: i18n fine-tuning
|
||||||
|
|
||||||
= 1.0.4 =
|
= 1.0.4 =
|
||||||
* Updated replacing function when footnote is a link (bugfix)
|
* Updated replacing function when footnote is a link (bugfix)
|
||||||
* Footnote hover box remains until cursor leaves footnote or hover box
|
* Footnote hover box remains until cursor leaves footnote or hover box
|
||||||
|
@ -73,6 +85,6 @@ coming soon
|
||||||
= 1.0.0 =
|
= 1.0.0 =
|
||||||
* First development Version of the Plugin
|
* First development Version of the Plugin
|
||||||
|
|
||||||
== Feedback ==
|
== Upgrade Notice ==
|
||||||
|
To upgrade our plugin is simple. Just update the plugin within your WordPress installation.
|
||||||
== Get involved ==
|
To cross-upgrade from other footnotes plugins, there will be a migration assistant in the future
|
Reference in a new issue