From f63dfde076d7bf87e040056d1a23c45803537bd8 Mon Sep 17 00:00:00 2001 From: pewgeuges <73141620+pewgeuges@users.noreply.github.com> Date: Fri, 5 Mar 2021 08:44:15 +0100 Subject: [PATCH] Corrections to changelog. --- development/customized-documentation-schema.txt | 8 +++++--- footnotes.php | 4 +++- readme.txt | 12 ++++++------ 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/development/customized-documentation-schema.txt b/development/customized-documentation-schema.txt index dbb72e9..7ce343a 100644 --- a/development/customized-documentation-schema.txt +++ b/development/customized-documentation-schema.txt @@ -1,5 +1,5 @@ customized-documentation-schema.txt -@lastmodified 2021-02-15T2022+0100 +@lastmodified 2021-03-05T0501+0100 Plugin Footnotes for WordPress, v2.5.4 and later @@ -255,10 +255,12 @@ MISSING TAGS: @modified @publisher @reporter +@revision +@timestamp @user -▲ Config (original, missing and added tags), example of VS Code +▲ Config (original, missing and added tags), example of VS Code. /usr/share/code/resources/app/extensions/php/syntaxes/php.tmLanguage.json original: @@ -274,4 +276,4 @@ PHPStan: |extends|implements|template custom: -|accountable|bib|biblio|callback|commit|committer|contributor|courtesy|date|datetime|lastmodified|modified|publisher|reporter|user +|accountable|bib|biblio|callback|commit|committer|contributor|courtesy|date|datetime|lastmodified|modified|publisher|reporter|revision|timestamp|user diff --git a/footnotes.php b/footnotes.php index 1e37566..86a2216 100755 --- a/footnotes.php +++ b/footnotes.php @@ -19,10 +19,11 @@ * Please keep this constant in sync with the Version in the header above, * and also in sync with the Package Version in the header of the readme. * DO NOT SYNC THE STABLE TAG VALUE WITH THE PACKAGE VERSION VALUE. + * @see full docblock below. * @since 2.1.4 * @since 2.5.3 (Hungarian) * @var str - * @lastmodified 2021-03-05T0427+0100 + * @lastmodified 2021-03-05T0457+0100 */ define( 'C_STR_PACKAGE_VERSION', '2.5.11d1' ); @@ -36,6 +37,7 @@ define( 'C_STR_PACKAGE_VERSION', '2.5.11d1' ); * - Adding: Documentation: Readme: 'Package Version' field for information, after the 'Stable Tag' field parsed for release information. * * @since 2.5.11 + * @see C_STR_PACKAGE_VERSION * @see readme.txt * @link https://meta.trac.wordpress.org/ticket/5645#comment:5 * diff --git a/readme.txt b/readme.txt index 64d0d82..cfa9849 100644 --- a/readme.txt +++ b/readme.txt @@ -79,18 +79,18 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest** == Changelog == = 2.5.11 = -- Adding: Documentation: Readme: 'Package Version' field for information, after the 'Stable Tag' field parsed for release information. -- Bugfix: Dashboard: unescape quotation marks in Custom CSS text area and input boxes, thanks to @rumperuu code contribution. -- Update: Codebase: compliance to WordPress Coding Standards, thanks to @rumperuu code contribution. +- Adding: Documentation: Readme: Header: 'Package Version' field for information, after the 'Stable Tag' field (parsed for release configuration), to prevent further misuse. +- Bugfix: Dashboard: debug text input fields by disabling quotation mark escapement, thanks to @rumperuu code contribution during the codebase conformance overhaul. +- Update: Codebase: make all PHP code comply to WordPress Coding Standards requirements, thanks to @rumperuu code contribution and refactoring. - Adding: Documentation: additional readme in markdown format for use with GitHub, thanks to @rumperuu code contribution. -- Adding: Documentation: help and support for contributors through Contributing Guidelines, thanks to @rumperuu code contribution. +- Adding: Documentation: help and support for contributors by the means of Contributing Guidelines, thanks to @rumperuu code contribution. - Adding: Development: pre-commit hook for WordPress projects, modified from @bjornjohansen, thanks to @rumperuu code contribution. = 2.5.10 = -- Bugfix: Codebase: revert to 2.5.8, thanks to @little-shiva @watershare @adjayabdg @staho @frav8 @voregnev @dsl225 @alexclassroom @a223123131 @codldmac bug reports. +- Bugfix: Codebase: revert to 2.5.8 with apologies (below), thanks to @little-shiva @watershare @adjayabdg @staho @frav8 @voregnev @dsl225 @alexclassroom @a223123131 @codldmac bug reports. = 2.5.9d1 = -- Update: Codebase: accident. OUR APOLOGIES, PLEASE, FOR THE 2.5.9d1 PLUGIN 'Stable Tag' MISHAP. +- Update: Codebase: accidental release of trunk/, tagged when 2.5.10 was released 3½ h later. OUR APOLOGIES, PLEASE, FOR THE 2.5.9d1 PLUGIN 'Stable Tag' MISHAP. = 2.5.8 = - Bugfix: Layout: support right-to-left writing direction by replacing remaining CSS values 'left' with 'start', thanks to @arahmanshaalan bug report.