diff --git a/footnotes.php b/footnotes.php index c27d24d..dbb5976 100755 --- a/footnotes.php +++ b/footnotes.php @@ -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'). diff --git a/readme.txt b/readme.txt index ca6873d..9ee130e 100644 --- a/readme.txt +++ b/readme.txt @@ -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.