2.6.3d0 with Stable Tag 2.6.0.

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2505727 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
pewgeuges 2021-03-30 07:50:44 +00:00
parent a6a1a67b00
commit 91fc02de88
23 changed files with 200 additions and 58 deletions

View file

@ -4,8 +4,8 @@
* 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.6.2
* Version: 2.6.2
* Package V.: 2.6.3d0
* Version: 2.6.3
* CAUTION: THIS V. FIELD IS PARSED FOR UPDATE CONFIGURATION.
* Author URI: https://cheret.org/footnotes/
* Text Domain: footnotes
@ -21,9 +21,9 @@
* @since 2.1.4
* @since 2.5.3 (Hungarian)
* @var str
* @lastmodified 2021-03-28T1430+0200
* @lastmodified 2021-03-29T2014+0200
*/
define( 'C_STR_PACKAGE_VERSION', '2.6.2' );
define( 'C_STR_PACKAGE_VERSION', '2.6.3d0' );
/**
* Enables toggling the stylesheet enqueuing mode from production (true) to development (false).
* @see Full docblock below next.