Skip to content

Commit

Permalink
Fixed plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
conraid committed Feb 11, 2019
1 parent 619e0b2 commit c1a14eb
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 6 deletions.
25 changes: 25 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

# WordPress Coding Standards
# https://make.wordpress.org/core/handbook/coding-standards/

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
tab_width = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.txt]
trim_trailing_whitespace = false

[*.{md,json,yml}]
trim_trailing_whitespace = false
indent_style = space
indent_size = 2

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@

*~
8 changes: 4 additions & 4 deletions blank-footnotes.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
* @category Wordpress_Plugin
* @package Blank_Footnotes
* @author Corrado Franco <[email protected]>
* @copyright 2016-2018 Corrado Franco
* @copyright 2016-2019 Corrado Franco
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GPL-2
* @link https://github.com/conraid/blank-footnotes
*/

/*
Plugin Name: Blank_Footnotes
Plugin Name: Blank Footnotes
Plugin URI: https://github.com/conraid/blank-footnotes
Description: Footnotes in Markdown mode
Version: 1.6.2
Version: 1.6.3
Author: Corrado Franco <[email protected]>
Author URI: http://conraid.net
License: GPL-2
Expand All @@ -25,7 +25,7 @@
*/

/**
* Copyright 2016-2018 Corrado Franco <[email protected]>
* Copyright 2016-2019 Corrado Franco <[email protected]>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*** Blank Footnotes ***

2019-02-11 version 1.6.3

* Fixed plugin name

2018-11-10 version 1.6.2

* Added note for Gutenberg
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://conraid.net
Tags: footnotes, footnote, notes, reference, endnotes, formatting
Requires at least: 4.4
Tested up to: 5.0.3
Stable tag: 1.6.2
Stable tag: 1.6.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -49,6 +49,10 @@ Considering that this plugin, like others working with "markdown", parsing the p

== Changelog ==

= 1.6.3 =

* Fixed plugin name

= 1.6.2 =

* Added note for Gutenberg
Expand Down

0 comments on commit c1a14eb

Please sign in to comment.