Plugin Directory

Changeset 3398513


Ignore:
Timestamp:
11/19/2025 05:50:52 AM (4 months ago)
Author:
awesomefootnotes
Message:

Adding the first version of my plugin

Location:
awesome-footnotes
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • awesome-footnotes/tags/3.9.1/awesome-footnotes.php

    r3398363 r3398513  
    1313 * Plugin Name:     Footnotes
    1414 * Description:     Allows post authors to easily add and manage footnotes in posts.
    15  * Version:         3.9.0
     15 * Version:         3.9.1
    1616 * Author:          Footnotes
    1717 * Author URI:      https://quotecites.com
     
    2929}
    3030
    31 define( 'AWEF_VERSION', '3.9.0' );
     31define( 'AWEF_VERSION', '3.9.1' );
    3232define( 'AWEF_TEXTDOMAIN', 'awesome-footnotes' );
    3333define( 'AWEF_NAME', 'Footnotes' );
  • awesome-footnotes/tags/3.9.1/readme.txt

    r3398506 r3398513  
    44Tested up to: 6.8
    55Requires PHP: 7.4
    6 Stable tag: 3.9.0
     6Stable tag: 3.9.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    141141== Change Log ==
    142142
     143= 3.9.1 =
     144Code fixes.
     145
    143146= 3.9.0 =
    144147Added TOC option and settings related (still experimental). Code optimizations and bug fixes.
  • awesome-footnotes/trunk/awesome-footnotes.php

    r3398363 r3398513  
    1313 * Plugin Name:     Footnotes
    1414 * Description:     Allows post authors to easily add and manage footnotes in posts.
    15  * Version:         3.9.0
     15 * Version:         3.9.1
    1616 * Author:          Footnotes
    1717 * Author URI:      https://quotecites.com
     
    2929}
    3030
    31 define( 'AWEF_VERSION', '3.9.0' );
     31define( 'AWEF_VERSION', '3.9.1' );
    3232define( 'AWEF_TEXTDOMAIN', 'awesome-footnotes' );
    3333define( 'AWEF_NAME', 'Footnotes' );
  • awesome-footnotes/trunk/readme.txt

    r3398506 r3398513  
    44Tested up to: 6.8
    55Requires PHP: 7.4
    6 Stable tag: 3.9.0
     6Stable tag: 3.9.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    141141== Change Log ==
    142142
     143= 3.9.1 =
     144Code fixes.
     145
    143146= 3.9.0 =
    144147Added TOC option and settings related (still experimental). Code optimizations and bug fixes.
Note: See TracChangeset for help on using the changeset viewer.