Bugs are now fixed except fade-in/fade-out, 2.6.0d3.
Hopefully we’ll meet the looming deadline. Thanks for testing and I’ll be reaching out to AMP-WP, in issue #48 to begin with. git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2497474 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
f089e0446a
commit
c8b3eba952
7 changed files with 12 additions and 11 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
|
||||
* Package V.: 2.6.0d2
|
||||
* Package V.: 2.6.0d3
|
||||
* Version: 2.6.0
|
||||
* CAUTION: THIS V. FIELD IS PARSED FOR UPDATE CONFIGURATION.
|
||||
* Author URI: https://cheret.org/footnotes/
|
||||
|
@ -24,9 +24,9 @@
|
|||
* @since 2.1.4
|
||||
* @since 2.5.3 (Hungarian)
|
||||
* @var str
|
||||
* @lastmodified 2021-03-16T2345+0100
|
||||
* @lastmodified 2021-03-17T0312+0100
|
||||
*/
|
||||
define( 'C_STR_PACKAGE_VERSION', '2.6.0d2' );
|
||||
define( 'C_STR_PACKAGE_VERSION', '2.6.0d3' );
|
||||
|
||||
/**
|
||||
* Version numbers in WordPress plugin readme.txt and main PHP headers.
|
||||
|
|
Reference in a new issue