chore: remove timestamps
This commit is contained in:
parent
9f3ab57b38
commit
ca4053b312
16 changed files with 116 additions and 123 deletions
|
@ -6,7 +6,7 @@
|
|||
* @package footnotes
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @since 2.0.4 add Public Plugin name for dashboard heading 2020-11-01T0452+0100
|
||||
* @since 2.0.4 add Public Plugin name for dashboard heading
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* @package footnotes
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @since 2.2.0 add lowercase Roman 2020-12-12T1540+0100
|
||||
* @since 2.2.0 add lowercase Roman
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -101,7 +101,7 @@ class MCI_Footnotes_Convert {
|
|||
* @return string
|
||||
*
|
||||
* Edited:
|
||||
* @since 2.2.0 optionally lowercase (code from Latin) 2020-12-12T1538+0100
|
||||
* @since 2.2.0 optionally lowercase (code from Latin)
|
||||
*/
|
||||
private static function to_romanic( $p_int_value, $p_bool_upper_case ) {
|
||||
// Table containing all necessary romanic letters.
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
* @package footnotes
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @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
|
||||
* @since 2.1.4 optional step argument and support for floating in numbox 2020-12-05T0540+0100
|
||||
* @since 2.1.6 fix punctuation-related localization issue in dashboard labels 2020-12-08T1547+0100
|
||||
* @since 2.1.2 add versioning of settings.css for cache busting
|
||||
* @since 2.1.4 automate passing version number for cache busting
|
||||
* @since 2.1.4 optional step argument and support for floating in numbox
|
||||
* @since 2.1.6 fix punctuation-related localization issue in dashboard labels
|
||||
*
|
||||
* @since 2.5.5 Bugfix: Stylesheets: minify to shrink the carbon footprint, increase speed and implement best practice, thanks to @docteurfitness issue report.
|
||||
*/
|
||||
|
@ -529,7 +529,7 @@ abstract class MCI_Footnotes_Layout_Engine {
|
|||
* @return string
|
||||
*
|
||||
* Edited:
|
||||
* @since 2.1.4 step argument and number_format() to allow decimals 2020-12-03T0631+0100..2020-12-12T1110+0100
|
||||
* @since 2.1.4 step argument and number_format() to allow decimals..
|
||||
*/
|
||||
protected function add_num_box( $p_str_setting_name, $p_in_min, $p_int_max, $p_bool_deci = false ) {
|
||||
// Collect data for given settings field.
|
||||
|
|
|
@ -5,37 +5,37 @@
|
|||
* @filesource
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @since 2.0.4 restore arrow settings 2020-11-01T0509+0100
|
||||
* @since 2.1.0 read-on button label 2020-11-08T2148+0100
|
||||
* @since 2.1.1 options for ref container and alternative tooltips 2020-11-16T2152+0100
|
||||
* @since 2.0.4 restore arrow settings
|
||||
* @since 2.1.0 read-on button label
|
||||
* @since 2.1.1 options for ref container and alternative tooltips
|
||||
* @since 2.1.1 Referrers: superscript becomes optional, thanks to @cwbayer bug report
|
||||
* @since 2.1.2 priority level settings for all other hooks, thanks to @nikelaos
|
||||
* @link https://wordpress.org/support/topic/doesnt-work-any-more-11/#post-13676705
|
||||
* @since 2.1.4 settings for ref container, tooltips and scrolling 2020-12-03T0950+0100
|
||||
* @since 2.1.6 slight UI reordering 2020-12-09T1114+0100
|
||||
* @since 2.1.6 option to disable URL line wrapping 2020-12-09T1604+0100
|
||||
* @since 2.1.6 remove expert mode setting as outdated 2020-12-09T2105+0100
|
||||
* @since 2.1.4 settings for ref container, tooltips and scrolling
|
||||
* @since 2.1.6 slight UI reordering
|
||||
* @since 2.1.6 option to disable URL line wrapping
|
||||
* @since 2.1.6 remove expert mode setting as outdated
|
||||
* @since 2.2.0 start/end short codes: more predefined options, thanks to @nikelaos
|
||||
* @link https://wordpress.org/support/topic/doesnt-work-with-mailpoet/
|
||||
* @since 2.2.0 add options, redistribute, update strings 2020-12-12T2135+0100
|
||||
* @since 2.2.0 shortcode for reference container custom position 2020-12-13T2055+0100
|
||||
* @since 2.2.2 Custom CSS settings container migration 2020-12-15T0709+0100
|
||||
* @since 2.2.4 move backlink symbol selection under previous tab 2020-12-16T1244+0100
|
||||
* @since 2.2.5 support for Ibid. notation thanks to @meglio 2020-12-17T2021+0100
|
||||
* @since 2.2.0 add options, redistribute, update strings
|
||||
* @since 2.2.0 shortcode for reference container custom position
|
||||
* @since 2.2.2 Custom CSS settings container migration
|
||||
* @since 2.2.4 move backlink symbol selection under previous tab
|
||||
* @since 2.2.5 support for Ibid. notation thanks to @meglio
|
||||
* @link https://wordpress.org/support/topic/add-support-for-ibid-notation/
|
||||
* @since 2.2.5 options for label element and label bottom border, thanks to @markhillyer 2020-12-18T1447+0100
|
||||
* @since 2.2.5 options for label element and label bottom border, thanks to @markhillyer
|
||||
* @link https://wordpress.org/support/topic/how-do-i-eliminate-the-horizontal-line-beneath-the-reference-container-heading/
|
||||
* @since 2.2.10 reference container row border option, thanks to @noobishh 2020-12-25T2316+0100
|
||||
* @since 2.2.10 reference container row border option, thanks to @noobishh
|
||||
* @link https://wordpress.org/support/topic/borders-25/
|
||||
* @since 2.3.0 Reference container: convert top padding to margin and make it a setting, thanks to @hamshe
|
||||
* @link https://wordpress.org/support/topic/reference-container-in-elementor/#post-13786635
|
||||
* @since 2.3.0 rename Priority level tab as Scope and priority 2020-12-26T2222+0100
|
||||
* @since 2.3.0 swap Custom CSS migration Boolean from 'migration complete' to 'show legacy' 2020-12-27T1243+0100
|
||||
* @since 2.3.0 mention op. cit. abbreviation 2020-12-28T2342+0100
|
||||
* @since 2.3.0 add settings for hard links, thanks to @psykonevro and @martinneumannat 2020-12-29T1322+0100
|
||||
* @since 2.3.0 rename Priority level tab as Scope and priority
|
||||
* @since 2.3.0 swap Custom CSS migration Boolean from 'migration complete' to 'show legacy'
|
||||
* @since 2.3.0 mention op. cit. abbreviation
|
||||
* @since 2.3.0 add settings for hard links, thanks to @psykonevro and @martinneumannat
|
||||
* @link https://wordpress.org/support/topic/making-it-amp-compatible/
|
||||
* @link https://wordpress.org/support/topic/footnotes-is-not-amp-compatible/
|
||||
* @since 2.4.0 footnote shortcode syntax validation 2021-01-01T0624+0100
|
||||
* @since 2.4.0 footnote shortcode syntax validation
|
||||
* @since 2.5.0 Shortcode syntax validation: add more information around the setting, thanks to @andreasra
|
||||
* @link https://wordpress.org/support/topic/warning-unbalanced-footnote-start-tag-short-code-before/
|
||||
*/
|
||||
|
@ -199,8 +199,8 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
* @since 1.5.0
|
||||
*
|
||||
* Completed:
|
||||
* @since 2.1.4: layout and typography options 2020-11-30T0548+0100
|
||||
* @since 2.2.5 options for label element and label bottom border, thanks to @markhillyer 2020-12-18T1447+0100
|
||||
* @since 2.1.4: layout and typography options
|
||||
* @since 2.2.5 options for label element and label bottom border, thanks to @markhillyer
|
||||
* @link https://wordpress.org/support/topic/how-do-i-eliminate-the-horizontal-line-beneath-the-reference-container-heading/
|
||||
*/
|
||||
public function reference_container() {
|
||||
|
@ -371,14 +371,14 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* Edited heading 2020-12-12T1412+0100
|
||||
* @since 2.2.0 start/end short codes: more predefined options 2020-12-12T1412+0100
|
||||
* Edited heading
|
||||
* @since 2.2.0 start/end short codes: more predefined options
|
||||
* @link https://wordpress.org/support/topic/doesnt-work-with-mailpoet/
|
||||
* @since 2.2.0 3 boxes for clarity 2020-12-12T1422+0100
|
||||
* @since 2.2.5 support for Ibid. notation thanks to @meglio 2020-12-17T2019+0100
|
||||
* @since 2.2.0 3 boxes for clarity
|
||||
* @since 2.2.5 support for Ibid. notation thanks to @meglio
|
||||
* @link https://wordpress.org/support/topic/add-support-for-ibid-notation/
|
||||
* @since 2.4.0 added warning about Block Editor escapement disruption 2021-01-02T2324+0100
|
||||
* @since 2.4.0 removed the HTML comment tag option 2021-01-02T2325+0100
|
||||
* @since 2.4.0 added warning about Block Editor escapement disruption
|
||||
* @since 2.4.0 removed the HTML comment tag option
|
||||
* @since 2.5.0 Shortcode syntax validation: add more information around the setting, thanks to @andreasra
|
||||
* @link https://wordpress.org/support/topic/warning-unbalanced-footnote-start-tag-short-code-before/
|
||||
*/
|
||||
|
@ -615,8 +615,8 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
* @since 1.5.0
|
||||
*
|
||||
* Edited:
|
||||
* @since 2.2.0 position-sensitive placeholders to support more locales 2020-12-11T0432+0100
|
||||
* @since 2.2.0 more options 2020-12-11T0432+0100
|
||||
* @since 2.2.0 position-sensitive placeholders to support more locales
|
||||
* @since 2.2.0 more options
|
||||
*/
|
||||
public function love() {
|
||||
// Options for the acknowledgment display in the footer.
|
||||
|
@ -665,11 +665,11 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* Edited heading 2020-12-12T1453+0100
|
||||
* Edited heading
|
||||
* @since 2.1.1 more settings and notices, thanks to @nikelaos
|
||||
* @link https://wordpress.org/support/topic/doesnt-work-any-more-11/#post-13687068
|
||||
* @link https://wordpress.org/support/topic/jquery-comes-up-in-feed-content/#post-13110879
|
||||
* @since 2.2.0 dedicated to the excerpt setting and its notices 2020-12-12T1454+0100
|
||||
* @since 2.2.0 dedicated to the excerpt setting and its notices
|
||||
*/
|
||||
public function excerpts() {
|
||||
// Options for Yes/No select box.
|
||||
|
@ -702,9 +702,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* Edited heading 2020-12-12T1513+0100
|
||||
* Edited heading
|
||||
* @since 2.1.1 option for superscript (optionally baseline referrers)
|
||||
* @since 2.2.0 option for link element moved here 2020-12-12T1514+0100
|
||||
* @since 2.2.0 option for link element moved here
|
||||
*/
|
||||
public function superscript() {
|
||||
// Options for Yes/No select box.
|
||||
|
@ -1134,10 +1134,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
* @since 2.1.6 drop localized notices for CSS classes as the number increased to 16
|
||||
* list directly in the template, as CSS is in English anyway
|
||||
* @see templates/dashboard/customize-css.html
|
||||
* 2020-12-09T1113+0100
|
||||
*
|
||||
* @since 2.2.2 migrate Custom CSS to a dedicated tab 2020-12-15T0506+0100
|
||||
* @since 2.3.0 say 'copy-paste' instead of 'cut and paste' since cutting is not needed 2020-12-27T1257+0100
|
||||
* @since 2.2.2 migrate Custom CSS to a dedicated tab
|
||||
* @since 2.3.0 say 'copy-paste' instead of 'cut and paste' since cutting is not needed
|
||||
* @since 2.5.1 mention validity while visible, thanks to @rkupadhya bug report
|
||||
*/
|
||||
public function custom_css() {
|
||||
|
@ -1239,8 +1238,8 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
* @since 1.5.5
|
||||
*
|
||||
* Edited:
|
||||
* @since 2.1.1 priority level setting for the_content 2020-11-16T2152+0100
|
||||
* @since 2.1.4 priority level settings for the other hooks 2020-11-19T1421+0100
|
||||
* @since 2.1.1 priority level setting for the_content
|
||||
* @since 2.1.4 priority level settings for the other hooks
|
||||
*
|
||||
* priority level was initially hard-coded default
|
||||
* shows "9223372036854775807" in the numbox
|
||||
|
@ -1248,8 +1247,8 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
* but a numbox cannot be set to empty: <https://github.com/Modernizr/Modernizr/issues/171>
|
||||
* define -1 as PHP_INT_MAX instead
|
||||
*
|
||||
* @since 2.2.9 removed the warning about the widget text hook 2020-12-25T0348+0100
|
||||
* @since 2.2.9 added guidance for the widget text hook 2020-12-25T0353+0100
|
||||
* @since 2.2.9 removed the warning about the widget text hook
|
||||
* @since 2.2.9 added guidance for the widget text hook
|
||||
*/
|
||||
public function lookup_hooks() {
|
||||
// Load template file.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* @package footnotes
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @since 2.2.0 (TBD) 2020-12-12T1223+0100
|
||||
* @since 2.2.0 (TBD)
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -10,10 +10,10 @@
|
|||
* @since 1.6.5 Update: Fix for deprecated PHP function create_function(), thanks to @psykonevro @daliasued bug reports, thanks to @felipelavinz code contribution.
|
||||
* @since 2.0.0 Update: Tooltips: fix disabling bug by loading jQuery UI library, thanks to @rajinderverma @ericcorbett2 @honlapdavid @mmallett bug reports, thanks to @vonpiernik code contribution.
|
||||
*
|
||||
* @since 2.0.3 add versioning of public.css for cache busting 2020-10-29T1413+0100
|
||||
* @since 2.0.4 add jQuery UI from WordPress 2020-11-01T1902+0100
|
||||
* @since 2.1.4 automate passing version number for cache busting 2020-11-30T0646+0100
|
||||
* @since 2.1.4 optionally enqueue an extra stylesheet 2020-12-04T2231+0100
|
||||
* @since 2.0.3 add versioning of public.css for cache busting
|
||||
* @since 2.0.4 add jQuery UI from WordPress
|
||||
* @since 2.1.4 automate passing version number for cache busting
|
||||
* @since 2.1.4 optionally enqueue an extra stylesheet
|
||||
*
|
||||
* @since 2.5.5 Update: Stylesheets: increase speed and energy efficiency by tailoring stylesheets to the needs of the instance, thanks to @docteurfitness design contribution.
|
||||
* @since 2.5.5 Bugfix: Stylesheets: minify to shrink the carbon footprint, increase speed and implement best practice, thanks to @docteurfitness issue report.
|
||||
|
@ -206,10 +206,10 @@ class MCI_Footnotes {
|
|||
* @since 1.5.0
|
||||
*
|
||||
* @since 2.0.0 Update: Tooltips: fix disabling bug by loading jQuery UI library, thanks to @rajinderverma @ericcorbett2 @honlapdavid @mmallett bug reports, thanks to @vonpiernik code contribution.
|
||||
* @since 2.0.3 add versioning of public.css for cache busting 2020-10-29T1413+0100
|
||||
* @since 2.0.4 add jQuery UI from WordPress 2020-11-01T1902+0100
|
||||
* @since 2.1.4 automate passing version number for cache busting 2020-11-30T0646+0100
|
||||
* @since 2.1.4 optionally enqueue an extra stylesheet 2020-12-04T2231+0100
|
||||
* @since 2.0.3 add versioning of public.css for cache busting
|
||||
* @since 2.0.4 add jQuery UI from WordPress
|
||||
* @since 2.1.4 automate passing version number for cache busting
|
||||
* @since 2.1.4 optionally enqueue an extra stylesheet
|
||||
*/
|
||||
public function register_public() {
|
||||
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
* @package footnotes
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @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
|
||||
* @since 2.1.4 optional step argument and support for floating in numbox 2020-12-05T0540+0100
|
||||
* @since 2.1.6 fix punctuation-related localization issue in dashboard labels 2020-12-08T1547+0100
|
||||
* @since 2.1.2 add versioning of settings.css for cache busting
|
||||
* @since 2.1.4 automate passing version number for cache busting
|
||||
* @since 2.1.4 optional step argument and support for floating in numbox
|
||||
* @since 2.1.6 fix punctuation-related localization issue in dashboard labels
|
||||
*
|
||||
* @since 2.5.5 Bugfix: Stylesheets: minify to shrink the carbon footprint, increase speed and implement best practice, thanks to @docteurfitness issue report.
|
||||
*/
|
||||
|
@ -554,7 +554,7 @@ abstract class MCI_Footnotes_Layout_Engine {
|
|||
* @return string
|
||||
*
|
||||
* Edited:
|
||||
* @since 2.1.4 step argument and number_format() to allow decimals 2020-12-03T0631+0100..2020-12-12T1110+0100
|
||||
* @since 2.1.4 step argument and number_format() to allow decimals..
|
||||
*/
|
||||
protected function add_num_box( $p_str_setting_name, $p_in_min, $p_int_max, $p_bool_deci = false ) {
|
||||
// Collect data for given settings field.
|
||||
|
|
|
@ -5,37 +5,37 @@
|
|||
* @filesource
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @since 2.0.4 restore arrow settings 2020-11-01T0509+0100
|
||||
* @since 2.1.0 read-on button label 2020-11-08T2148+0100
|
||||
* @since 2.1.1 options for ref container and alternative tooltips 2020-11-16T2152+0100
|
||||
* @since 2.0.4 restore arrow settings
|
||||
* @since 2.1.0 read-on button label
|
||||
* @since 2.1.1 options for ref container and alternative tooltips
|
||||
* @since 2.1.1 Referrers: superscript becomes optional, thanks to @cwbayer bug report
|
||||
* @since 2.1.2 priority level settings for all other hooks, thanks to @nikelaos
|
||||
* @link https://wordpress.org/support/topic/doesnt-work-any-more-11/#post-13676705
|
||||
* @since 2.1.4 settings for ref container, tooltips and scrolling 2020-12-03T0950+0100
|
||||
* @since 2.1.6 slight UI reordering 2020-12-09T1114+0100
|
||||
* @since 2.1.6 option to disable URL line wrapping 2020-12-09T1604+0100
|
||||
* @since 2.1.6 remove expert mode setting as outdated 2020-12-09T2105+0100
|
||||
* @since 2.1.4 settings for ref container, tooltips and scrolling
|
||||
* @since 2.1.6 slight UI reordering
|
||||
* @since 2.1.6 option to disable URL line wrapping
|
||||
* @since 2.1.6 remove expert mode setting as outdated
|
||||
* @since 2.2.0 start/end short codes: more predefined options, thanks to @nikelaos
|
||||
* @link https://wordpress.org/support/topic/doesnt-work-with-mailpoet/
|
||||
* @since 2.2.0 add options, redistribute, update strings 2020-12-12T2135+0100
|
||||
* @since 2.2.0 shortcode for reference container custom position 2020-12-13T2055+0100
|
||||
* @since 2.2.2 Custom CSS settings container migration 2020-12-15T0709+0100
|
||||
* @since 2.2.4 move backlink symbol selection under previous tab 2020-12-16T1244+0100
|
||||
* @since 2.2.5 support for Ibid. notation thanks to @meglio 2020-12-17T2021+0100
|
||||
* @since 2.2.0 add options, redistribute, update strings
|
||||
* @since 2.2.0 shortcode for reference container custom position
|
||||
* @since 2.2.2 Custom CSS settings container migration
|
||||
* @since 2.2.4 move backlink symbol selection under previous tab
|
||||
* @since 2.2.5 support for Ibid. notation thanks to @meglio
|
||||
* @link https://wordpress.org/support/topic/add-support-for-ibid-notation/
|
||||
* @since 2.2.5 options for label element and label bottom border, thanks to @markhillyer 2020-12-18T1447+0100
|
||||
* @since 2.2.5 options for label element and label bottom border, thanks to @markhillyer
|
||||
* @link https://wordpress.org/support/topic/how-do-i-eliminate-the-horizontal-line-beneath-the-reference-container-heading/
|
||||
* @since 2.2.10 reference container row border option, thanks to @noobishh 2020-12-25T2316+0100
|
||||
* @since 2.2.10 reference container row border option, thanks to @noobishh
|
||||
* @link https://wordpress.org/support/topic/borders-25/
|
||||
* @since 2.3.0 Reference container: convert top padding to margin and make it a setting, thanks to @hamshe
|
||||
* @link https://wordpress.org/support/topic/reference-container-in-elementor/#post-13786635
|
||||
* @since 2.3.0 rename Priority level tab as Scope and priority 2020-12-26T2222+0100
|
||||
* @since 2.3.0 swap Custom CSS migration Boolean from 'migration complete' to 'show legacy' 2020-12-27T1243+0100
|
||||
* @since 2.3.0 mention op. cit. abbreviation 2020-12-28T2342+0100
|
||||
* @since 2.3.0 add settings for hard links, thanks to @psykonevro and @martinneumannat 2020-12-29T1322+0100
|
||||
* @since 2.3.0 rename Priority level tab as Scope and priority
|
||||
* @since 2.3.0 swap Custom CSS migration Boolean from 'migration complete' to 'show legacy'
|
||||
* @since 2.3.0 mention op. cit. abbreviation
|
||||
* @since 2.3.0 add settings for hard links, thanks to @psykonevro and @martinneumannat
|
||||
* @link https://wordpress.org/support/topic/making-it-amp-compatible/
|
||||
* @link https://wordpress.org/support/topic/footnotes-is-not-amp-compatible/
|
||||
* @since 2.4.0 footnote shortcode syntax validation 2021-01-01T0624+0100
|
||||
* @since 2.4.0 footnote shortcode syntax validation
|
||||
* @since 2.5.0 Shortcode syntax validation: add more information around the setting, thanks to @andreasra
|
||||
* @link https://wordpress.org/support/topic/warning-unbalanced-footnote-start-tag-short-code-before/
|
||||
*/
|
||||
|
@ -199,8 +199,8 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
* @since 1.5.0
|
||||
*
|
||||
* Completed:
|
||||
* @since 2.1.4: layout and typography options 2020-11-30T0548+0100
|
||||
* @since 2.2.5 options for label element and label bottom border, thanks to @markhillyer 2020-12-18T1447+0100
|
||||
* @since 2.1.4: layout and typography options
|
||||
* @since 2.2.5 options for label element and label bottom border, thanks to @markhillyer
|
||||
* @link https://wordpress.org/support/topic/how-do-i-eliminate-the-horizontal-line-beneath-the-reference-container-heading/
|
||||
*/
|
||||
public function reference_container() {
|
||||
|
@ -371,14 +371,14 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* Edited heading 2020-12-12T1412+0100
|
||||
* @since 2.2.0 start/end short codes: more predefined options 2020-12-12T1412+0100
|
||||
* Edited heading
|
||||
* @since 2.2.0 start/end short codes: more predefined options
|
||||
* @link https://wordpress.org/support/topic/doesnt-work-with-mailpoet/
|
||||
* @since 2.2.0 3 boxes for clarity 2020-12-12T1422+0100
|
||||
* @since 2.2.5 support for Ibid. notation thanks to @meglio 2020-12-17T2019+0100
|
||||
* @since 2.2.0 3 boxes for clarity
|
||||
* @since 2.2.5 support for Ibid. notation thanks to @meglio
|
||||
* @link https://wordpress.org/support/topic/add-support-for-ibid-notation/
|
||||
* @since 2.4.0 added warning about Block Editor escapement disruption 2021-01-02T2324+0100
|
||||
* @since 2.4.0 removed the HTML comment tag option 2021-01-02T2325+0100
|
||||
* @since 2.4.0 added warning about Block Editor escapement disruption
|
||||
* @since 2.4.0 removed the HTML comment tag option
|
||||
* @since 2.5.0 Shortcode syntax validation: add more information around the setting, thanks to @andreasra
|
||||
* @link https://wordpress.org/support/topic/warning-unbalanced-footnote-start-tag-short-code-before/
|
||||
*/
|
||||
|
@ -615,8 +615,8 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
* @since 1.5.0
|
||||
*
|
||||
* Edited:
|
||||
* @since 2.2.0 position-sensitive placeholders to support more locales 2020-12-11T0432+0100
|
||||
* @since 2.2.0 more options 2020-12-11T0432+0100
|
||||
* @since 2.2.0 position-sensitive placeholders to support more locales
|
||||
* @since 2.2.0 more options
|
||||
*/
|
||||
public function love() {
|
||||
// Options for the acknowledgment display in the footer.
|
||||
|
@ -664,11 +664,11 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* Edited heading 2020-12-12T1453+0100
|
||||
* Edited heading
|
||||
* @since 2.1.1 more settings and notices, thanks to @nikelaos
|
||||
* @link https://wordpress.org/support/topic/doesnt-work-any-more-11/#post-13687068
|
||||
* @link https://wordpress.org/support/topic/jquery-comes-up-in-feed-content/#post-13110879
|
||||
* @since 2.2.0 dedicated to the excerpt setting and its notices 2020-12-12T1454+0100
|
||||
* @since 2.2.0 dedicated to the excerpt setting and its notices
|
||||
*/
|
||||
public function excerpts() {
|
||||
// Options for Yes/No select box.
|
||||
|
@ -701,9 +701,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* Edited heading 2020-12-12T1513+0100
|
||||
* Edited heading
|
||||
* @since 2.1.1 option for superscript (optionally baseline referrers)
|
||||
* @since 2.2.0 option for link element moved here 2020-12-12T1514+0100
|
||||
* @since 2.2.0 option for link element moved here
|
||||
*/
|
||||
public function superscript() {
|
||||
// Options for Yes/No select box.
|
||||
|
@ -1133,10 +1133,9 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
* @since 2.1.6 drop localized notices for CSS classes as the number increased to 16
|
||||
* list directly in the template, as CSS is in English anyway
|
||||
* @see templates/dashboard/customize-css.html
|
||||
* 2020-12-09T1113+0100
|
||||
*
|
||||
* @since 2.2.2 migrate Custom CSS to a dedicated tab 2020-12-15T0506+0100
|
||||
* @since 2.3.0 say 'copy-paste' instead of 'cut and paste' since cutting is not needed 2020-12-27T1257+0100
|
||||
* @since 2.2.2 migrate Custom CSS to a dedicated tab
|
||||
* @since 2.3.0 say 'copy-paste' instead of 'cut and paste' since cutting is not needed
|
||||
* @since 2.5.1 mention validity while visible, thanks to @rkupadhya bug report
|
||||
*/
|
||||
public function custom_css() {
|
||||
|
@ -1238,8 +1237,8 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
* @since 1.5.5
|
||||
*
|
||||
* Edited:
|
||||
* @since 2.1.1 priority level setting for the_content 2020-11-16T2152+0100
|
||||
* @since 2.1.4 priority level settings for the other hooks 2020-11-19T1421+0100
|
||||
* @since 2.1.1 priority level setting for the_content
|
||||
* @since 2.1.4 priority level settings for the other hooks
|
||||
*
|
||||
* priority level was initially hard-coded default
|
||||
* shows "9223372036854775807" in the numbox
|
||||
|
@ -1247,8 +1246,8 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_Layout_Engine {
|
|||
* but a numbox cannot be set to empty: <https://github.com/Modernizr/Modernizr/issues/171>
|
||||
* define -1 as PHP_INT_MAX instead
|
||||
*
|
||||
* @since 2.2.9 removed the warning about the widget text hook 2020-12-25T0348+0100
|
||||
* @since 2.2.9 added guidance for the widget text hook 2020-12-25T0353+0100
|
||||
* @since 2.2.9 removed the warning about the widget text hook
|
||||
* @since 2.2.9 added guidance for the widget text hook
|
||||
*/
|
||||
public function lookup_hooks() {
|
||||
// Load template file.
|
||||
|
|
|
@ -1205,7 +1205,7 @@ class MCI_Footnotes_Settings {
|
|||
* @var array
|
||||
*
|
||||
* Edited.
|
||||
* 2.2.2 added tab for Custom CSS 2020-12-15T0740+0100
|
||||
* 2.2.2 added tab for Custom CSS
|
||||
*
|
||||
* These are the storage container names, one per dashboard tab.
|
||||
*/
|
||||
|
@ -1546,7 +1546,6 @@ class MCI_Footnotes_Settings {
|
|||
* @since 2.2.0 this function is not called any longer when deleting the plugin,
|
||||
* to protect user data against loss, since manually updating a plugin is safer
|
||||
* done by deleting and reinstalling (see the warning about database backup).
|
||||
* 2020-12-13T1353+0100
|
||||
*/
|
||||
public function clear_all() {
|
||||
// Iterate through each Settings Container.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* @since 2.0.6 Bugfix: Priority level back to PHP_INT_MAX (ref container positioning not this plugin’s responsibility).
|
||||
* @since 2.0.6 Bugfix: Reference container: fix line breaking behavior in footnote number clusters.
|
||||
* @since 2.0.7 BUGFIX: Hooks: Default-disable 'the_post', thanks to @spaceling @markcheret @nyamachi @whichgodsaves @spiralofhope2 @mmallett @andreasra @widecast @ymorin007 @tashi1es bug reports.
|
||||
* @since 2.0.9 Bugfix: Remove the_post hook 2020-11-08T1839+0100.
|
||||
* @since 2.0.9 Bugfix: Remove the_post hook.
|
||||
* @since 2.1.0 Adding: Tooltips: Read-on button: Label: configurable instead of localizable, thanks to @rovanov example provision.
|
||||
* @since 2.1.1 Bugfix: Referrers, reference container: Combining identical footnotes: fix dead links and ensure referrer-backlink bijectivity, thanks to @happyches bug report.
|
||||
* @since 2.1.1 Bugfix: Reference container: fix start pages by making its display optional, thanks to @dragon013 bug report.
|
||||
|
@ -407,7 +407,7 @@ class MCI_Footnotes_Task {
|
|||
* @since 2.0.5 Update: Hooks: Default-enable all hooks to prevent footnotes from seeming broken in some parts.
|
||||
* @since 2.0.6 Bugfix: Priority level back to PHP_INT_MAX (ref container positioning not this plugin’s responsibility).
|
||||
* @since 2.0.7 BUGFIX: Hooks: Default-disable 'the_post', thanks to @spaceling @markcheret @nyamachi @whichgodsaves @spiralofhope2 @mmallett @andreasra @widecast @ymorin007 @tashi1es bug reports.
|
||||
* @since 2.0.7 Bugfix: Set priority level back to 10 assuming it is unproblematic 2020-11-06T1344+0100.
|
||||
* @since 2.0.7 Bugfix: Set priority level back to 10 assuming it is unproblematic.
|
||||
* @since 2.0.8 Bugfix: Priority level back to PHP_INT_MAX (need to get in touch with other plugins).
|
||||
* @since 2.1.0 UPDATE: Hooks: remove 'the_post', the plugin stops supporting this hook.
|
||||
* @since 2.1.1 Bugfix: Dashboard: priority level setting for the_content hook, thanks to @imeson bug report.
|
||||
|
@ -1774,7 +1774,7 @@ class MCI_Footnotes_Task {
|
|||
*
|
||||
* @since 2.1.6
|
||||
*
|
||||
* Even ARIA labels may take a URL as value, so use \w=[\'"] as a catch-all 2020-12-10T1005+0100
|
||||
* Even ARIA labels may take a URL as value, so use \w=[\'"] as a catch-all
|
||||
*
|
||||
* - Bugfix: Dashboard: URL wrap: add option to properly enable/disable URL wrap.
|
||||
*
|
||||
|
@ -1926,7 +1926,7 @@ class MCI_Footnotes_Task {
|
|||
} else {
|
||||
|
||||
// Don’t add onclick event in AMP compatibility mode.
|
||||
// Reverted wrong linting 2021-03-20T0032+0100.
|
||||
// Reverted wrong linting.
|
||||
$l_str_excerpt_text .= ' onclick="footnote_moveToReference_' . self::$a_int_post_id;
|
||||
$l_str_excerpt_text .= '_' . self::$a_int_reference_container_id;
|
||||
$l_str_excerpt_text .= '(\'footnote_plugin_reference_' . self::$a_int_post_id;
|
||||
|
@ -2518,7 +2518,7 @@ class MCI_Footnotes_Task {
|
|||
/*
|
||||
* The click event goes in the table cell if footnote remains single.
|
||||
*/
|
||||
// Reverted wrong linting 2021-03-20T0032+0100.
|
||||
// Reverted wrong linting.
|
||||
$l_str_backlink_event = ' onclick="footnote_moveToAnchor_';
|
||||
|
||||
$l_str_backlink_event .= self::$a_int_post_id;
|
||||
|
@ -2597,7 +2597,7 @@ class MCI_Footnotes_Task {
|
|||
|
||||
$l_str_footnote_backlinks .= ' class="footnote_backlink"';
|
||||
|
||||
// Reverted wrong linting 2021-03-20T0032+0100.
|
||||
// Reverted wrong linting.
|
||||
$l_str_footnote_backlinks .= ' onclick="footnote_moveToAnchor_';
|
||||
|
||||
$l_str_footnote_backlinks .= self::$a_int_post_id;
|
||||
|
|
|
@ -40,7 +40,7 @@ class MCI_Footnotes_Widget_Reference_Container extends MCI_Footnotes_Widget_Base
|
|||
* @since 1.5.0
|
||||
* @return string
|
||||
*
|
||||
* Edit: curly quotes 2.2.0 2020-12-12T2130+0100
|
||||
* Edit: curly quotes 2.2.0
|
||||
*/
|
||||
protected function get_description() {
|
||||
return __( 'The widget defines the position of the reference container if set to “widget area”.', 'footnotes' );
|
||||
|
@ -53,7 +53,7 @@ class MCI_Footnotes_Widget_Reference_Container extends MCI_Footnotes_Widget_Base
|
|||
* @param mixed $instance The instance of the widget.
|
||||
* @return void
|
||||
*
|
||||
* Edit: curly quotes 2.2.0 2020-12-12T2130+0100
|
||||
* Edit: curly quotes 2.2.0
|
||||
*/
|
||||
public function form( $instance ) {
|
||||
echo __( 'The widget defines the position of the reference container if set to “widget area”.', 'footnotes' );
|
||||
|
|
|
@ -9,11 +9,9 @@
|
|||
*
|
||||
* Since v2.1.4 of Footnotes
|
||||
*
|
||||
* Modified for 2.2.2 2020-12-15T1004+0100
|
||||
* Modified for 2.2.5 2020-12-16T1321+0100
|
||||
* Modified for 2.3.0 2020-12-29T0207+0100
|
||||
*
|
||||
* Last modified: 2020-12-29T0210+0100
|
||||
* Modified for 2.2.2
|
||||
* Modified for 2.2.5
|
||||
* Modified for 2.3.0
|
||||
*
|
||||
* The enqueuing of this stylesheet is optional and can be
|
||||
* enabled in the dashboard under General settings >
|
||||
|
|
|
@ -9,8 +9,7 @@
|
|||
*
|
||||
* Since v2.1.4 of Footnotes
|
||||
*
|
||||
* Last modified for v2.2.2 2020-12-15T1004+0100
|
||||
* Last modified for v2.2.4 2020-12-16T0625+0100
|
||||
* Last modified for v2.2.4
|
||||
*
|
||||
* The enqueuing of this stylesheet is optional and can be
|
||||
* enabled in the Reference container settings.
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* Since v2.1.4 of Footnotes
|
||||
*
|
||||
* Last modified for v2.2.4 2020-12-16T0624+0100
|
||||
* Last modified for v2.2.4
|
||||
*
|
||||
* The enqueuing of this stylesheet is optional and can be
|
||||
* enabled in the Reference container settings.
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
*
|
||||
* @version 2.5.10 (reversion to @version 2.5.8)
|
||||
* @revision 2483464
|
||||
* @timestamp 2021-03-01 11:09:29 +0000
|
||||
* @link https://plugins.trac.wordpress.org/changeset/2483464/footnotes/trunk
|
||||
*
|
||||
* @reporter @little-shiva
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* Created by Stefan on 24.05.14.
|
||||
*
|
||||
* Edit: be careful to maintain version number near EOF 2020-12-11T1225+0100
|
||||
* Edit: be careful to maintain version number near EOF
|
||||
*/
|
||||
|
||||
(function() {
|
||||
|
@ -60,7 +60,7 @@
|
|||
*
|
||||
* @return {Object} Name/value array containing information about the plugin.
|
||||
*
|
||||
* Edit: needs updating the version number manually 2020-12-11T1224+0100
|
||||
* Edit: needs updating the version number manually
|
||||
*/
|
||||
getInfo : function() {
|
||||
return {
|
||||
|
|
Reference in a new issue