Plugin Directory

Changeset 3441649


Ignore:
Timestamp:
01/17/2026 05:10:09 PM (5 weeks ago)
Author:
linux4me2
Message:

Tagging version 1.4.1

Location:
menu-in-post
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • menu-in-post/tags/1.4.1/menu-in-post.php

    r3441287 r3441649  
    66 * Author URI: https://profiles.wordpress.org/linux4me2
    77 * Text Domain: menu-in-post
    8  * Version: 1.4.0
     8 * Version: 1.4.1
    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.0' ); // keep in sync with the plugin header.
     28    define( 'MENU_IN_POST_VERSION', '1.4.1' ); // keep in sync with the plugin header.
    2929}
    3030
  • menu-in-post/tags/1.4.1/readme.txt

    r3441287 r3441649  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.4.0
     7Stable tag: 1.4.1
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html
     
    2323* Set optional IDs and/or classes to menu containers and lists
    2424* Append a text string to the URL of all menu items
    25 * Compatible up to PHP 8.1
    2625* Admin UI in Settings to tweak JavaScript loading and minification
    2726* Works with block-enabled themes with option to display classic menu editor
     
    6261
    6362== Changelog ==
     63
     64= 1.4.1 =
     65
     66* Correct versioning and update plugin description.
    6467
    6568= 1.4.0 =
  • menu-in-post/trunk/menu-in-post.php

    r3441287 r3441649  
    66 * Author URI: https://profiles.wordpress.org/linux4me2
    77 * Text Domain: menu-in-post
    8  * Version: 1.4.0
     8 * Version: 1.4.1
    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.0' ); // keep in sync with the plugin header.
     28    define( 'MENU_IN_POST_VERSION', '1.4.1' ); // keep in sync with the plugin header.
    2929}
    3030
  • menu-in-post/trunk/readme.txt

    r3441287 r3441649  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.4.0
     7Stable tag: 1.4.1
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html
     
    2323* Set optional IDs and/or classes to menu containers and lists
    2424* Append a text string to the URL of all menu items
    25 * Compatible up to PHP 8.1
    2625* Admin UI in Settings to tweak JavaScript loading and minification
    2726* Works with block-enabled themes with option to display classic menu editor
     
    6261
    6362== Changelog ==
     63
     64= 1.4.1 =
     65
     66* Correct versioning and update plugin description.
    6467
    6568= 1.4.0 =
Note: See TracChangeset for help on using the changeset viewer.