Version number related fixes before pull request.
This commit is contained in:
parent
0e6c5a8f87
commit
b6f6ff76f3
2 changed files with 33 additions and 22 deletions
|
@ -19,11 +19,11 @@
|
||||||
* 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' );
|
||||||
|
|
||||||
|
@ -38,6 +38,17 @@ define( 'C_STR_PACKAGE_VERSION', '2.5.11d1' );
|
||||||
* @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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Reference in a new issue