f5b2e1f30f
Rebase to 2.5.7
2021-02-27 08:12:17 +00:00
9c88d218a8
Revert "Update code to comply with WP Coding Standards ( #38 )"
...
This reverts commit 02c6c1c362
.
2021-02-27 08:09:08 +00:00
dac7ffe3a6
Update code to comply with WP Coding Standards ( #38 )
...
Co-authored-by: @pewgeuges <pewgeuges@gmail.com>
2021-02-27 08:06:32 +00:00
8d0ebdb859
Append line endings
2021-02-27 08:03:04 +00:00
pewgeuges
92365f1176
This very urgent bugfix release contains just one added line of code, fixing the footnotes duplication bug.
...
= 2.5.7 =
- Bugfix: Process: fix footnote duplication by emptying the footnotes list every time the search algorithm is run on the content, thanks to @inoruhana bug report.
This release cannot be delayed as it responds to a user request with [bug report on the Forum](https://wordpress.org/support/topic/footnote-duplicated-in-the-widget/ ).
Fast-tracking emergency releases as per instructions received and previous agreement.
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2482506 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-02-27 01:39:18 +00:00
600910d9ee
Remove custom CSS output escaping
2021-02-26 14:40:23 +00:00
5982f12bd5
Revert "Update code to comply with WP Coding Standards ( #38 )"
...
This reverts commit 02c6c1c362
.
2021-02-26 08:07:03 +00:00
02c6c1c362
Update code to comply with WP Coding Standards ( #38 )
...
Co-authored-by: @pewgeuges <pewgeuges@gmail.com>
2021-02-25 19:17:00 +00:00
pewgeuges
b4df058574
File header class/widgets/reference-container.php
...
Move date to its tag, …
2021-02-25 17:48:04 +01:00
pewgeuges
c8d526ebc1
Remove dates in class/widgets/base.php
...
Remove @lastmodified date.
Remove purely documentation related @date tag.
2021-02-25 17:35:16 +01:00
pewgeuges
422a6d1fa2
File level headings in class/layout/.
...
Move date to @date tag below the @since tag.
Delete @lastmodified tag as pointless, easily out of sync, and screwing things up when collaborating.
Need to mention however that in many projects, the last modified datestamp is applied and maintained.
That said, some published files on the web out there contain edits post-dating their datestamp.
2021-02-25 14:22:07 +01:00
pewgeuges
a7c103c922
Remove end comment.
2021-02-25 12:01:24 +01:00
pewgeuges
cf1fef09cc
Correct phrase (initialism)
2021-02-25 00:02:44 +01:00
pewgeuges
bf80a52c07
Edit file level docblocks.
2021-02-24 23:53:22 +01:00
pewgeuges
2111d850aa
Convert script to snake_case
2021-02-24 23:12:41 +01:00
8a0658c604
Remove @lastmodified tag, datetime from @since tag
2021-02-24 21:53:17 +00:00
pewgeuges
0dc5f23123
Fix internal script.
2021-02-24 18:02:16 +01:00
pewgeuges
3540815ba7
Small edits.
2021-02-24 17:11:41 +01:00
pewgeuges
c1e5e0b33a
Update contribution URL class/init.php
...
The historic repo where @felipelavinz contributed has recently been moved.
As a consequence the commit’s URL needs to be updated.
But the original URL is maintained below under the commit date.
2021-02-24 16:28:34 +01:00
pewgeuges
3f35699047
Fix function name in docblock
2021-02-24 14:36:48 +01:00
pewgeuges
bd00fc348f
Same as previous. class/layout/settings.php
2021-02-24 12:52:32 +01:00
pewgeuges
4f666f1300
Docblocks for tooltips class/layout/settings.php
...
Headings and version for split-off metaboxes docblocks.
Overwrites the todo items.
Thanks for starting the docblocks required by WP coding standards.
2021-02-24 12:26:31 +01:00
pewgeuges
0dfe2ad4d0
Fix translator comments class/layout/settings.php
...
Titlecase “Translators:”.
Add semicolons.
2021-02-24 12:11:32 +01:00
pewgeuges
4cd3d5e255
Fix&dispatch docblock h. class/layout/settings.php
...
Fix 2 function docblock headings by dispatching them from the originally single metabox function docblock.
Also add version tags to the 2 metaboxes split off @since 2.2.0.
* Displays all options for the footnotes start and end tag short codes. (Initially called “Footnotes styling”.)
* Displays all options for the footnotes numbering. (Newly individualized.)
* Displays all options for the scrolling behavior. (Totally new as scroll offset and duration were initially hard-coded in the template.)
(This is part of WP coding standard compliance.)
2021-02-24 11:49:08 +01:00
pewgeuges
d64e75eac9
Fix line comments in class/layout/init.php
2021-02-23 23:45:01 +01:00
pewgeuges
cb43a1f6be
Restore compiler keyword in class/language.php
2021-02-23 21:14:45 +01:00
pewgeuges
1c2afab4b3
Change variable names conventional class/init.php
...
Name variables in an intuitive manner according to coding conventions.
2021-02-23 20:56:06 +01:00
pewgeuges
63803e147b
Merge docblock restore attributions class/init.php
...
Merge deleted docblock attributions in remaining docblock.
2021-02-23 20:13:38 +01:00
b5dc136ffe
Replace escape output functions
2021-02-23 18:13:52 +00:00
526b5d096f
Minor whitespace, commenting tweaks
2021-02-23 17:59:52 +00:00
87f2ed4f5c
Disable missing nonce errors/warnings for now
2021-02-23 17:59:12 +00:00
fa8fb3f207
Remove output escaping functions
2021-02-23 17:45:33 +00:00
716b213fb8
Replace incorrect option sanitisation function
2021-02-23 17:44:27 +00:00
5411e4b279
Replace wp_remote_get()
with PHPCS disable.
2021-02-23 17:17:14 +00:00
078781b000
Explictly pass false
argument to wp_enqueue_script()
.
...
Not doing so will result in a `WordPress.WP.EnqueuedResourceParameters.NotInFooter` warning from PHPCS.
2021-02-23 17:15:58 +00:00
df6bd2c282
Update layout files
2021-02-23 16:48:53 +00:00
8ff0d9ee86
Rename dashboard/
to layout/
.
2021-02-23 16:48:21 +00:00
adb2ccbc32
Add temp file
2021-02-23 16:47:39 +00:00
4736f19b36
Rename dashboard files
2021-02-23 16:45:57 +00:00
9a8e7c0851
Update codebase to be WP Coding Standard-compliant.
...
This is a squashed copy of `wp-coding-standard--rebase` to try and fix the line-ending
diff issue we're having.
2021-02-23 16:44:18 +00:00
9ee72568ef
Append line endings
2021-02-23 16:00:59 +00:00
pewgeuges
65874f089b
update 2.5.6d4 in case it is tested in the related forum topic.\nFull changelog:\n= 2.5.6 =\n- Bugfix: Reference container: optional alternative expanding and collapsing without jQuery for use with hard links, thanks to @hopper87it @pkverma99 issue reports.\n- Bugfix: Alternative tooltips: shrink width to short content.\n- Update: Documentation: slightly revise / update the plugin’s welcome page on WordPress.org.
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2478015 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-02-20 03:50:52 +00:00
pewgeuges
d0fa3c5f97
development update 2.5.6d3 to prepare the newly promised bugfix release adding a reference container template not using jQuery, plain JS instead.
...
The following is the changelog as drafted for this release:
= 2.5.6 =
- Bugfix: Reference container: optional alternative expanding and collapsing without jQuery for use with hard links, thanks to @hopper87it issue report.
- Update: Documentation: slightly revise / update the plugin’s welcome page on WordPress.org.
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2477926 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-02-19 20:04:11 +00:00
pewgeuges
67c1f443ad
development update 2.5.6d2 to prepare the newly promised bugfix release adding a reference container template not using jQuery, plain JS instead.\nThe following is the changelog as drafted for this release: \n= 2.5.6 =\n- Bugfix: Reference container: optional alternative expanding and collapsing without jQuery for use with hard links, thanks to @hopper87it issue report.\n- Update: Documentation: slightly revise / update the plugin’s welcome page on WordPress.org.
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2477898 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-02-19 19:42:45 +00:00
pewgeuges
7f5499723b
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
2021-02-18 19:56:44 +00:00
pewgeuges
177841be4b
traceability update 2.5.6d0 to clear the diffs before switching back to tab indentation, requiring the next commit to be entirely dedicated to whitespace \s changes so as to avoid screwing up code diffs.
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2477277 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-02-18 18:29:21 +00:00
pewgeuges
f8a87d5928
dev version implementing @lolzim’s bugfix 2.5.5d2
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2476267 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-02-17 10:58:28 +00:00
pewgeuges
d9e23677b0
traceability update 2.5.5d1
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2476187 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-02-17 09:33:04 +00:00
pewgeuges
3a341d36b2
development update 2.5.5d0 to be shared on the forum
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2475227 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-02-16 02:23:40 +00:00
pewgeuges
e328969abf
update for urgent bugfix release 2.5.4 - preview
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2473889 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-02-12 17:09:45 +00:00
pewgeuges
eaaad12e9b
prepare urgent bugfix release 2.5.4 - this: 2.5.4d7
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2473867 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-02-12 16:22:45 +00:00
pewgeuges
b009311766
prepare urgent bugfix release 2.5.4 - this: 2.5.4d6
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2473635 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-02-12 10:18:31 +00:00
pewgeuges
b9476b682e
traceability update 2.5.4d5
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2472973 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-02-11 10:34:35 +00:00
pewgeuges
0612b76412
traceability update 2.5.4d4
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2472020 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-02-09 23:33:29 +00:00
pewgeuges
4d884e22a0
traceability update 2.5.4d3
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2471020 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-02-08 18:04:15 +00:00
pewgeuges
cee486702c
traceability update 2.5.4d2
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2469883 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-02-06 01:57:25 +00:00
pewgeuges
6706ba811e
development version for urgent bugfix test in response to Forum (2.5.4d1)
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2466893 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-02-02 04:40:41 +00:00
pewgeuges
b34c0c12ab
update with last changes (2.5.4d0)
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2463046 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-01-26 17:01:53 +00:00
pewgeuges
a8f309c678
urgent bugfix release 2.5.3
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2461257 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-01-23 00:41:23 +00:00
pewgeuges
12a53754ab
update for urgent bugfix upcoming 2.5.3
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2461253 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-01-23 00:25:35 +00:00
pewgeuges
49bb66b8bd
urgent release 2.5.2
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2459302 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-01-19 23:45:34 +00:00
pewgeuges
f83fb80ab0
corrections for urgent bugfix, this: 2.5.1d1
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2458521 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-01-18 20:35:16 +00:00
pewgeuges
c3c0515308
update for urgent bugfix, this: 2.5.1d0
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2458511 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-01-18 20:09:43 +00:00
pewgeuges
1c7debbaf5
update with last changes (2.6.0d0)
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2456650 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-01-14 22:56:43 +00:00
pewgeuges
354b5439f0
update trunk/ in vue of urgent bugfix plus feature release 2.5.0
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2452163 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-01-07 21:21:29 +00:00
pewgeuges
53def2ec48
development update 2.5.0d0 to check whether the new class/template.php passes commit
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2450271 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-01-05 00:55:25 +00:00
pewgeuges
84981721d7
urgent release 2.4.0
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2449988 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-01-04 15:51:57 +00:00
pewgeuges
82cb6d5268
development 2.4.0d0 needed for support
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2449533 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-01-03 20:03:51 +00:00
pewgeuges
0879535bb4
development 2.3.1d2 (correct) for forum
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2448967 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-01-01 21:59:05 +00:00
pewgeuges
3096e8f3b4
development 2.3.1d1 for forum
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2448961 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-01-01 21:24:43 +00:00
pewgeuges
919e76bdef
development 2.3.1d0 for forum
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2448740 b8457f37-d9ea-0310-8a92-e5e31aec5664
2021-01-01 05:52:49 +00:00
pewgeuges
62f3b5c360
release overdue 2.3.0
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2448566 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-31 14:15:16 +00:00
pewgeuges
442ae6f88f
development preview 2.3.0
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2448470 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-31 11:45:10 +00:00
pewgeuges
1cb44eccd5
urgent bugfix release 2.2.10 in response to forum
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2446030 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-25 23:00:23 +00:00
pewgeuges
790aa3c679
urgent bugfix release 2.2.9 in response to forum
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2445955 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-25 16:57:32 +00:00
pewgeuges
ba10a9b137
preview 2.2.9d2
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2445928 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-25 15:14:43 +00:00
pewgeuges
9026c8ae19
urgent bugfix 2.2.8 fixing both bugs
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2444880 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-23 10:12:06 +00:00
pewgeuges
8228352f7d
urgent bugfix 2.2.7
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2444860 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-23 09:51:03 +00:00
pewgeuges
f3b2f0e864
urgent bugfix release 2.2.6 in response to bug report on forum
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2444735 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-23 03:34:51 +00:00
pewgeuges
c8f0c0e350
development update 2.3.0d0 needed in response to user request on forum
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2442742 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-19 06:18:56 +00:00
pewgeuges
4ff90450d6
bugfix release 2.2.5
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2442448 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-18 16:31:09 +00:00
pewgeuges
e5831a42b3
release 2.2.4 to replace 2.2.3 ASAP
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2440595 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-16 12:06:11 +00:00
pewgeuges
f3318e524f
release 2.2.3 to replace 2.2.2 ASAP
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2439688 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-15 10:30:29 +00:00
pewgeuges
6c7854352b
prerelease 2.2.2 because 2.2.1 is a quick patch and cannot be kept
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2439670 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-15 10:01:17 +00:00
pewgeuges
54051772b1
urgent bugfix release 2.2.1 to protect user data against loss due to moving UI elements under data structure constraints
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2438988 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-14 13:09:59 +00:00
pewgeuges
569794c634
release 2.2.0 in response to user request on Forum
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2438478 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-13 20:45:43 +00:00
pewgeuges
6bcec3b398
preview 2.2.0 for release ASAP needed in response to user request on Forum
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2438469 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-13 20:11:25 +00:00
pewgeuges
391cce446a
development 2.2.0d8 with update readme “Tested up to: 5.6”. Please test UI redesign prior to adding the missing settings
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2438063 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-12 21:07:24 +00:00
pewgeuges
0911777bc1
development update 2.2.0d6 to check remaining translated strings — internal use only, no other added value compared to current 2.1.6
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2436526 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-10 12:29:50 +00:00
pewgeuges
9511557172
bugfix release 2.1.6 fixing priority conflict, URL wrap bug and tooltip z-index bug, in response to Forum
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2436137 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-10 04:09:17 +00:00
pewgeuges
5091fc4013
development 2.2.0d5 fixing URL wrap bug
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2435820 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-09 18:26:31 +00:00
pewgeuges
aeb18f93a6
development 2.2.0d4 fixing settings bug
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2435723 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-09 16:21:04 +00:00
pewgeuges
8e02b48df3
development 2.2.0d0 for Forum
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2435618 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-09 15:12:37 +00:00
pewgeuges
4b27b10295
bugfix 2.1.5
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2432718 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-06 22:07:52 +00:00
pewgeuges
9dba60cd48
prerelease 2.1.4: this is 2.1.4 just without the tag 2.1.4; 2.2.0 will need localization, yet that implies a lot of extra changes and work. The overdue bugfixes need to be released today. Scheduled for this evening if no problems.
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2432631 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-06 16:30:14 +00:00
pewgeuges
ec116d10a2
development 2.2.0d2 tooltip durations settings
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2432531 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-06 12:46:45 +00:00
pewgeuges
3e8d312969
development 2.2.0d0 merged with 2.1.4d series. Scroll offset and duration settings
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2432050 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-05 04:48:09 +00:00
pewgeuges
c432dde37b
development 2.1.4d10 with 3 new stylesheets to fix layout in page, derived from Hello Elementor under GPLv3. Need to post on forum.
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2431872 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-04 22:51:29 +00:00
pewgeuges
bfd563f907
development 2.1.4d9 needed for Forum, tooltip font size defaulting to legacy, edits to hook priority description
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2431362 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-04 09:31:52 +00:00
pewgeuges
6e0698293c
upcoming 2.1.4 was not ready, instead thanks for testing 2.1.4d8, to be shared on Forum too
...
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2431035 b8457f37-d9ea-0310-8a92-e5e31aec5664
2020-12-03 17:38:14 +00:00