Changeset 3441287
- Timestamp:
- 01/16/2026 09:56:56 PM (5 weeks ago)
- Location:
- menu-in-post/trunk
- Files:
-
- 2 edited
-
menu-in-post.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
menu-in-post/trunk/menu-in-post.php
r3441285 r3441287 6 6 * Author URI: https://profiles.wordpress.org/linux4me2 7 7 * Text Domain: menu-in-post 8 * Version: 1.4 8 * Version: 1.4.0 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 ' ); // keep in sync with the plugin header.28 define( 'MENU_IN_POST_VERSION', '1.4.0' ); // keep in sync with the plugin header. 29 29 } 30 30 -
menu-in-post/trunk/readme.txt
r3441285 r3441287 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.4 7 Stable tag: 1.4.0 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html … … 63 63 == Changelog == 64 64 65 = 1.4 =65 = 1.4.0 = 66 66 67 67 * Fixed cross-site scripting vulnerability for users >= contributor, updated code and structure to current WP best-practices.
Note: See TracChangeset
for help on using the changeset viewer.