traceability update 2.5.6d1 revert space indent to tab.

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2477300 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
pewgeuges 2021-02-18 19:56:44 +00:00
parent 177841be4b
commit 7f5499723b
51 changed files with 7494 additions and 7494 deletions

View file

@ -9,7 +9,7 @@
* Edited for:
* 2.0.4 add Public Plugin name for dashboard heading 2020-11-01T0452+0100
*
* Last modified: 2020-12-08T2032+0100
* Last modified: 2021-02-18T2027+0100
*/

View file

@ -6,7 +6,7 @@
* @author Stefan Herndler
* @since 1.5.0 12.09.14 10:56
*
* @lastmodified 2021-02-16T0101+0100
* @lastmodified 2021-02-18T2021+0100
*
* @since 2.1.2 add versioning of settings.css for cache busting 2020-11-19T1456+0100
* @since 2.1.4 automate passing version number for cache busting 2020-11-30T0648+0100

View file

@ -7,7 +7,7 @@
* @since 1.5.0 14.09.14 14:47
*
*
* @lastmodified 2021-02-17T1136+0100
* @lastmodified 2021-02-18T2021+0100
*
* @since 2.0.4 restore arrow settings 2020-11-01T0509+0100
* @since 2.1.0 read-on button label 2020-11-08T2148+0100

View file

@ -7,7 +7,7 @@
* @since 1.5.0 12.09.14 10:56
*
*
* @lastmodified 2021-02-16T0258+0100
* @lastmodified 2021-02-18T2023+0100
*
* @since 1.6.5 Bugfix: Improve widgets registration, thanks to @felipelavinz code contribution.
* @since 1.6.5 Update: Fix for deprecated PHP function create_function(), thanks to @psykonevro @daliasued bug reports, thanks to @felipelavinz code contribution.

View file

@ -7,7 +7,7 @@
* @since 1.5.0 14.09.14 17:47
*
*
* @lastmodified 2021-02-08T1914+0100
* @lastmodified 2021-02-18T2028+0100
*
* @since 2.0.0 Bugfix: Localization: correct function call apply_filters() with all required arguments after PHP 7.1 promoted warning to error, thanks to @matkus2 bug report and code contribution.
* @since 2.1.6 Bugfix: Localization: conform to WordPress plugin language file name scheme, thanks to @nikelaos bug report.

View file

@ -7,7 +7,7 @@
* @since 1.5.0 14.09.14 10:43
*
*
* @lastmodified 2021-02-17T1136+0100
* @lastmodified 2021-02-18T2024+0100
*
* @since 2.0.4 restore arrow settings 2020-11-02T2115+0100
* @since 2.0.7 remove hook the_post 2020-11-06T1342+0100

View file

@ -7,7 +7,7 @@
* @since 1.5.0
*
*
* @lastmodified 2021-02-17T1754+0100
* @lastmodified 2021-02-18T2023+0100
*
* @since 2.0.0 Bugfix: various.
* @since 2.0.4 Bugfix: Referrers and backlinks: remove hard links to streamline browsing history, thanks to @theroninjedi47 bug report.

View file

@ -7,7 +7,7 @@
* @since 1.5.0 14.09.14 10:58
*
*
* @lastmodified 2021-02-12T1113+0100
* @lastmodified 2021-02-18T2024+0100
*
* @since 2.0.3 prettify reference container template
* @since 2.0.3 replace tab with a space

View file

@ -7,7 +7,7 @@
* Since: 1.0
*
* @version 2.5.5
* @lastmodified 2021-02-16T0651+0100
* @lastmodified 2021-02-18T2026+0100
*
* Classes recommended for Custom CSS:
* @see templates/dashboard/customize-css-new.html

View file

@ -4,7 +4,7 @@
*
* @since 2.5.5
* @version 2.5.5
* @lastmodified 2021-02-16T0206+0100
* @lastmodified 2021-02-18T2029+0100
*
* System of unified minified style sheets tailored to the instance.
*

View file

@ -11,7 +11,7 @@
* It doesnt matter if the tooltips are jQuery based or alternative.
* @since 2.5.5
* @version 2.5.5
* @lastmodified 2021-02-16T0206+0100
* @lastmodified 2021-02-18T2030+0100
*
* System of unified minified style sheets tailored to the instance.
*

View file

@ -7,7 +7,7 @@
* Since: 1.0
*
* @version 2.5.5
* @lastmodified 2021-02-16T0033+0100
* @lastmodified 2021-02-18T2026+0100
*/
/**

View file

@ -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.5.6d0
Version: 2.5.6d1
Author URI: http://cheret.de/plugins/footnotes-2/
Text Domain: footnotes
Domain Path: /languages
@ -18,10 +18,10 @@
* @since 2.1.4
* @since 2.5.3 (Hungarian)
* @var str
* @lastmodified 2021-02-18T1919+0100
* @lastmodified 2021-02-18T2048+0100
* @committer @pewgeuges
*/
define( 'C_STR_FOOTNOTES_VERSION', '2.5.6d0' );
define( 'C_STR_FOOTNOTES_VERSION', '2.5.6d1' );
/*
LICENSE NOTICE

View file

@ -25,7 +25,7 @@
* Make sure to sync the version number in class/init.php:
* @version 1.2.7.redacted.2
*
* @lastmodified 2021-02-05T0618+0100
* @lastmodified 2021-02-18T2032+0100
* @accountable @pewgeuges
*
* @since 2.0.0 Update: Tooltips: fix disabling bug by loading jQuery UI library, thanks to @rajinderverma @ericcorbett2 @honlapdavid @mmallett @twellve_million bug reports, thanks to @vonpiernik code contribution

View file

@ -3,7 +3,7 @@
* Footnote button for the Classic Editor text mode.
*
* @since 1.3.0
* @lastmodified 2021-02-09T0039+0100
* @lastmodified 2021-02-18T2043+0100
*
* @since 2.5.4 Bugfix: Editor button: Classic Editor text mode: try to fix uncaught reference error of “QTags is not defined”, thanks to @dpartridge bug report.
* @since 2.5.4 Bugfix: Editor button: Classic Editor text mode: correct label to singular.

View file

@ -5,7 +5,7 @@
* @since Unknown
* @type object
*
* @lastmodified 2021-02-07T0811+0100
* @lastmodified 2021-02-18T2046+0100
*
*
*