Plugin Directory

Changeset 1374515


Ignore:
Timestamp:
03/19/2016 11:57:30 AM (10 years ago)
Author:
conraid
Message:

tagging version 1.3

Location:
blank-footnotes
Files:
1 deleted
9 edited
2 copied

Legend:

Unmodified
Added
Removed
  • blank-footnotes/tags/1.3/blank-footnotes.php

    r1374502 r1374515  
    1717Plugin URI: https://github.com/conraid/blank-footnotes
    1818Description: Footnotes in Markdown mode
    19 Version: 1.2
     19Version: 1.3
    2020Author: Corrado Franco <conraid@linux.it>
    2121Author URI: http://conraid.net
     
    9595        add_action( 'the_content', 'bfn_markdown_convert', 1 );
    9696    }
     97} else {
     98    add_action( 'the_content', 'bfn_markdown_convert', 1 );
    9799}
    98100
  • blank-footnotes/tags/1.3/changelog.txt

    r1374502 r1374515  
    11*** Blank Footnotes ***
    22
    3 2016-02-18 version 1.2
     32016-02-18 version 1.3
    44
    55* Fix jetpack detection
  • blank-footnotes/tags/1.3/readme.txt

    r1374502 r1374515  
    55Requires at least: 4.4
    66Tested up to: 4.4
    7 Stable tag: 1.2
     7Stable tag: 1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4444== Changelog ==
    4545
    46 = 1.2 =
     46= 1.3 =
    4747
    4848* Fix jetpack detection
  • blank-footnotes/tags/1.3/trunk/blank-footnotes.php

    r1374502 r1374515  
    1717Plugin URI: https://github.com/conraid/blank-footnotes
    1818Description: Footnotes in Markdown mode
    19 Version: 1.2
     19Version: 1.3
    2020Author: Corrado Franco <conraid@linux.it>
    2121Author URI: http://conraid.net
     
    9595        add_action( 'the_content', 'bfn_markdown_convert', 1 );
    9696    }
     97} else {
     98    add_action( 'the_content', 'bfn_markdown_convert', 1 );
    9799}
    98100
  • blank-footnotes/tags/1.3/trunk/changelog.txt

    r1374502 r1374515  
    11*** Blank Footnotes ***
    22
    3 2016-02-18 version 1.2
     32016-02-18 version 1.3
    44
    55* Fix jetpack detection
  • blank-footnotes/tags/1.3/trunk/readme.txt

    r1374502 r1374515  
    55Requires at least: 4.4
    66Tested up to: 4.4
    7 Stable tag: 1.2
     7Stable tag: 1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4444== Changelog ==
    4545
    46 = 1.2 =
     46= 1.3 =
    4747
    4848* Fix jetpack detection
  • blank-footnotes/trunk/blank-footnotes.php

    r1374502 r1374515  
    1717Plugin URI: https://github.com/conraid/blank-footnotes
    1818Description: Footnotes in Markdown mode
    19 Version: 1.2
     19Version: 1.3
    2020Author: Corrado Franco <conraid@linux.it>
    2121Author URI: http://conraid.net
     
    9595        add_action( 'the_content', 'bfn_markdown_convert', 1 );
    9696    }
     97} else {
     98    add_action( 'the_content', 'bfn_markdown_convert', 1 );
    9799}
    98100
  • blank-footnotes/trunk/changelog.txt

    r1374502 r1374515  
    11*** Blank Footnotes ***
    22
    3 2016-02-18 version 1.2
     32016-02-18 version 1.3
    44
    55* Fix jetpack detection
  • blank-footnotes/trunk/readme.txt

    r1374502 r1374515  
    55Requires at least: 4.4
    66Tested up to: 4.4
    7 Stable tag: 1.2
     7Stable tag: 1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4444== Changelog ==
    4545
    46 = 1.2 =
     46= 1.3 =
    4747
    4848* Fix jetpack detection
Note: See TracChangeset for help on using the changeset viewer.