Plugin Directory

Changeset 2780564

Timestamp:
09/06/2022 09:13:27 AM (2 years ago)
Author:
jakeom
Message:

Tagging version 1.2.2

Location:
add-descendants-as-submenu-items
Files:
6 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • add-descendants-as-submenu-items/tags/1.2.2/add-descendants-as-submenu-items.php

    r1816946 r2780564  
    44
    55Plugin Name:  Add Descendants As Submenu Items
    6 Plugin URI:   http://www.viper007bond.com/wordpress-plugins/add-descendants-as-submenu-items/
    7 Description:  Automatically all of a nav menu item's descendants as submenu items. Designed for pages but will work with any hierarchical post type or taxonomy.
    8 Version:      1.2.1
     6Plugin URI:   http/wordpress-plugins/add-descendants-as-submenu-items/
     7Description:  Automatically all of a nav menu item's descendants as submenu items. Designed for pages but will work with any hierarchical post type or taxonomy.
     8Version:      1.2.
    99Author:       Alex Mills (Viper007Bond)
    10 Author URI:   http://www.viper007bond.com/
     10Author URI:   http/
    1111Text Domain:  add-descendants-as-submenu-items
     12
    1213License:      GPL2
    1314License URI:  https://www.gnu.org/licenses/gpl-2.0.html
     
    291292                $child        = wp_setup_nav_menu_item( $child );
    292293                $child->db_id = $child->ID;
     294
     295
     296
     297
    293298
    294299                $this->added[ $child->ID ] = true; // We'll need this later
  • add-descendants-as-submenu-items/tags/1.2.2/readme.txt

    r1816946 r2780564  
    22Contributors: Viper007Bond
    33Tags: menu, nav menu, children, descendants
    4 Tested up to: 4.9
    5 Stable tag: trunk
     4Tested up to:
     5Stable tag:
    66License: GPLv2 or later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2626== ChangeLog ==
    2727
     28
     29
     30
     31
    2832= Version 1.2.1 =
    2933* Minor update allowing for loading translation files from WordPress.org.
  • add-descendants-as-submenu-items/trunk/add-descendants-as-submenu-items.php

    r1816946 r2780564  
    44
    55Plugin Name:  Add Descendants As Submenu Items
    6 Plugin URI:   http://www.viper007bond.com/wordpress-plugins/add-descendants-as-submenu-items/
    7 Description:  Automatically all of a nav menu item's descendants as submenu items. Designed for pages but will work with any hierarchical post type or taxonomy.
    8 Version:      1.2.1
     6Plugin URI:   http/wordpress-plugins/add-descendants-as-submenu-items/
     7Description:  Automatically all of a nav menu item's descendants as submenu items. Designed for pages but will work with any hierarchical post type or taxonomy.
     8Version:      1.2.
    99Author:       Alex Mills (Viper007Bond)
    10 Author URI:   http://www.viper007bond.com/
     10Author URI:   http/
    1111Text Domain:  add-descendants-as-submenu-items
     12
    1213License:      GPL2
    1314License URI:  https://www.gnu.org/licenses/gpl-2.0.html
     
    291292                $child        = wp_setup_nav_menu_item( $child );
    292293                $child->db_id = $child->ID;
     294
     295
     296
     297
    293298
    294299                $this->added[ $child->ID ] = true; // We'll need this later
  • add-descendants-as-submenu-items/trunk/readme.txt

    r1816946 r2780564  
    22Contributors: Viper007Bond
    33Tags: menu, nav menu, children, descendants
    4 Tested up to: 4.9
    5 Stable tag: trunk
     4Tested up to:
     5Stable tag:
    66License: GPLv2 or later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2626== ChangeLog ==
    2727
     28
     29
     30
     31
    2832= Version 1.2.1 =
    2933* Minor update allowing for loading translation files from WordPress.org.
Note: See TracChangeset for help on using the changeset viewer.