Merge pull request #101 from markcheret/hueman-theme-compat
Hueman theme compat
This commit is contained in:
commit
06b8fb51c1
2 changed files with 5 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
* Plugin URI: https://wordpress.org/plugins/footnotes/
|
* Plugin URI: https://wordpress.org/plugins/footnotes/
|
||||||
* Description: time to bring footnotes to your website! footnotes are known from offline publishing and everybody takes them for granted when reading a magazine.
|
* Description: time to bring footnotes to your website! footnotes are known from offline publishing and everybody takes them for granted when reading a magazine.
|
||||||
* Author: Mark Cheret
|
* Author: Mark Cheret
|
||||||
* Version: 2.7.0
|
* Version: 2.7.1
|
||||||
* Author URI: https://cheret.org/footnotes/
|
* Author URI: https://cheret.org/footnotes/
|
||||||
* Text Domain: footnotes
|
* Text Domain: footnotes
|
||||||
* Domain Path: /languages
|
* Domain Path: /languages
|
||||||
|
@ -22,9 +22,8 @@
|
||||||
* @since 2.1.4
|
* @since 2.1.4
|
||||||
* @since 2.5.3 (Hungarian)
|
* @since 2.5.3 (Hungarian)
|
||||||
* @var str
|
* @var str
|
||||||
* @lastmodified 2021-04-14T2351+0200
|
|
||||||
*/
|
*/
|
||||||
define( 'C_STR_FOOTNOTES_VERSION', '2.7.0' );
|
define( 'C_STR_FOOTNOTES_VERSION', '2.7.1' );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines the current environment ('development' or 'production').
|
* Defines the current environment ('development' or 'production').
|
||||||
|
|
|
@ -77,6 +77,9 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest**
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 2.7.1 =
|
||||||
|
- Bugfix: Stylesheets: higher specificity, thanks to @cybermrmotte bug report.
|
||||||
|
|
||||||
= 2.7.0 =
|
= 2.7.0 =
|
||||||
- Adding: Reference container: optionally per section by shortcode, thanks to @grflukas issue report.
|
- Adding: Reference container: optionally per section by shortcode, thanks to @grflukas issue report.
|
||||||
- Bugfix: Excerpts: make excerpt handling backward compatible, thanks to @mfessler bug report.
|
- Bugfix: Excerpts: make excerpt handling backward compatible, thanks to @mfessler bug report.
|
||||||
|
|
Reference in a new issue