release: release 2.7.3 (#144)
* release: release 2.7.2 * fix: urgent 2.7.3 release to fix fatal error * chore: remove un-needed setup script * ci: remove steps from pre-push command * chore: remove un-needed PHP-Commitizen config * chore: put image files in correct folders * chore: move GitHub image into `.github/` dir
This commit is contained in:
parent
6a1117be15
commit
ac819034e5
13 changed files with 46 additions and 135 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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.1
|
||||
* 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').
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.8 KiB |
|
@ -54,24 +54,24 @@
|
|||
return null;
|
||||
},
|
||||
|
||||
/**
|
||||
* Returns information about the plugin as a name/value array.
|
||||
* The current keys are longname, author, authorurl, infourl and version.
|
||||
*
|
||||
* @return {Object} Name/value array containing information about the plugin.
|
||||
*
|
||||
* Edit: needs updating the version number manually
|
||||
*/
|
||||
getInfo : function() {
|
||||
return {
|
||||
longname : 'Inserts the Footnotes short code.',
|
||||
author : 'Mark Cheret',
|
||||
authorurl : 'https://cheret.org/footnotes/',
|
||||
infourl : 'https://wordpress.org/plugins/footnotes/',
|
||||
version : '2.7.2d'
|
||||
};
|
||||
}
|
||||
});
|
||||
/**
|
||||
* Returns information about the plugin as a name/value array.
|
||||
* The current keys are longname, author, authorurl, infourl and version.
|
||||
*
|
||||
* @return {Object} Name/value array containing information about the plugin.
|
||||
*
|
||||
* Edit: needs updating the version number manually
|
||||
*/
|
||||
getInfo: function () {
|
||||
return {
|
||||
longname: 'Inserts the Footnotes short code.',
|
||||
author: 'Mark Cheret',
|
||||
authorurl: 'https://cheret.org/footnotes/',
|
||||
infourl: 'https://wordpress.org/plugins/footnotes/',
|
||||
version: '2.7.4d',
|
||||
};
|
||||
},
|
||||
});
|
||||
|
||||
// Register plugin
|
||||
tinymce.PluginManager.add('footnotes', tinymce.plugins.Footnotes);
|
||||
|
|
|
@ -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.0
|
||||
Stable Tag: 2.7.3
|
||||
License: GPLv3
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
@ -60,7 +60,16 @@ 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.
|
||||
|
||||
= 2.7.1 =
|
||||
|
||||
- Bugfix: Stylesheets: namespace collapsed CSS class, thanks to @cybermrmotte @markyz89 bug reports.
|
||||
- Dashboard: move Plugin settings under default WP Settings menu.
|
||||
- Bugfix: Footnotes: fix bug when using multiple paragraphs in footnotes.
|
||||
|
@ -68,20 +77,15 @@ No, this Plugin has been written from scratch. Of course some inspirations on ho
|
|||
- Documentation: split changelog into seperate file.
|
||||
|
||||
= 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.
|
||||
- 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.
|
||||
|
||||
= 2.6.5 =
|
||||
- Bugfix: Editor buttons: debug button by reverting name change in PHP file while JS file and HTML template remained unsynced, thanks to @gova bug report.
|
||||
- Bugfix: Hooks: default-disable the_excerpt hook with respect to theme-specific excerpt handling, thanks to @mmallett bug reports.
|
||||
|
||||
== Upgrade Notice ==
|
||||
|
||||
= 2.7.1 =
|
||||
= 2.7.3 =
|
||||
|
||||
This release resolves a CSS class conflict with the commonly-used `.collapsed` class.
|
||||
|
||||
== Usage ==
|
||||
|
|
Reference in a new issue