Plugin Directory

Changeset 1753399


Ignore:
Timestamp:
10/26/2017 06:03:26 PM (8 years ago)
Author:
maurobringolf
Message:

Release version v0.3.0 from GitHub

Location:
mnml-footnotes
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • mnml-footnotes/tags/v0.3.0/mnml-footnotes.php

    r1739345 r1753399  
    33 * Plugin Name: MNML Footnotes
    44 * Description: Auto-listed footnotes for posts.
    5  * Version:     0.2.3
     5 * Version:     0.3.0
    66 * Author:      Mauro Bringolf
    77 * Author URI:  https://maurobringolf.ch
  • mnml-footnotes/tags/v0.3.0/readme.txt

    r1739345 r1753399  
    55Requires PHP: 5.3
    66Tested up to: 4.8.2
    7 Stable tag: 0.2.3
     7Stable tag: 0.3.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040
    4141== Changelog ==
     42
     43= v0.3.0 - 26 October 2017 =
     44
     45* Frontend: Footnote links are `<sup>` and no longer span tags with custom styles.
    4246
    4347= v0.2.3 - 2 October 2017 =
  • mnml-footnotes/tags/v0.3.0/src/class-main.php

    r1739345 r1753399  
    6363
    6464        $this->prefix = 'mnml-footnotes';
    65         $this->version = '0.2.3';
     65        $this->version = '0.3.0';
    6666        $this->file = $file;
    6767        $this->settings = new Settings();
  • mnml-footnotes/trunk/mnml-footnotes.php

    r1739345 r1753399  
    33 * Plugin Name: MNML Footnotes
    44 * Description: Auto-listed footnotes for posts.
    5  * Version:     0.2.3
     5 * Version:     0.3.0
    66 * Author:      Mauro Bringolf
    77 * Author URI:  https://maurobringolf.ch
  • mnml-footnotes/trunk/readme.txt

    r1739345 r1753399  
    55Requires PHP: 5.3
    66Tested up to: 4.8.2
    7 Stable tag: 0.2.3
     7Stable tag: 0.3.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040
    4141== Changelog ==
     42
     43= v0.3.0 - 26 October 2017 =
     44
     45* Frontend: Footnote links are `<sup>` and no longer span tags with custom styles.
    4246
    4347= v0.2.3 - 2 October 2017 =
  • mnml-footnotes/trunk/src/class-main.php

    r1739345 r1753399  
    6363
    6464        $this->prefix = 'mnml-footnotes';
    65         $this->version = '0.2.3';
     65        $this->version = '0.3.0';
    6666        $this->file = $file;
    6767        $this->settings = new Settings();
Note: See TracChangeset for help on using the changeset viewer.