Changeset 1374515
- Timestamp:
- 03/19/2016 11:57:30 AM (10 years ago)
- Location:
- blank-footnotes
- Files:
-
- 1 deleted
- 9 edited
- 2 copied
-
tags/1.2 (deleted)
-
tags/1.3 (copied) (copied from blank-footnotes/trunk)
-
tags/1.3/blank-footnotes.php (modified) (2 diffs)
-
tags/1.3/changelog.txt (modified) (1 diff)
-
tags/1.3/readme.txt (modified) (2 diffs)
-
tags/1.3/trunk (copied) (copied from blank-footnotes/trunk)
-
tags/1.3/trunk/blank-footnotes.php (modified) (2 diffs)
-
tags/1.3/trunk/changelog.txt (modified) (1 diff)
-
tags/1.3/trunk/readme.txt (modified) (2 diffs)
-
trunk/blank-footnotes.php (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blank-footnotes/tags/1.3/blank-footnotes.php
r1374502 r1374515 17 17 Plugin URI: https://github.com/conraid/blank-footnotes 18 18 Description: Footnotes in Markdown mode 19 Version: 1. 219 Version: 1.3 20 20 Author: Corrado Franco <conraid@linux.it> 21 21 Author URI: http://conraid.net … … 95 95 add_action( 'the_content', 'bfn_markdown_convert', 1 ); 96 96 } 97 } else { 98 add_action( 'the_content', 'bfn_markdown_convert', 1 ); 97 99 } 98 100 -
blank-footnotes/tags/1.3/changelog.txt
r1374502 r1374515 1 1 *** Blank Footnotes *** 2 2 3 2016-02-18 version 1. 23 2016-02-18 version 1.3 4 4 5 5 * Fix jetpack detection -
blank-footnotes/tags/1.3/readme.txt
r1374502 r1374515 5 5 Requires at least: 4.4 6 6 Tested up to: 4.4 7 Stable tag: 1. 27 Stable tag: 1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 44 44 == Changelog == 45 45 46 = 1. 2=46 = 1.3 = 47 47 48 48 * Fix jetpack detection -
blank-footnotes/tags/1.3/trunk/blank-footnotes.php
r1374502 r1374515 17 17 Plugin URI: https://github.com/conraid/blank-footnotes 18 18 Description: Footnotes in Markdown mode 19 Version: 1. 219 Version: 1.3 20 20 Author: Corrado Franco <conraid@linux.it> 21 21 Author URI: http://conraid.net … … 95 95 add_action( 'the_content', 'bfn_markdown_convert', 1 ); 96 96 } 97 } else { 98 add_action( 'the_content', 'bfn_markdown_convert', 1 ); 97 99 } 98 100 -
blank-footnotes/tags/1.3/trunk/changelog.txt
r1374502 r1374515 1 1 *** Blank Footnotes *** 2 2 3 2016-02-18 version 1. 23 2016-02-18 version 1.3 4 4 5 5 * Fix jetpack detection -
blank-footnotes/tags/1.3/trunk/readme.txt
r1374502 r1374515 5 5 Requires at least: 4.4 6 6 Tested up to: 4.4 7 Stable tag: 1. 27 Stable tag: 1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 44 44 == Changelog == 45 45 46 = 1. 2=46 = 1.3 = 47 47 48 48 * Fix jetpack detection -
blank-footnotes/trunk/blank-footnotes.php
r1374502 r1374515 17 17 Plugin URI: https://github.com/conraid/blank-footnotes 18 18 Description: Footnotes in Markdown mode 19 Version: 1. 219 Version: 1.3 20 20 Author: Corrado Franco <conraid@linux.it> 21 21 Author URI: http://conraid.net … … 95 95 add_action( 'the_content', 'bfn_markdown_convert', 1 ); 96 96 } 97 } else { 98 add_action( 'the_content', 'bfn_markdown_convert', 1 ); 97 99 } 98 100 -
blank-footnotes/trunk/changelog.txt
r1374502 r1374515 1 1 *** Blank Footnotes *** 2 2 3 2016-02-18 version 1. 23 2016-02-18 version 1.3 4 4 5 5 * Fix jetpack detection -
blank-footnotes/trunk/readme.txt
r1374502 r1374515 5 5 Requires at least: 4.4 6 6 Tested up to: 4.4 7 Stable tag: 1. 27 Stable tag: 1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 44 44 == Changelog == 45 45 46 = 1. 2=46 = 1.3 = 47 47 48 48 * Fix jetpack detection
Note: See TracChangeset
for help on using the changeset viewer.