Version number related fixes before pull request.

This commit is contained in:
pewgeuges 2021-03-11 06:26:34 +01:00
parent 0e6c5a8f87
commit b6f6ff76f3
2 changed files with 33 additions and 22 deletions

View file

@ -19,78 +19,89 @@
* Please keep this constant in sync with the Version in the header above, * 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. * 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. * DO NOT SYNC THE STABLE TAG VALUE WITH THE PACKAGE VERSION VALUE.
* @see full docblock below. *
* @since 2.1.4 * @since 2.1.4
* @since 2.5.3 (Hungarian) * @since 2.5.3 (Hungarian)
* @var str * @var str
* @lastmodified 2021-03-08T1008+0100 * @lastmodified 2021-03-11T0623+0100
*/ */
define( 'C_STR_PACKAGE_VERSION', '2.5.11d1' ); define( 'C_STR_PACKAGE_VERSION', '2.5.11d1' );
/** /**
* Version numbers in a WordPress plugin readme.txt header. * Version numbers in a WordPress plugin readme.txt header.
* *
* - Adding: Documentation: Readme.txt: informative 'Package Version' field in sync with the package version currently hidden in the main PHP script header. * - Adding: Documentation: Readme.txt: informative 'Package Version' field in sync with the package version currently hidden in the main PHP script header.
* - Adding: Documentation: Readme.txt: informative 'Tagged Version' field pointing a tag folder in SVN for bugfix versions available ahead of the stable tag. * - Adding: Documentation: Readme.txt: informative 'Tagged Version' field pointing a tag folder in SVN for bugfix versions available ahead of the stable tag.
* - Adding: Documentation: Readme.txt: comment line below the 'Stable Tag' field to warn that this is (unexpectedly) parsed for release configuration. * - Adding: Documentation: Readme.txt: comment line below the 'Stable Tag' field to warn that this is (unexpectedly) parsed for release configuration.
* *
* @since 2.5.11 * @since 2.5.11
* @see readme.txt * @see readme.txt
* @link https://meta.trac.wordpress.org/ticket/5652 * @link https://meta.trac.wordpress.org/ticket/5652
* *
* Package Version Actual version string.
* May identify a development version.
* A 'd' series is suffixed to incremented bugfix version.
*
* Tagged Version Refers to the latest tag.
* Typically the best available version.
* May not be released, due to release frequency concerns.
*
* Stable Tag Parsed in trunk/ for release configuration.
* Must not be greater than the Version in MAIN.php header.
*
* WordPress plugin readmes are usually lacking the version number of the package. * WordPress plugin readmes are usually lacking the version number of the package.
* In Footnotes, this has been included after the stable tag had been mistaken for * In Footnotes, this has been included after the stable tag had been mistaken for
* the package version, given that state-of-the-art readmes have that information. * the package version, given that state-of-the-art readmes have that information.
* *
* - 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, thanks to @little-shiva @watershare @adjayabdg @staho @frav8 @voregnev @dsl225 @alexclassroom @a223123131 @codldmac bug reports.
* *
* @version 2.5.10 (reversion to @version 2.5.8) * @version 2.5.10 (reversion to @version 2.5.8)
* @revision 2483464 * @revision 2483464
* @timestamp 2021-03-01 11:09:29 +0000 * @timestamp 2021-03-01 11:09:29 +0000
* @link https://plugins.trac.wordpress.org/changeset/2483464/footnotes/trunk * @link https://plugins.trac.wordpress.org/changeset/2483464/footnotes/trunk
* *
* @reporter @little-shiva * @reporter @little-shiva
* @link https://wordpress.org/support/topic/footnotes-broke-two-of-my-client-sites/ * @link https://wordpress.org/support/topic/footnotes-broke-two-of-my-client-sites/
* *
* @reporter @watershare * @reporter @watershare
* @link https://wordpress.org/support/topic/latest-update-broke-my-site-19/ * @link https://wordpress.org/support/topic/latest-update-broke-my-site-19/
* *
* @reporter @adjayabdg * @reporter @adjayabdg
* @link https://wordpress.org/support/topic/latest-update-broke-my-site-19/#post-14115531 * @link https://wordpress.org/support/topic/latest-update-broke-my-site-19/#post-14115531
* *
* @reporter @staho * @reporter @staho
* @link https://wordpress.org/support/topic/version-2-5-9d1-breaks-wp-down/ * @link https://wordpress.org/support/topic/version-2-5-9d1-breaks-wp-down/
* *
* @reporter @frav8 * @reporter @frav8
* @link https://wordpress.org/support/topic/version-2-5-9d1-breaks-wp-down/#post-14115614 * @link https://wordpress.org/support/topic/version-2-5-9d1-breaks-wp-down/#post-14115614
* *
* @reporter @voregnev * @reporter @voregnev
* @link https://wordpress.org/support/topic/version-2-5-9d1-breaks-wp-down/#post-14115632 * @link https://wordpress.org/support/topic/version-2-5-9d1-breaks-wp-down/#post-14115632
* *
* @reporter @dsl225 * @reporter @dsl225
* @link https://wordpress.org/support/topic/version-2-5-9d1-breaks-wp-down/#post-14115820 * @link https://wordpress.org/support/topic/version-2-5-9d1-breaks-wp-down/#post-14115820
* *
* @reporter @alexclassroom * @reporter @alexclassroom
* @link https://wordpress.org/support/topic/version-2-5-9d1-breaks-wp-down/#post-14115860 * @link https://wordpress.org/support/topic/version-2-5-9d1-breaks-wp-down/#post-14115860
* *
* @reporter @a223123131 * @reporter @a223123131
* @link https://wordpress.org/support/topic/version-2-5-9d1-breaks-wp-down/#post-14115906 * @link https://wordpress.org/support/topic/version-2-5-9d1-breaks-wp-down/#post-14115906
* @link https://wordpress.org/support/topic/update-breaks-layout-3/ * @link https://wordpress.org/support/topic/update-breaks-layout-3/
* @link https://wordpress.org/support/topic/bugs-in-every-2nd-update/#post-14116804 * @link https://wordpress.org/support/topic/bugs-in-every-2nd-update/#post-14116804
* *
* @reporter @codldmac * @reporter @codldmac
* @link https://wordpress.org/support/topic/crashed-my-site-104/ * @link https://wordpress.org/support/topic/crashed-my-site-104/
* *
* The accidental release of 2.5.9d1 was due to 3 factors: * The accidental release of 2.5.9d1 was due to 3 factors:
* *
* 1. The codebase got overhauled for the sake of WordPress Coding Standards compliance, * 1. The codebase got overhauled for the sake of WordPress Coding Standards compliance,
* one requirement of which is that files be named after the name of the class in them; * one requirement of which is that files be named after the name of the class in them;
* 2. The renamed folder was not added to Subversion version control due to an unexpected * 2. The renamed folder was not added to Subversion version control due to an unexpected
* unfamiliarity with the system and its command line interface; * unfamiliarity with the system and its command line interface;
* 3. The Stable Tag field in the Readme header was used for the package version because * 3. The Stable Tag field in the Readme header was used for the package version because
* the related field is lacking, and the use of file headers for release configuration * the related field is lacking, and the use of file headers for release configuration
* is uncommon. * is uncommon.
* *
* @link https://wordpress.org/support/topic/2-5-10-reverts-2-5-9d1-and-apologies/ * @link https://wordpress.org/support/topic/2-5-10-reverts-2-5-9d1-and-apologies/
* @link https://wordpress.org/support/topic/2-5-10-reverts-2-5-9d1-and-apologies/#post-14119440 * @link https://wordpress.org/support/topic/2-5-10-reverts-2-5-9d1-and-apologies/#post-14119440
* @link https://github.com/markcheret/footnotes/issues/55 * @link https://github.com/markcheret/footnotes/issues/55

View file

@ -223,7 +223,7 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest**
= 2.2.0 = = 2.2.0 =
- Adding: Reference container: support for custom position shortcode, thanks to @hamshe issue report. - Adding: Reference container: support for custom position shortcode, thanks to @hamshe issue report.
- Adding: Start/end short codes: more predefined options. - Adding: Dashboard: Footnote delimiters: more predefined options.
- Adding: Numbering styles: lowercase Roman numerals support. - Adding: Numbering styles: lowercase Roman numerals support.
- Update: Priority levels: update the notice in the dashboard Priority tab. - Update: Priority levels: update the notice in the dashboard Priority tab.
- Update: Dashboard: Tooltip settings: group into 3 thematic containers. - Update: Dashboard: Tooltip settings: group into 3 thematic containers.