Plugin Directory

Changeset 3441287


Ignore:
Timestamp:
01/16/2026 09:56:56 PM (5 weeks ago)
Author:
linux4me2
Message:

Tagging version 1.4.0

Location:
menu-in-post/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • menu-in-post/trunk/menu-in-post.php

    r3441285 r3441287  
    66 * Author URI: https://profiles.wordpress.org/linux4me2
    77 * Text Domain: menu-in-post
    8  * Version: 1.4
     8 * Version: 1.4.0
    99 * License: GPL3
    1010 * License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html
     
    2626
    2727if ( ! 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.
    2929}
    3030
  • menu-in-post/trunk/readme.txt

    r3441285 r3441287  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.4
     7Stable tag: 1.4.0
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html
     
    6363== Changelog ==
    6464
    65 = 1.4 =
     65= 1.4.0 =
    6666
    6767* 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.