Skip to content

Commit

Permalink
Better Footnotes v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nash-ye committed Jul 24, 2019
1 parent 55c34da commit b592bf6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions main.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Plugin Name: Better Footnotes
* Description: Simple yet powerful footnotes integration on your WordPress site.
* Version: 1.0
* Version: 1.0.1
* Author: Nashwan Doaqan
* Author URI: https://profiles.wordpress.org/alex-ye/
* Text Domain: better-footnotes
Expand All @@ -17,7 +17,7 @@
* @var float
* @since 1.0
*/
define('BetterFootnotes\PLUGIN_VERSION', '1.0');
define('BetterFootnotes\PLUGIN_VERSION', '1.0.1');

/**
* Plugin's codename.
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Tags: footnote, footnotes, bibliography, references
Requires at least: 4.0
Tested up to: 5.2.2
Requires PHP: 7.0
Stable tag: 1.0
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://www.patreon.com/nash1ye

Simple yet powerful footnotes integration on your WordPress site.

Expand Down
8 changes: 6 additions & 2 deletions src/BetterFootnotes/src/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ public static function getUnorderedFootnotes()
/**
* Add a new unordered footnote.
*
* @param string $footnoteContent Footnote content.
* @param string $footnoteContent Footnote content.
*
* @return int Unordered footnotes count
*
* @since 1.0
* @static
*/
Expand Down Expand Up @@ -110,8 +112,10 @@ public static function getOrderedFootnotes()
/**
* Add a new ordered footnote.
*
* @param string $footnoteContent Footnote content.
* @param string $footnoteContent Footnote content.
*
* @return int Ordered footnotes count.
*
* @since 1.0
* @static
*/
Expand Down

0 comments on commit b592bf6

Please sign in to comment.