From 62f3b5c360b63ad5dc2094386c6568c831754fda Mon Sep 17 00:00:00 2001
From: pewgeuges <73141620+pewgeuges@users.noreply.github.com>
Date: Thu, 31 Dec 2020 14:15:16 +0000
Subject: [PATCH] release overdue 2.3.0
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2448566 b8457f37-d9ea-0310-8a92-e5e31aec5664
---
class/settings.php | 12 ++++++------
readme.txt | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/class/settings.php b/class/settings.php
index fff7bca..0d405da 100644
--- a/class/settings.php
+++ b/class/settings.php
@@ -35,10 +35,10 @@
* @see
* @since 2.3.0 reference container: settings for top (and bottom) margin, thanks to @hamshe
* @see
- * @since 2.3.0 referrers, reference container: settings for anchor slugs
* @since 2.3.0 swap Custom CSS migration Boolean from 'migration complete' to 'show legacy' 2020-12-27T1243+0100
+ * @since 2.3.0 referrers, reference container: settings for anchor slugs 2020-12-31T1429+0100
*
- * Last modified: 2020-12-29T1331+0100
+ * Last modified: 2020-12-31T1429+0100
*/
@@ -621,10 +621,10 @@ class MCI_Footnotes_Settings {
self::C_STR_FOOTNOTES_COUNTER_STYLE => 'arabic_plain',
self::C_BOOL_COMBINE_IDENTICAL_FOOTNOTES => 'yes',
- self::C_BOOL_FOOTNOTES_HARD_LINKS_ENABLE => 'no',
- self::C_STR_REFERRER_FRAGMENT_ID_SLUG => 'r',
- self::C_STR_FOOTNOTE_FRAGMENT_ID_SLUG => 'f',
- self::C_STR_HARD_LINK_IDS_SEPARATOR => '+',
+ self::C_BOOL_FOOTNOTES_HARD_LINKS_ENABLE => 'no',
+ self::C_STR_REFERRER_FRAGMENT_ID_SLUG => 'r',
+ self::C_STR_FOOTNOTE_FRAGMENT_ID_SLUG => 'f',
+ self::C_STR_HARD_LINK_IDS_SEPARATOR => '+',
self::C_INT_FOOTNOTES_SCROLL_OFFSET => 20,
self::C_INT_FOOTNOTES_SCROLL_DURATION => 380,
diff --git a/readme.txt b/readme.txt
index 500f32d..56cb6f8 100755
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Tags: footnote, footnotes, bibliography, formatting, notes, Post, posts, referen
Requires at least: 3.9
Tested up to: 5.6
Requires PHP: 5.6
-Stable Tag: 2.2.10
+Stable Tag: 2.3.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html