Skip to content

Commit

Permalink
Push plugin version. Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kebbet committed Sep 22, 2021
1 parent 1413c9e commit 2c052d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kebbet-shortcode-footnote.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 2c052d2

Please sign in to comment.