From 2c052d206e808acd97eb2dcced7fdf54f949459f Mon Sep 17 00:00:00 2001 From: kebbet Date: Wed, 22 Sep 2021 08:47:28 +0200 Subject: [PATCH] Push plugin version. Update changelog --- kebbet-shortcode-footnote.php | 2 +- readme.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/kebbet-shortcode-footnote.php b/kebbet-shortcode-footnote.php index 365cb1a..60d110b 100644 --- a/kebbet-shortcode-footnote.php +++ b/kebbet-shortcode-footnote.php @@ -3,7 +3,7 @@ * Plugin Name: Kebbet plugins - Shortcode for footnotes * Plugin URI: https://github.com/kebbet/kebbet-shortcode-footnotes * Description: Adds a shortcode that creates footnotes in the content and a footnote list at the end of the_content. - * Version: 20210921.2 + * Version: 20210922.1 * Author: Erik Betshammar * Author URI: https://verkan.se * Text Domain kebbet-shortcode-footnotes diff --git a/readme.txt b/readme.txt index 220da2e..d75b1ec 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: footnote,footnotes Requires at least: 5.8 Tested up to: 5.8.1 Requires PHP: 7.0 -Stable tag: 20210921.2 +Stable tag: 20210922.1 License: ? Adds a shortcode that creates footnotes in the_content and a footnote list at the end of the_content. @@ -27,6 +27,9 @@ Use like this `[fn]The footnote content[/fn]`. Automatic numbering without any o * `kebbet_shortcode_footnote_list_wrap_class` Modify the wrapper class for the list section. == Changelog == += 20210922.1 = +* Separation of logics. + = 20210921.1 = * Stop execution of files on direct access. * Split plugin to chunks of code for better structure.