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/
|
||||
* 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
|
||||
* Version: 2.7.0
|
||||
* Version: 2.7.1
|
||||
* Author URI: https://cheret.org/footnotes/
|
||||
* Text Domain: footnotes
|
||||
* Domain Path: /languages
|
||||
|
@ -22,9 +22,8 @@
|
|||
* @since 2.1.4
|
||||
* @since 2.5.3 (Hungarian)
|
||||
* @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').
|
||||
|
|
|
@ -77,6 +77,9 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest**
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 2.7.1 =
|
||||
- Bugfix: Stylesheets: higher specificity, thanks to @cybermrmotte bug report.
|
||||
|
||||
= 2.7.0 =
|
||||
- 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.
|
||||
|
|
Reference in a new issue