fix: urgent 2.7.3 release to fix fatal error

This commit is contained in:
Ben Goldsworthy 2021-04-25 15:06:03 +01:00
parent 4e85875d01
commit b5f0b6132d
5 changed files with 14 additions and 10 deletions

View file

@ -1,5 +1,9 @@
# Changelog
= 2.7.3 =
- Bugfix: fix WYSIWYG editor error message, thanks to @ogbcashdown bug report.
= 2.7.2 =
- Reissue of 2.7.1.

View file

@ -74,7 +74,7 @@ class Footnotes_WYSIWYG {
* @return array
*/
public static function include_scripts( $p_arr_plugins ) {
$p_arr_plugins[ Footnotes_Config::C_STR_PLUGIN_NAME ] = plugins_url( '/../js/wysiwyg-editor ' . ( ( Footnotes::PRODUCTION_ENV ) ? '.min' : '' ) . '.js', __FILE__ );
$p_arr_plugins[ Footnotes_Config::C_STR_PLUGIN_NAME ] = plugins_url( '/../js/wysiwyg-editor' . ( ( PRODUCTION_ENV ) ? '.min' : '' ) . '.js', __FILE__ );
return $p_arr_plugins;
}

View file

@ -5,7 +5,7 @@
* Description: footnotes lets you easily add highly-customisable footnotes on your WordPress Pages and Posts.
* Author: Mark Cheret
* Author URI: https://cheret.org/footnotes
* Version: 2.7.2
* Version: 2.7.3
* Text Domain: footnotes
* Domain Path: /languages
* Requires at least: 3.9
@ -25,7 +25,7 @@
* @since 2.5.3 (Hungarian)
* @var str
*/
define( 'C_STR_FOOTNOTES_VERSION', '2.7.2' );
define( 'C_STR_FOOTNOTES_VERSION', '2.7.3' );
/**
* Defines the current environment ('development' or 'production').

View file

@ -68,7 +68,7 @@
author: 'Mark Cheret',
authorurl: 'https://cheret.org/footnotes/',
infourl: 'https://wordpress.org/plugins/footnotes/',
version: '2.7.3d',
version: '2.7.4d',
};
},
});

View file

@ -5,7 +5,7 @@ Tags: footnote, footnotes, bibliography, formatting, notes, Post, posts, referen
Requires at least: 3.9
Tested up to: 5.7.1
Requires PHP: 7.0
Stable Tag: 2.7.2
Stable Tag: 2.7.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@ -60,6 +60,10 @@ No, this Plugin has been written from scratch. Of course some inspirations on ho
== Changelog ==
= 2.7.3 =
- Bugfix: fix WYSIWYG editor error message, thanks to @ogbcashdown bug report.
= 2.7.2 =
- Reissue of 2.7.1.
@ -78,13 +82,9 @@ No, this Plugin has been written from scratch. Of course some inspirations on ho
- Bugfix: Excerpts: make excerpt handling backward compatible, thanks to @mfessler bug report.
- Bugfix: Dashboard: debug the 'Quick start guide' tab, thanks to @rumperuu bug report.
= 2.6.6 =
- Bugfix: Process: fix issue that caused some footnotes to not be processed, thanks to @docteurfitness @rkupadhya @offpeakdesign bug reports.
== Upgrade Notice ==
= 2.7.2 =
= 2.7.3 =
This release resolves a CSS class conflict with the commonly-used `.collapsed` class.