Plugin Directory

Changeset 1995870


Ignore:
Timestamp:
12/16/2018 02:08:14 PM (7 years ago)
Author:
conraid
Message:

Added note for Gutenberg

Location:
blank-footnotes/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • blank-footnotes/trunk/blank-footnotes.php

    r1972923 r1995870  
    33 * Convert footnotes Markdown in html
    44 *
    5  * PHP version 5
     5 * PHP version 7
    66 *
    77 * @category  Wordpress_Plugin
    88 * @package   Blank_Footnotes
    99 * @author    Corrado Franco <conraid@linux.it>
    10  * @copyright 2016 Corrado Franco
     10 * @copyright 2016-2018 Corrado Franco
    1111 * @license   http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GPL-2
    1212 * @link      https://github.com/conraid/blank-footnotes
     
    1717Plugin URI: https://github.com/conraid/blank-footnotes
    1818Description: Footnotes in Markdown mode
    19 Version: 1.6
     19Version: 1.6.2
    2020Author: Corrado Franco <conraid@linux.it>
    2121Author URI: http://conraid.net
     
    2626
    2727/**
    28  * Copyright 2016 Corrado Franco <conraid@linux.it>
     28 * Copyright 2016-2018 Corrado Franco <conraid@linux.it>
    2929 *
    3030 * This program is free software; you can redistribute it and/or
  • blank-footnotes/trunk/changelog.txt

    r1972923 r1995870  
    11*** Blank Footnotes ***
     2
     32018-11-10 version 1.6.2
     4
     5* Added note for Gutenberg
     6* Tested with Wordpress 5.0.1
    27
    382018-11-10 version 1.6.1
  • blank-footnotes/trunk/readme.txt

    r1972923 r1995870  
    44Tags: footnotes, footnote, notes, reference, endnotes, formatting
    55Requires at least: 4.4
    6 Tested up to: 5.0
    7 Stable tag: 1.6.1
     6Tested up to: 5.0.1
     7Stable tag: 1.6.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2525Unlike jetpack-markdown, footnotes will appear in the exact point where they have been inserted. To go back to text mode click on the footnote number.
    2626
    27 Work only with Classic Editor, in visual and html mode. Not work with Gutenberg.
     27N.B
     28This plugin also works with Gutenberg. But the button only appears in the Classic Editor.
     29For now with Gutenberg enter the codes directly.
    2830
    2931== Installation ==
     
    4547
    4648== Changelog ==
     49
     50= 1.6.2 =
     51
     52* Added note for Gutenberg
     53* Tested with Wordpress 5.0.1
     54
     55= 1.6.1 =
     56
     57* Added note for Gutenberg.
     58* Fixed style according to WordPress Coding Standards for
     59PHP_CodeSniffer.
     60* Tested with Wordpress 5.0 classic editor
    4761
    4862= 1.6 =
Note: See TracChangeset for help on using the changeset viewer.