Changeset 3441649
- Timestamp:
- 01/17/2026 05:10:09 PM (5 weeks ago)
- Location:
- menu-in-post
- Files:
-
- 4 edited
- 1 copied
-
tags/1.4.1 (copied) (copied from menu-in-post/trunk)
-
tags/1.4.1/menu-in-post.php (modified) (2 diffs)
-
tags/1.4.1/readme.txt (modified) (3 diffs)
-
trunk/menu-in-post.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
menu-in-post/tags/1.4.1/menu-in-post.php
r3441287 r3441649 6 6 * Author URI: https://profiles.wordpress.org/linux4me2 7 7 * Text Domain: menu-in-post 8 * Version: 1.4. 08 * Version: 1.4.1 9 9 * License: GPL3 10 10 * License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html … … 26 26 27 27 if ( ! defined( 'MENU_IN_POST_VERSION' ) ) { 28 define( 'MENU_IN_POST_VERSION', '1.4. 0' ); // keep in sync with the plugin header.28 define( 'MENU_IN_POST_VERSION', '1.4.1' ); // keep in sync with the plugin header. 29 29 } 30 30 -
menu-in-post/tags/1.4.1/readme.txt
r3441287 r3441649 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.4. 07 Stable tag: 1.4.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html … … 23 23 * Set optional IDs and/or classes to menu containers and lists 24 24 * Append a text string to the URL of all menu items 25 * Compatible up to PHP 8.126 25 * Admin UI in Settings to tweak JavaScript loading and minification 27 26 * Works with block-enabled themes with option to display classic menu editor … … 62 61 63 62 == Changelog == 63 64 = 1.4.1 = 65 66 * Correct versioning and update plugin description. 64 67 65 68 = 1.4.0 = -
menu-in-post/trunk/menu-in-post.php
r3441287 r3441649 6 6 * Author URI: https://profiles.wordpress.org/linux4me2 7 7 * Text Domain: menu-in-post 8 * Version: 1.4. 08 * Version: 1.4.1 9 9 * License: GPL3 10 10 * License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html … … 26 26 27 27 if ( ! defined( 'MENU_IN_POST_VERSION' ) ) { 28 define( 'MENU_IN_POST_VERSION', '1.4. 0' ); // keep in sync with the plugin header.28 define( 'MENU_IN_POST_VERSION', '1.4.1' ); // keep in sync with the plugin header. 29 29 } 30 30 -
menu-in-post/trunk/readme.txt
r3441287 r3441649 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.4. 07 Stable tag: 1.4.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html … … 23 23 * Set optional IDs and/or classes to menu containers and lists 24 24 * Append a text string to the URL of all menu items 25 * Compatible up to PHP 8.126 25 * Admin UI in Settings to tweak JavaScript loading and minification 27 26 * Works with block-enabled themes with option to display classic menu editor … … 62 61 63 62 == Changelog == 63 64 = 1.4.1 = 65 66 * Correct versioning and update plugin description. 64 67 65 68 = 1.4.0 =
Note: See TracChangeset
for help on using the changeset viewer.