Changeset 1995870
- Timestamp:
- 12/16/2018 02:08:14 PM (7 years ago)
- Location:
- blank-footnotes/trunk
- Files:
-
- 3 edited
-
blank-footnotes.php (modified) (3 diffs)
-
changelog.txt (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blank-footnotes/trunk/blank-footnotes.php
r1972923 r1995870 3 3 * Convert footnotes Markdown in html 4 4 * 5 * PHP version 55 * PHP version 7 6 6 * 7 7 * @category Wordpress_Plugin 8 8 * @package Blank_Footnotes 9 9 * @author Corrado Franco <conraid@linux.it> 10 * @copyright 2016 Corrado Franco10 * @copyright 2016-2018 Corrado Franco 11 11 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GPL-2 12 12 * @link https://github.com/conraid/blank-footnotes … … 17 17 Plugin URI: https://github.com/conraid/blank-footnotes 18 18 Description: Footnotes in Markdown mode 19 Version: 1.6 19 Version: 1.6.2 20 20 Author: Corrado Franco <conraid@linux.it> 21 21 Author URI: http://conraid.net … … 26 26 27 27 /** 28 * Copyright 2016 Corrado Franco <conraid@linux.it>28 * Copyright 2016-2018 Corrado Franco <conraid@linux.it> 29 29 * 30 30 * This program is free software; you can redistribute it and/or -
blank-footnotes/trunk/changelog.txt
r1972923 r1995870 1 1 *** Blank Footnotes *** 2 3 2018-11-10 version 1.6.2 4 5 * Added note for Gutenberg 6 * Tested with Wordpress 5.0.1 2 7 3 8 2018-11-10 version 1.6.1 -
blank-footnotes/trunk/readme.txt
r1972923 r1995870 4 4 Tags: footnotes, footnote, notes, reference, endnotes, formatting 5 5 Requires at least: 4.4 6 Tested up to: 5.0 7 Stable tag: 1.6. 16 Tested up to: 5.0.1 7 Stable tag: 1.6.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 25 25 Unlike 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. 26 26 27 Work only with Classic Editor, in visual and html mode. Not work with Gutenberg. 27 N.B 28 This plugin also works with Gutenberg. But the button only appears in the Classic Editor. 29 For now with Gutenberg enter the codes directly. 28 30 29 31 == Installation == … … 45 47 46 48 == 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 59 PHP_CodeSniffer. 60 * Tested with Wordpress 5.0 classic editor 47 61 48 62 = 1.6 =
Note: See TracChangeset
for help on using the changeset viewer.