Changeset 1753399
- Timestamp:
- 10/26/2017 06:03:26 PM (8 years ago)
- Location:
- mnml-footnotes
- Files:
-
- 6 edited
- 1 copied
-
tags/v0.3.0 (copied) (copied from mnml-footnotes/trunk)
-
tags/v0.3.0/mnml-footnotes.php (modified) (1 diff)
-
tags/v0.3.0/readme.txt (modified) (2 diffs)
-
tags/v0.3.0/src/class-main.php (modified) (1 diff)
-
trunk/mnml-footnotes.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/class-main.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mnml-footnotes/tags/v0.3.0/mnml-footnotes.php
r1739345 r1753399 3 3 * Plugin Name: MNML Footnotes 4 4 * Description: Auto-listed footnotes for posts. 5 * Version: 0. 2.35 * Version: 0.3.0 6 6 * Author: Mauro Bringolf 7 7 * Author URI: https://maurobringolf.ch -
mnml-footnotes/tags/v0.3.0/readme.txt
r1739345 r1753399 5 5 Requires PHP: 5.3 6 6 Tested up to: 4.8.2 7 Stable tag: 0. 2.37 Stable tag: 0.3.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 41 41 == Changelog == 42 43 = v0.3.0 - 26 October 2017 = 44 45 * Frontend: Footnote links are `<sup>` and no longer span tags with custom styles. 42 46 43 47 = v0.2.3 - 2 October 2017 = -
mnml-footnotes/tags/v0.3.0/src/class-main.php
r1739345 r1753399 63 63 64 64 $this->prefix = 'mnml-footnotes'; 65 $this->version = '0. 2.3';65 $this->version = '0.3.0'; 66 66 $this->file = $file; 67 67 $this->settings = new Settings(); -
mnml-footnotes/trunk/mnml-footnotes.php
r1739345 r1753399 3 3 * Plugin Name: MNML Footnotes 4 4 * Description: Auto-listed footnotes for posts. 5 * Version: 0. 2.35 * Version: 0.3.0 6 6 * Author: Mauro Bringolf 7 7 * Author URI: https://maurobringolf.ch -
mnml-footnotes/trunk/readme.txt
r1739345 r1753399 5 5 Requires PHP: 5.3 6 6 Tested up to: 4.8.2 7 Stable tag: 0. 2.37 Stable tag: 0.3.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 41 41 == Changelog == 42 43 = v0.3.0 - 26 October 2017 = 44 45 * Frontend: Footnote links are `<sup>` and no longer span tags with custom styles. 42 46 43 47 = v0.2.3 - 2 October 2017 = -
mnml-footnotes/trunk/src/class-main.php
r1739345 r1753399 63 63 64 64 $this->prefix = 'mnml-footnotes'; 65 $this->version = '0. 2.3';65 $this->version = '0.3.0'; 66 66 $this->file = $file; 67 67 $this->settings = new Settings();
Note: See TracChangeset
for help on using the changeset viewer.