Changeset 3398513
- Timestamp:
- 11/19/2025 05:50:52 AM (4 months ago)
- Location:
- awesome-footnotes
- Files:
-
- 4 edited
- 1 copied
-
tags/3.9.1 (copied) (copied from awesome-footnotes/trunk)
-
tags/3.9.1/awesome-footnotes.php (modified) (2 diffs)
-
tags/3.9.1/readme.txt (modified) (2 diffs)
-
trunk/awesome-footnotes.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
awesome-footnotes/tags/3.9.1/awesome-footnotes.php
r3398363 r3398513 13 13 * Plugin Name: Footnotes 14 14 * Description: Allows post authors to easily add and manage footnotes in posts. 15 * Version: 3.9. 015 * Version: 3.9.1 16 16 * Author: Footnotes 17 17 * Author URI: https://quotecites.com … … 29 29 } 30 30 31 define( 'AWEF_VERSION', '3.9. 0' );31 define( 'AWEF_VERSION', '3.9.1' ); 32 32 define( 'AWEF_TEXTDOMAIN', 'awesome-footnotes' ); 33 33 define( 'AWEF_NAME', 'Footnotes' ); -
awesome-footnotes/tags/3.9.1/readme.txt
r3398506 r3398513 4 4 Tested up to: 6.8 5 5 Requires PHP: 7.4 6 Stable tag: 3.9. 06 Stable tag: 3.9.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 141 141 == Change Log == 142 142 143 = 3.9.1 = 144 Code fixes. 145 143 146 = 3.9.0 = 144 147 Added TOC option and settings related (still experimental). Code optimizations and bug fixes. -
awesome-footnotes/trunk/awesome-footnotes.php
r3398363 r3398513 13 13 * Plugin Name: Footnotes 14 14 * Description: Allows post authors to easily add and manage footnotes in posts. 15 * Version: 3.9. 015 * Version: 3.9.1 16 16 * Author: Footnotes 17 17 * Author URI: https://quotecites.com … … 29 29 } 30 30 31 define( 'AWEF_VERSION', '3.9. 0' );31 define( 'AWEF_VERSION', '3.9.1' ); 32 32 define( 'AWEF_TEXTDOMAIN', 'awesome-footnotes' ); 33 33 define( 'AWEF_NAME', 'Footnotes' ); -
awesome-footnotes/trunk/readme.txt
r3398506 r3398513 4 4 Tested up to: 6.8 5 5 Requires PHP: 7.4 6 Stable tag: 3.9. 06 Stable tag: 3.9.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 141 141 == Change Log == 142 142 143 = 3.9.1 = 144 Code fixes. 145 143 146 = 3.9.0 = 144 147 Added TOC option and settings related (still experimental). Code optimizations and bug fixes.
Note: See TracChangeset
for help on using the changeset viewer.