Traceability update for trunk/ with Stable Tag 2.5.10.

Delta version 2.5.11d3.
Before sorting constants in settings.php by version number (@since tag).
The next commit is dedicated to moving constants and their docblocks in settings.php.
This replaces most of the list items in the file level docblock.
Moving blocks of code breaks traceability of changes, so it’s usually avoided.
WordPress plugins are supposed to maintain traceability in the SVN repo, which implies keeping changesets meaningful.

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2496275 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
pewgeuges 2021-03-15 19:37:41 +00:00
parent 67993df90f
commit 3f78157481
6 changed files with 494 additions and 261 deletions

View file

@ -4,10 +4,10 @@
* Plugin URI: https://wordpress.org/plugins/footnotes/
* Description: time to bring footnotes to your website! footnotes are known from offline publishing and everybody takes them for granted when reading a magazine.
* Author: Mark Cheret
* Package V.: 2.5.11d2
* Package V.: 2.5.11d3
* Version: 2.5.10
* CAUTION: THIS V. FIELD IS PARSED FOR UPDATE CONFIGURATION.
* Author URI: http://cheret.de/plugins/footnotes-2/
* Author URI: https://cheret.org/footnotes/
* Text Domain: footnotes
* Domain Path: /languages
*
@ -24,9 +24,9 @@
* @since 2.1.4
* @since 2.5.3 (Hungarian)
* @var str
* @lastmodified 2021-03-11T2202+0100
* @lastmodified 2021-03-15T1949+0100
*/
define( 'C_STR_PACKAGE_VERSION', '2.5.11d2' );
define( 'C_STR_PACKAGE_VERSION', '2.5.11d3' );
/**
* Version numbers in WordPress plugin readme.txt and main PHP headers.